Ticket #4109 (closed bug: fixed)
Ajax tabs: spinner option issues
| Reported by: | klaus.hartl | Owned by: | klaus.hartl |
|---|---|---|---|
| Priority: | critical | Milestone: | 1.7 |
| Component: | ui.tabs | Version: | 1.6rc6 |
| Keywords: | ajax spinner | Cc: | |
| Blocking: | Blocked by: |
Description (last modified by klaus.hartl) (diff)
Several issues:
- In case of spinner: '<img src="spinner.gif" alt="" />' a tab label is not restored properly after ajax tab has finished loading. See also here: http://groups.google.com/group/jquery- en/browse_thread/thread/2068c04d7b74be89
- Mouseover state is not being removed after tab has been loaded and another tab selected (note that it is as soon as spinner: '')
Was due to rewrite anyway, should simplify things, not use a <em> at all and attach "ui-tabs-loading" class to tab itself since it is a state anyway. Plus it can take given markup requirements into account. Create abort() method - related: #3929
Change History
Note: See
TracTickets for help on using
tickets.

