[Webkit-unassigned] [Bug 124430] AX: Add ability to fetch only visible table rows.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 15 12:54:31 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=124430


Samuel White <samuel_white at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
         AssignedTo|webkit-unassigned at lists.web |samuel_white at apple.com
                   |kit.org                     |




--- Comment #3 from Samuel White <samuel_white at apple.com>  2013-11-15 12:53:09 PST ---
Created an attachment (id=217072)
 --> (https://bugs.webkit.org/attachment.cgi?id=217072&action=review)
Initial patch for feedback only.

Patch added visibleRows method to AccessibilityTable. I selected to gather these rows each time the method was called (rather than cacheing like m_rows and m_columns) because they will be different after each scroll. Would add too much churn.

Also, added ability to get arrays of elements with a specific attribute to DRT. Should help with test brevity moving forward. i.e. less need to dump all attrs as text to see a single array based val.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list