Opened 10 years ago
Closed 10 years ago
#9058 closed bug (notabug)
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"
Note: See
TracTickets for help on using
tickets.
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.