[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 14:11:17 PDT 2010


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





--- Comment #21 from Joseph Pecoraro <joepeck at webkit.org>  2010-09-07 14:11:17 PST ---
(In reply to comment #20)
> If your intent is to test ObjC bindings then you probably want to look at the
> objCController rather than adding a new object. We can also use the bridging
> between JavaScript and ObjC to test things directly in some cases.

Okay. I originally thought of adding onto that. I'll move these there, and
try to simplify the test a bit.

I also remember seeing this comment in EventSendingController:
http://trac.webkit.org/browser/trunk/WebKitTools/DumpRenderTree/mac/EventSendingController.mm#L810

>     810  // FIXME: It's not good to have a test hard-wired into this controller like this.
>     811  // Instead we need to get testing framework based on the Objective-C bindings
>     812  // to work well enough that we can test that way instead.

For -[EventSendingController fireKeyboardEventsToElement:] so I thought it might
make sense to make a new controller. But now I think it is complaining more about
the controller's implementation.

-- 
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