Opened 10 years ago
Closed 10 years ago
#9393 closed bug (invalid)
dialog widget issue with jquery load
Reported by: | aquan | Owned by: | aquan |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.core | Version: | 1.10.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I used $("#dialog").load to display an html page inside the dialog box. This works fine, but once I click the close dialog button and then try to reopen the dialog box, it fails and I get a jquery-1.9.1.js error warning message.
created a mini jsfiddle here http://jsfiddle.net/w4zjE/
Change History (2)
comment:1 Changed 10 years ago by
Owner: | set to aquan |
---|---|
Status: | new → pending |
comment:2 Changed 10 years ago by
Resolution: | → invalid |
---|---|
Status: | pending → closed |
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
Hi aquan,
Thanks for taking the time to contribute to the jQuery UI project. I'm not seeing the error you're describing. Also your test case was made with an older version of jQuery UI (1.9.2) and is failing because it's trying to retrieve cross-origin content which the browser blocks. You can use fiddle.jshell.net instead of wikipedia.org if you're just looking for a request that will work.
Please update your test case to use the latest version and see if you can recreate the problem. You can use this as a starting point: http://jsfiddle.net/tj_vantoll/vwk3D/.
Thanks.