Skip to content

Loading…

the ‘Experimental features’ messed with jQuery icons #357

Closed
notxx opened this Issue · 3 comments

2 participants

@notxx

the jQuery icons are css sprites, and the image url of css sprites is related. because the path of css itself is now 'chrome-devtools://devtools/bundled/images/' based, the image url is now like 'chrome-devtools://devtools/bundled/images/ui-bg_glass_75_e6e6e6_1x400.png'.
so maybe attach these images into extersion package is one option, or we could just modify then image url in the css.

@gorhill

OK I'm lost here. Where can I see the problem? A page is not rendered properly? URL?

@notxx

http://api.jqueryui.com/theming/icons/
it's now like this
image
and it should be like this
image

@gorhill

Look like this will be a limitation of local mirroring. The chrome-devtools:// thing has nothing to do with the problem. Problem is that it seems the document containing the data: URL is used as the document from where the resource was loaded, and thus the relative URLs inside the CSS are expanded with the wrong location prefix.

This means we will have to exclude stuff from being locally mirrored.

@gorhill gorhill added a commit that closed this issue
@gorhill gorhill this fixes #357 9fa7b24
@gorhill gorhill closed this in 9fa7b24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Something went wrong with that request. Please try again.