[Webkit-unassigned] [Bug 18337] New: Multiline <select> don't fire onchange events when typing-to-select

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Apr 6 17:41:15 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=18337

           Summary: Multiline <select> don't fire onchange events when
                    typing-to-select
           Product: WebKit
           Version: 525.x (Safari 3.1)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rik24d at gmail.com


When typing the name of an option, the onchange event is never fired. Even
after defocusing the <select> element. The event fires using up and down
arrows.

Steps to Reproduce:
1) Select the "aaaaa" option. "aaaaa" is written in the console.
2) Hit the down arrow. "bbbbb" is written in the console.
3) Hit the "c" key. "ccccc" is NOT written in the console.
4) Unfocus the <select> element. "ccccc" is NOT written in the console.

Spec :
http://www.w3.org/TR/DOM-Level-2-Events/events.html#Events-eventgroupings-htmlevents
Even if the specs says that the event should fire when the element loses the
focus, other browsers are firing the event each time a new row is selected.


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



More information about the webkit-unassigned mailing list