#5488 closed bug (notabug)
Typo causing tab switching error
Reported by: | one.miguel | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | ui.tabs | Version: | 1.8 |
Keywords: | this.xhr | Cc: | |
Blocked by: | Blocking: |
Description
On line 7466 of jquery-ui-1.8.custom.js (or line 641 of jquery.ui.tabs.js):
if (this.xhr) {
This causes a Javascript error when switching tabs with ajax:
Error: this.xhr.abort is not a function Source File: jquery-ui-1.8.custom.js Line: 7465
It should be 'if(this.xhr)' (no space between if and open paren).
Change History (4)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Just FYI, I was getting the this.xhr.abort is not a function until I set the "async" ajax option to false. Weird that it didn't happen before. Sorry for the errant ticket.
comment:3 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Uh, nevermind. Something else is wrong, please disregard.