[Webkit-unassigned] [Bug 26297] Faulty logic in AccessibilityRenderObject::isSelected

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 12 23:51:58 PDT 2009


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





------- Comment #1 from cfleizach at apple.com  2009-06-12 23:51 PDT -------
i think the last false is OK, since we don't want to return true for default
for isSelected

there's obviously something missing though that should return true for some
state. 

This isSelected does not correspond to the selection (at least on the mac...
that's represented by AXSelectedTextRange). it's used more in the context of a
multi-select list where one of the list items is selected (i'm pretty sure that
AccessibilityListBoxOption overrides this method)

So while this code does not necessarily look correct, I'm not sure what
elements WebKit does want to return true for isSelected... if we identify those
elements and their states, we would want to change that


-- 
Configure bugmail: https://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