Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Extreme long layout thrashing in IE11 #7360

Closed
wants to merge 2 commits into from
Closed

Conversation

nissoh
Copy link
Contributor

@nissoh nissoh commented Mar 1, 2016

Ok.. this is way too general but i think this bug left unnoticed and gave path to many bugs that related to IE11 regarding performance.

to prove my point we can reproduce this very easily using UI Responsivess tab in IE11 developer tools.
Duplicate the amount of :not selectors prefixed with space and measure the time it takes for IE to calculate layout(in green).

Ok.. this is way too general but i think this bug left unnoticed and gave path to many bugs that related to IE11 regarding performance.

to prove my point we can reproduce this very easily using `UI Responsivess` tab in IE11 developer tools.
Duplicate the amount of ` :not` selectors prefixed with space and measure the time it takes for IE to calculate layout(in green).
@nissoh nissoh changed the title ## Extreme long layout thrashing in IE11 Extreme long layout thrashing in IE11 Mar 1, 2016
ThomasBurleson pushed a commit that referenced this pull request Mar 2, 2016
IE manifest huge performance issues with attribute selectors.
Reproduce this very easily using `UI Responsivess` tab in IE11 developer tools:

*  duplicate the amount of ` :not` selectors prefixed with space and
*  measure the time it takes for IE to calculate layout(in green).

Closes #7360

# Conflicts:
#	src/components/input/demoErrors/index.html
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.

1 participant