Ticket #167 (closed defect: fixed)
resizable plugin & custom locations JQuery UI source files
Reported by: | mrtwice99 | Owned by: | jf.hovinne |
---|---|---|---|
Priority: | major | Milestone: | 0.5 |
Component: | editor | Version: | trunk |
Keywords: | Cc: |
Description
Currently, the resizable plugin does some calculation and automatic inclusion for the jquery.ui.js file and also jquery.ui.resizable.js. This is not a very flexible solution since I might 1) have a different name for the files (i.e. b/c of version numbers) or 2) want to have my JQuery and JQuery UI files hosted separate (the Google hosted versions) or 3) I want all my JS files bundeled together, minified, and gzipped so as to avoid multiple HTTP requests. The current implementation requires hacking the source to get those situations to work.
I would suggest that you don't do script inclusion and just let the developer take care of the dependency.
Agreed, see r613.
As a consequence, calls for jQuery UI and jQuery UI resizable must be manually added in the page.