Search and Top Navigation
#4897 closed bug (notabug)
Opened October 07, 2009 12:38AM UTC
Closed October 22, 2010 11:51PM UTC
UI Tabs and sync ajax causes bug showing the the processing state
Reported by: | teejay | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.tabs | Version: | 1.7.2 |
Keywords: | Tab processing | Cc: | |
Blocked by: | Blocking: |
Description
Hello I hope i found a bug in the Tabs component. If u load the content with ajax and set the option async to false IE / chrome / safari dont display the processing state.
if i do something like that
$('#tabs').bind('tabsselect', function(event, ui) {
$('#t3').attr('class','ui-state-processing');
alert('break');
});
looks like the state gets instantly overwritten with something else.
it works for the moment until i confirm the alert box.
Fire fox and opera seems to work like expected. is there a fix for it or is that not fixable until the next version?
Thx in advance
Thomas
Attachments (0)
Change History (3)
Changed November 17, 2009 06:03PM UTC by comment:1
milestone: | TBD → 1.8 |
---|
Changed November 17, 2009 06:03PM UTC by comment:2
priority: | major → minor |
---|
Changed October 22, 2010 11:51PM UTC by comment:3
resolution: | → invalid |
---|---|
status: | new → closed |
We can't force the browser to do anything during a synchronous XHR request.