[Webkit-unassigned] [Bug 45192] Provide a way to trigger a <select multiple> onchange event on changes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 7 13:36:17 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=45192





--- Comment #19 from Joseph Pecoraro <joepeck at webkit.org>  2010-09-07 13:36:17 PST ---
> The DOM prefix is reserved for WebKit use for the Objective-C DOM bindings, so
> it’s not great to have DumpRenderTree use this prefix for one of its classes.

This was meant to parts of the Objective-C DOM bindings. In this case, the
special DOMHTMLSelectElement functions defined in DOMPrivate.h. And, being
Obj-C specific it seemed natural to me to make it similar to the ObjCController.
I made the test platform/mac specific.


> Maybe it would be better to make this part of a "form testing" controller,
> or a "user input simulating" type controller, or maybe make it part of
> LayoutTestController since many other functions like this are already there.

If I move this to LayoutTestController.cpp all other ports would have an empty
implementation. I like the idea of a form testing controller but I still see this
as being unique because it deals with the Obj-C bindings.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list