[Webkit-unassigned] [Bug 61515] [Chromium] fix a layout test crash except for mac (LayoutTest/fast/forms/select-script-onchange.html)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 26 20:16:24 PDT 2011


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





--- Comment #6 from Takashi Toyoshima <toyoshim at chromium.org>  2011-05-26 20:16:24 PST ---
Hi, Kent-san.
Thank you for review.

(In reply to comment #5)
> Right.  So we should implement popup menu in DRT/Chromium.

OK. I understand DRT/Chromium needs pseudo popup implementation.

But, originally this test doesn't require popup menu.
So I think it's independent issue.

This test works on Mac as...
1. popup.focus()
  Set active focus to second select form.
2. eventSender.keyDown("t", null);
  Select the second item 'two' by initial word 't'.
3. eventSender.keyDown("\r", null);
  Fix the selection.

And on Linux and Windows as...
1. popup.focus()
  Set active focus to second select form.
2. eventSender.keyDown("t", null);
  Select the second item 'two' by initial word 't'.
3. eventSender.keyDown("\r", null);
  Show pulldown menu for select items.

The process 3 cause quite different action for Linux and Windows.
Because pop-up keystrokes configuration is different as I described.
Popup menu is not intended. That's why I just skip the "\r" event in this change.

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