Metadata
- Source
- FLUID-151
- Type
- Bug
- Priority
- Major
- Status
- Closed
- Resolution
- Fixed
- Assignee
- Colin Clark
- Reporter
- Colin Clark
- Created
2007-12-17T18:37:57.000-0500 - Updated
2008-08-09T14:29:08.000-0400 - Versions
-
- 0.1
- Fixed Versions
-
- 0.3
- Component
-
- Image Reorderer
Description
The Lightbox markup declares an XHTML 1.0 name space, and prefixes all role attributes with this namespace. Here's an example:
xhtml10:role="wairole:grid"
This prefix will cause FireFox to completely ignore the role attribute, thus not exposing it to MSAA .
The solution is to remove the role prefix, like so:
role="wairole:grid"
Environments
FireFox 2.0.x on Windows
Comments
-
Colin Clark commented
2007-12-17T20:52:47.000-0500 Fixed, tested, committed. Done.