Opened 12 years ago
Closed 12 years ago
#7203 closed bug (worksforme)
No warning that not including the CSS breaks jQuery UI
Reported by: | denysonique | Owned by: | |
---|---|---|---|
Priority: | trivial | Milestone: | 1.9.0 |
Component: | ui.core | Version: | 1.8.11 |
Keywords: | needsreview | Cc: | |
Blocked by: | Blocking: |
Description
JQueryUI.com there should be a small statement warning about not including CSS brakes certain features of the framework.
Change History (3)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
Keywords: | needsreview added |
---|---|
Priority: | minor → trivial |
The fact that the builds include the css files and download links link directly to them seems like enough 'warning'...
comment:3 Changed 12 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
This is mentioned in the docs, it doesn't belong in the demos. http://docs.jquery.com/UI/Resizable#theming
Note: See
TracTickets for help on using
tickets.
In this jsFiddle, http://jsfiddle.net/zaLJt/2/ it can be seen that resizable won't work without the CSS. I think the resizable page http://jqueryui.com/demos/resizable should mention this specifically.
@denysonique I used your jsfiddle but I pulled draggable out of it to keep it more specific.