Bug 24474 - AX: in multi-body tables, asking for a cell at a specific coordinate can return nil
Summary: AX: in multi-body tables, asking for a cell at a specific coordinate can retu...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-09 17:32 PDT by chris fleizach
Modified: 2009-03-13 15:21 PDT (History)
0 users

See Also:


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+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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