-
Notifications
You must be signed in to change notification settings - Fork 73
Description
Hello
As in this bug http://bugs.jqueryui.com/ticket/9280 described, i found a issue in theme downloader/creator:
Checkout this two jsFiddle:
jQuery-UI, original darkness theme, without css scope: http://jsfiddle.net/thomi_ch/CUkLK/ works fine, as expected Theme original link: http://goo.gl/J8J3x
jQuery-UI, le-frog theme, with css scope ".rudy": http://jsfiddle.net/thomi_ch/vLvWQ/ dialog doesn't show exactly, some styles are not applied. Theme original link: http://goo.gl/CYqQO
Checkout also this two screenshots of the code:
without css scope: http://i.imgur.com/WLaSyos.png
with css scope: http://i.imgur.com/dmIoV24.png
I use two different themes for admin and customer gui. Before i used 1.8.4 which has worked perfectly in that case.
I don't know if this is only ui.dialog specific, maybe other components also have a problem with used css scope.
Thanks for feedback or a fix/workaround for it.
Regards
thomi