[Webkit-unassigned] [Bug 87719] New: REGRESSION(r111497): The "option" element doesn't match CSS pseudo class :enabled

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 29 03:01:37 PDT 2012


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

           Summary: REGRESSION(r111497): The "option" element doesn't
                    match CSS pseudo class :enabled
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: yosin at chromium.org


In SelectorChecker::checkOneSelector, following code fragment should check element->hasTagName(optionTag).
Because, r111497 changed base class of HTMLOptionElement to HTMLElement from HTMLFormControlElement.

        case CSSSelector::PseudoEnabled:
            if (element && element->isFormControlElement())
                return element->isEnabledFormControl();
            break;

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