Search and Top Navigation
#3484 closed bug (fixed)
Opened October 20, 2008 09:54PM UTC
Closed December 23, 2008 02:37PM UTC
Last modified February 15, 2017 12:11PM UTC
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.
Attachments (0)
Change History (6)
Changed October 20, 2008 11:43PM UTC by comment:1
Changed October 24, 2008 01:06AM UTC by comment:2
milestone: | TBD → 1.6 |
---|---|
priority: | minor → blocker |
Changed November 19, 2008 05:10AM UTC by comment:3
component: | [meta] ui.themeroller → [meta] ui.site |
---|
Changed November 24, 2008 02:11PM UTC by comment:4
owner: | → eduardo |
---|---|
status: | new → assigned |
Changed December 20, 2008 07:56PM UTC by comment:5
The accordion demo does not work either - the accordion is never created.
Changed December 23, 2008 02:37PM UTC by comment:6
resolution: | → fixed |
---|---|
status: | assigned → closed |
Demos refactored in 1.6rc3
The problem is that those demos use <button> instead of <input type="button"> which is what the other demo's do.