Eoghan Murray
Eoghan Murray
I've done a full rework as this PR was originally authored before we had nested iframe support (#481) This is also based on #716, although that is still in progress,...
@Juice10 also came across an issue with CSS variables that varies between browsers
And Justin had the idea of doing a separate GET request for a raw stylesheet (which should come from the cache)
Why doesn't your method work for ::before/::after ?
I'd agree that blocked elements should keep their size in order to properly maintain flow of rest of page.
Is this to fix that there are URLs in the `background-image` attribute? - does `transformAttribute` handle css shorthand e.g. `background: black url(/xyz.jpg) no-repeat;` - should (can) we do this on...
Thanks for the test case! Is this going down the `if (name === 'style' && value)` code path in `transformAttribute` ? I think in that case, calling `absoluteToStylesheet` directly is...
Hmmm, are you talking about the call to `jQuery.Event("hide")`, because I'm not proposing removing that. This screenshot should better illustrate the potentially duplicated code I'm talking about: http://www.awesomescreenshot.com/image/2781882/9ec5a15cb7313fed6b7a83f1ab586352
Again if there was good build instructions, I'd add the css to the proper place in the sass/less files as appropriate?
I've tried using this patch but it appears that you can't remove the nested dropdown by clicking outside it within the parent dropdown, you can only remove both dropdowns by...