[Webkit-unassigned] [Bug 104483] Wrong Enabled states on a ListBox

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Dec 9 07:34:26 PST 2012


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


Alejandro Piñeiro <apinheiro at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #178416|0                           |1
        is obsolete|                            |
 Attachment #178417|                            |review?
               Flag|                            |




--- Comment #1 from Alejandro Piñeiro <apinheiro at igalia.com>  2012-12-09 07:36:52 PST ---
Created an attachment (id=178417)
 --> (https://bugs.webkit.org/attachment.cgi?id=178417&action=review)
Fixes the bug

The error was at AccessibilityListBoxOption, as it redefined isEnabled, and didn't take into account the DISABLED attribute. So this patch takes that into account, and for completeness sake, I also added a check for aria-disabled. I renamed the test, as this is a listbox specif thing, and also added aria-atribute checks.

As you could have noticed, I also removed the [GTK] prefix at the summary and moved it to the Accessibility component. This is because taking into account the solution, this problem would be affecting any port.

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