Bug 24474

Summary: AX: in multi-body tables, asking for a cell at a specific coordinate can return nil
Product: WebKit Reporter: chris fleizach <cfleizach>
Component: AccessibilityAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
Attachments:
Description Flags
patch to fix logic error in retrieving cells in an AXTable bdakin: review+

chris fleizach
Reported 2009-03-09 17:32:59 PDT
In a table with more than one tbody, asking for certain cells can return nil instead of the cell
Attachments
patch to fix logic error in retrieving cells in an AXTable (6.03 KB, patch)
2009-03-09 17:39 PDT, chris fleizach
bdakin: review+
chris fleizach
Comment 1 2009-03-09 17:37:43 PDT
the problem is that the row being passed in is being compared against the wrong value
chris fleizach
Comment 2 2009-03-09 17:39:31 PDT
Created attachment 28422 [details] patch to fix logic error in retrieving cells in an AXTable
chris fleizach
Comment 3 2009-03-13 15:21:19 PDT
Note You need to log in before you can comment on or make changes to this bug.