|
Bugzilla – Full Text Bug Listing |
| Summary: | Fix remaining orca's assumptions of non-multi-level atk.table hierarchies | ||
|---|---|---|---|
| Product: | [Mono] UI Automation | Reporter: | Andres Aragoneses <aaragoneses> |
| Component: | Moonlight - General | Assignee: | Michael Gorse <mgorse> |
| Status: | CONFIRMED --- | QA Contact: | E-mail List <mono-a11y-qa> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | forgotten_oDRaEXi7Ku, mgorse |
| Version: | Unspecified | ||
| Target Milestone: | Release 2.1 | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Andres Aragoneses
2009-10-14 17:33:59 UTC
FYI some commits on orca's upstream may have just fixed this: commit 3d9756754b924d0ecff388e5b32e0abadd13e9be Author: Joanmarie Diggs <joanmarie.diggs@gmail.com> Date: Sun Feb 14 16:44:31 2010 -0500 Part of the fix for bgo#608150 - Firefox 3.6's changes to the hierarchy of tables needs to be handled by Orca One issue is that table rows can now appear as list items in the hierarchy. getNextCellInfo was assuming the parent of the table cell would be a table. This fix merely stops the traceback. Additional smarts will need to be added to Orca's label guessing functionality. commit 6f16a61162af708356bfc96f95ba8ec8602a3de2 Author: Joanmarie Diggs <joanmarie.diggs@gmail.com> Date: Sun Feb 14 17:31:49 2010 -0500 Rest of the fix for bgo#608150 - Firefox 3.6's changes to the hierarchy of tables needs to be handled by Orca It turns out that the label guessing functionality is fine (yea!!); the problem is another instance of needing to be sure we have the table and not the new list item. Unassigning to focus on Firefox and SLED bugs. |