Search and Top Navigation
#9058 closed bug (notabug)
Opened February 05, 2013 08:09AM UTC
Closed February 05, 2013 03:45PM UTC
Incorrect Google CDN CSS
Reported by: | oyejorge | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.css-framework | Version: | 1.10.0 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The css hosted on Google's CDN isn't in the correct order.
When downloaded from jQuery UI the order is: core, resizable, selectable, accordion, autocomplete, button, datepicker, dialog, menu, progressbar, slider, spinner, tabs, tooltip
The order in Google's file is: core, accordion, autocomplete, button, datepicker, dialog, menu, progressbar, resizable, selectable, slider, spinner, tabs, tooltip, theme
Example:
<div class="ui-dialog ui-resizable">
The resulting position using Google's css file will be "relative"
The resulting position using a downloaded css file will be "absolute"
Attachments (0)
Change History (1)
Changed February 05, 2013 03:45PM UTC by comment:1
resolution: | → notabug |
---|---|
status: | new → closed |
The ordering on Google's CDN is actually correct, and is incorrect from custom builds - https://github.com/jquery/download.jqueryui.com/issues/98. Thanks.