#3484 closed bug (fixed)
Error in jQuery UI Demos
Reported by: | jeff | Owned by: | eduardo |
---|---|---|---|
Priority: | blocker | Milestone: | 1.7 |
Component: | [meta] ui.site | Version: | 1.6rc2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
In a couple of the jQuery UI Demos, I am being redirected to an error page after clicking a button. The error message is "No handler matched request to /actions/download_builder.php". For instance, at http://dev.jquery.com/view/tags/ui/latest/demos/functional/#ui.sortable, clicking on the Enable/Disable buttons causes this behavior. This is also occurring for the Toggle buttons in the Show/Hide demo.
I get the error in FireFox 3 and Chrome, but not in IE.
Change History (6)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Milestone: | TBD → 1.6 |
---|---|
Priority: | minor → blocker |
comment:3 Changed 14 years ago by
Component: | [meta] ui.themeroller → [meta] ui.site |
---|
comment:4 Changed 14 years ago by
Owner: | set to eduardo |
---|---|
Status: | new → assigned |
comment:5 Changed 14 years ago by
The accordion demo does not work either - the accordion is never created.
comment:6 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Demos refactored in 1.6rc3
Note: See
TracTickets for help on using
tickets.
The problem is that those demos use <button> instead of <input type="button"> which is what the other demo's do.