Bug 143081 - [WIN] AX: Implement AccessibilityUIElement::cellForColumnAndRow
Summary: [WIN] AX: Implement AccessibilityUIElement::cellForColumnAndRow
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: 528+ (Nightly build)
Hardware: All Windows 8
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2015-03-25 22:48 PDT by chris fleizach
Modified: 2015-03-25 22:48 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description chris fleizach 2015-03-25 22:48:15 PDT
In order to unskip 
    accessibility/
from https://bugs.webkit.org/show_bug.cgi?id=143007

this needs to be implemented in DRT/WKTR

AccessibilityUIElement AccessibilityUIElement::cellForColumnAndRow(unsigned column, unsigned row)
{
    return 0;
}
Comment 1 Radar WebKit Bug Importer 2015-03-25 22:48:25 PDT
<rdar://problem/20305177>