[Webkit-unassigned] [Bug 71128] Select multiple options with mouse drag in Select element.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 8 03:00:32 PST 2011


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





--- Comment #19 from Rakesh <rakesh.kn at motorola.com>  2011-11-08 03:00:32 PST ---
(In reply to comment #18)
> (From update of attachment 113337 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=113337&action=review
> 

Thanks for your inputs, will make those changes.

> > LayoutTests/fast/forms/select-multiple-elements-with-mouse-drag.html:9
> > +window.jsTestIsAsync = true;
> > +
> > +function test() {
> 
> This test doesn't need to be async. r- because of this.
> 

As autoscroll happens on timer, I thought test may need to be async.

> > LayoutTests/fast/forms/select-multiple-elements-with-mouse-drag.html:20
> > +        eventSender.mouseDown();
> > +        eventSender.mouseMoveTo(x, y + (optionHeight * 3));
> 
> You probably need leapForward here.

As suggested, I tried using leapForward without setTimeout but it does not give required output. Please let me know if I am doing something wrong or we need to have async test if it involves timers?

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