Bug 141524 - inline-block table cells exposed with extra AXGroup (causes VoiceOver to miss all cell contents)
Summary: inline-block table cells exposed with extra AXGroup (causes VoiceOver to miss...
Status: RESOLVED DUPLICATE of bug 258439
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Major
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2015-02-12 11:43 PST by Joey Hoer
Modified: 2023-06-23 11:32 PDT (History)
4 users (show)

See Also:


Attachments
A testcase showing that Voice Over will not step into cells with `display: inline-block` (859 bytes, text/html)
2015-02-12 11:43 PST, Joey Hoer
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Joey Hoer 2015-02-12 11:43:14 PST
Created attachment 246457 [details]
A testcase showing that Voice Over will not step into cells with `display: inline-block`

Voice Over will not allow users to step into table cells when `display` is set to `inline-block`. (I've also run into instances where `display: inline-block` will prevent subsequent cells in the same row from being stepped into as well, but the test case dose not demonstrate this.)
Comment 1 Radar WebKit Bug Importer 2015-02-12 11:43:36 PST
<rdar://problem/19815766>
Comment 2 James Craig 2015-06-16 02:25:02 PDT
WebKit is exposing an extra AXGroup between the AXRow and the AXCell
Comment 3 Tyler Wilcock 2023-06-23 11:32:34 PDT
This will be fixed by https://bugs.webkit.org/show_bug.cgi?id=258439 (I tried the attached testcase). Please re-open if you discover otherwise. Thanks!

*** This bug has been marked as a duplicate of bug 258439 ***