Search and Top Navigation
#5488 closed bug (notabug)
Opened April 06, 2010 02:07PM UTC
Closed April 06, 2010 07:11PM UTC
Last modified October 11, 2012 09:15PM UTC
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).
Attachments (0)
Change History (4)
Changed April 06, 2010 02:09PM UTC by comment:1
Changed April 06, 2010 02:54PM UTC by comment:2
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.
Changed April 06, 2010 07:11PM UTC by comment:3
resolution: | → invalid |
---|---|
status: | new → closed |
Changed October 11, 2012 09:15PM UTC by comment:4
milestone: | TBD |
---|
Milestone TBD deleted
Uh, nevermind. Something else is wrong, please disregard.