Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

jquery.mobile.tabele.reflow.js: removed the display: table-row-group; css. Fixes 6583. This display property causes assistive technology like VoiceOver to no longer detect the table as a table. #6584

Closed
dylanb wants to merge 1 commit intojquery-archive:masterfrom
dylanb:master

Conversation

@dylanb
Copy link
Contributor

@dylanb dylanb commented Oct 9, 2013

I apologize in advance for this pull request because I do not have Safari <= 5 and am therefore not able to reproduce bug 5380 - which this code was supposed to fix. However, the fix for 5380 is invalid because it directly causes the issue reported in 6583 in a lot of different browser and AT combinations.

…tive technology not being able to detect tables
@arschmitz
Copy link
Contributor

i think we are good to land this

@jaspermdegroot
Copy link
Contributor

@arschmitz

Let's pull it in a branch and test #5380 (comment)

@gabrielschulhof
Copy link

OK, so it looks like we need to fix #5380 differently than by the fix we currently have in place, because the current fix breaks things in a lot of browsers. Thus, applying this patch and re-opening #5380 may be the way to go.

@arschmitz
Copy link
Contributor

👍

gabrielschulhof pushed a commit that referenced this pull request May 30, 2014
It causes problems with assistive technology not being able to detect tables.

This effectively reverts bafa5d9, thus
removing the fix for gh-5380.

(cherry picked from commit 71c823e)

Closes gh-6584
Fixes gh-6583
Re gh-5380
@dylanb
Copy link
Contributor Author

dylanb commented May 31, 2014

Is this problem totally fixed now or are you still looking for a solution for reflowable tables that are accessible? I have two solutions one that I have tried before and one that is ore elegant that I have not fully tested but if you are looking for a solution, I could try to test and implement.

agcolom pushed a commit to agcolom/jquery-mobile that referenced this pull request Nov 26, 2014
It causes problems with assistive technology not being able to detect tables.

This effectively reverts bafa5d9, thus
removing the fix for jquery-archivegh-5380.

Closes jquery-archivegh-6584
Fixes jquery-archivegh-6583
Re jquery-archivegh-5380
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants