#4039 closed bug (fixed)
Download builder: UI core should not be enforced as dependency of UI effects
Reported by: | rdworth | Owned by: | |
---|---|---|---|
Priority: | blocker | Milestone: | 1.7 |
Component: | [meta] ui.downloadbuilder | Version: | 1.6rc6 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Steps to reproduce:
- Open Download Builder http://jqueryui.com/download
- Start with nothing selected
- Select Effect "Blind" (note Effects Core is automatically selected)
- Click download. Notice the button is disabled
- Select UI Core. Notice the download button is now enabled
- Click UI Core again to deselect. An error pops up "UI Core is a needed dependency of Effects Core.
Please uncheck Effects Core first."
This does not match with
http://docs.jquery.com/UI/Effects
" effects.core.js
This is the core dependency of the effects of jQuery UI. This file is needed by all other effects and can also be used as stand-alone. Please note that ui.core.js is not a dependency for the effects to work."
One of these needs to be fixed.
Change History (3)
comment:1 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 14 years ago by
comment:3 Changed 14 years ago by
The problem has been fixed, but the fix is not yet live on the website. UI Effects do not depend on UI Core. The documentation is correct.
Note: See
TracTickets for help on using
tickets.
I can still reproduce this problem. The download page still says that Effects Core depends on UI Core, while the documentation still says it does not.
Which one is correct, by the way?