RESOLVED FIXED 125839
Fix dynamic changes with sibling selectors
https://bugs.webkit.org/show_bug.cgi?id=125839
Summary Fix dynamic changes with sibling selectors
Ryosuke Niwa
Reported 2013-12-16 23:05:22 PST
Consider merging https://chromium.googlesource.com/chromium/blink/+/86556ca5bbb8c21887df53d01becdd6daef96774 We were not setting needsRecalc on sibling selectors after the first one. Instead, keep a count of the max number of sibling selectors we see in any stylesheet and setNeedsRecalc on that number of siblings. http://crbug.com/304139
Attachments
Benjamin Poulain
Comment 1 2014-11-01 15:49:36 PDT
Fixed that already, and in a better way too :)
Radar WebKit Bug Importer
Comment 2 2014-11-01 15:49:49 PDT
Note You need to log in before you can comment on or make changes to this bug.