[Webkit-unassigned] [Bug 66282] When changing the size of a menulist from x (x>1) to 1, the first item should be selected.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 16 06:47:01 PDT 2011


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


Jing Zhao <jingzhao at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Should set default          |When changing the size of a
                   |selection for a single      |menulist from x (x>1) to 1,
                   |select when it's presented  |the first item should be
                   |as a menulist.              |selected.




--- Comment #4 from Jing Zhao <jingzhao at chromium.org>  2011-08-16 06:47:01 PST ---
Xianzhu suggested not to select the first item when size > 1, because that's inconsistent with other platforms. If a developer assumes a select should be unselected because its size > 1, his/her page may have different behavior in Android browser.

I changed this bug to fix another problem: when changing the size of a menulist from x (x>1) to 1, the first item should be selected. The current logic assumes a menulist must have its size <= 1, which is true in most WebKit platforms, but in Android browser, a select is always presented as a menulist no matter what size it is.

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