[Webkit-unassigned] [Bug 80686] New: REGRESSION(HTML5 parser?): Menu separator <hr> doesn't work.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 9 01:57:28 PST 2012


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

           Summary: REGRESSION(HTML5 parser?): Menu separator <hr> doesn't
                    work.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: tkent at chromium.org
                CC: eric at webkit.org, abarth at webkit.org


Created an attachment (id=131013)
 --> (https://bugs.webkit.org/attachment.cgi?id=131013&action=review)
Reproducible HTML

We have a feature that <hr> children in a <select> represent a menu separator.

http://www.webkit.org/blog/32/webkit-fixes-in-safari-202-mac-os-x-1043/
> Menu separator support: an <hr> inside a <select> with size 1 will now add a horizontal separator in the menu.

This feature doesn't work for now if such markup is parsed by the parser. It works if we insert <hr> into a <select> by a DOM operation.
Open the attached HTML, and see the difference between two popup menus.

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