Bug 64500

Summary: Select elements expose the wrong children if children are added dynamically
Product: WebKit Reporter: Jon Honeycutt <jhoneycutt>
Component: AccessibilityAssignee: Jon Honeycutt <jhoneycutt>
Status: RESOLVED FIXED    
Severity: Normal CC: bdakin
Priority: P2 Keywords: InRadar, PlatformOnly
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Windows 7   
Attachments:
Description Flags
Patch bdakin: review+

Description Jon Honeycutt 2011-07-13 19:22:02 PDT
Non-multiple select elements expose the wrong children to accessibility clients if child <option> elements are added dynamically.
Comment 1 Jon Honeycutt 2011-07-13 19:22:39 PDT
<rdar://problem/9773066>
Comment 2 Jon Honeycutt 2011-07-14 00:07:11 PDT
Created attachment 100779 [details]
Patch
Comment 3 Alexey Proskuryakov 2011-07-14 10:54:03 PDT
-        // would be a WMLElement, but WML builds don't use accessbility features at all.
+        // would be a WMLElement, but WML builds don't use accessibility features at all.

We don't have WML any more.
Comment 4 Beth Dakin 2011-07-15 14:06:30 PDT
Comment on attachment 100779 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=100779&action=review

> Source/WebCore/accessibility/AccessibilityMenuListPopup.cpp:99
> +        // would be a WMLElement, but WML builds don't use accessibility features at all.

You should consider just deleting this comment based on Alexey's info.
Comment 5 Jon Honeycutt 2011-07-16 05:31:12 PDT
Removed comment and landed in <http://trac.webkit.org/changeset/91128>.