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+

Description chris fleizach 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
Comment 1 chris fleizach 2009-03-09 17:37:43 PDT
the problem is that the row being passed in is being compared against the wrong value
Comment 2 chris fleizach 2009-03-09 17:39:31 PDT
Created attachment 28422 [details]
patch to fix logic error in retrieving cells in an AXTable
Comment 3 chris fleizach 2009-03-13 15:21:19 PDT
http://trac.webkit.org/changeset/41687