-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Transition] Fix hidden children appearing in a11y tree (#14465)
* [Transition] Fix hidden children appearing in a11y tree Squashed commit of the following: commit 491239f60e7cf1769ef159ee447df9001fe63f46 Merge: bf011ce aad72ed Author: Sebastian Silbermann <[email protected]> Date: Wed Feb 13 10:29:31 2019 +0100 Merge branch 'next' into docs/a11y-code-variant-switch commit bf011ce Author: Sebastian Silbermann <[email protected]> Date: Tue Feb 12 21:13:26 2019 +0100 [Collapse] Don't consider hidden if collapsedHeight > 0 commit 59ee3e5 Author: Sebastian Silbermann <[email protected]> Date: Tue Feb 12 21:07:36 2019 +0100 [Collapse] Fix css hidden property name commit 32dd6ff Merge: a2d6e83 2618e1e Author: Sebastian Silbermann <[email protected]> Date: Tue Feb 12 21:03:44 2019 +0100 Merge branch 'docs/a11y-code-variant-switch' of github.com:eps1lon/material-ui into docs/a11y-code-variant-switch commit a2d6e83 Author: Sebastian Silbermann <[email protected]> Date: Sat Feb 9 11:03:56 2019 +0100 [core] Normalize transitions child style implementation commit 8d16305 Author: Sebastian Silbermann <[email protected]> Date: Sat Feb 9 09:05:49 2019 +0100 fixup commit ae08e11 Author: Sebastian Silbermann <[email protected]> Date: Sat Feb 9 09:05:34 2019 +0100 fixup commit 7b2cae2 Author: Sebastian Silbermann <[email protected]> Date: Fri Feb 8 20:27:43 2019 +0100 [Slide] Fix tests commit 9cdb582 Author: Sebastian Silbermann <[email protected]> Date: Fri Feb 8 20:19:01 2019 +0100 [core] Normalize transitions API commit 752cde5 Author: Sebastian Silbermann <[email protected]> Date: Fri Feb 8 16:31:28 2019 +0100 [Fade] Fix display none on IE 11 commit d10309b Author: Sebastian Silbermann <[email protected]> Date: Fri Feb 8 14:22:31 2019 +0100 [Fade] Fix propTypes not warning on missing child element commit 1ed6682 Author: Sebastian Silbermann <[email protected]> Date: Fri Feb 8 14:21:44 2019 +0100 [Fade] Fix child element appearing in the a11y tree if hidden visually commit 6cbaabe Author: Sebastian Silbermann <[email protected]> Date: Fri Feb 8 14:17:39 2019 +0100 [Fade] Test a11y for invisible content commit 2618e1e Author: Olivier Tassinari <[email protected]> Date: Sun Feb 10 10:49:22 2019 +0100 change class name commit ef1e87a Author: Olivier Tassinari <[email protected]> Date: Sun Feb 10 01:55:34 2019 +0100 look into the build fail commit af3d812 Author: Sebastian Silbermann <[email protected]> Date: Sat Feb 9 11:03:56 2019 +0100 [core] Normalize transitions child style implementation commit 5082f2f Author: Sebastian Silbermann <[email protected]> Date: Sat Feb 9 09:05:49 2019 +0100 fixup commit 32699b1 Author: Sebastian Silbermann <[email protected]> Date: Sat Feb 9 09:05:34 2019 +0100 fixup commit 459b8f8 Author: Sebastian Silbermann <[email protected]> Date: Fri Feb 8 20:27:43 2019 +0100 [Slide] Fix tests commit 5dba229 Author: Sebastian Silbermann <[email protected]> Date: Fri Feb 8 20:19:01 2019 +0100 [core] Normalize transitions API commit 63e91ac Author: Sebastian Silbermann <[email protected]> Date: Fri Feb 8 16:31:28 2019 +0100 [Fade] Fix display none on IE 11 commit fb70b73 Author: Sebastian Silbermann <[email protected]> Date: Fri Feb 8 14:22:31 2019 +0100 [Fade] Fix propTypes not warning on missing child element commit 85d75ce Author: Sebastian Silbermann <[email protected]> Date: Fri Feb 8 14:21:44 2019 +0100 [Fade] Fix child element appearing in the a11y tree if hidden visually commit 658b4d3 Author: Sebastian Silbermann <[email protected]> Date: Fri Feb 8 14:17:39 2019 +0100 [Fade] Test a11y for invisible content * [Grow] Fix whitespace assertion in test * [Menu] Fix menuitem not receiving focus in firefox Caused by focus() call race condition: dialog -> item in chrome but item -> dialog in firefox * [Transitions] Fix for wasted render cycle * Remove unnecessary test * [Zoom] Fix in being ignored * cleanup diff
- Loading branch information
1 parent
c653b6a
commit ec23ff8
Showing
13 changed files
with
72 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters