Opened 14 years ago
Closed 14 years ago
#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: | |
Blocked by: | Blocking: |
Description (last modified by )
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 (3)
comment:1 Changed 14 years ago by
Milestone: | TBD → 1.6 |
---|
comment:2 Changed 14 years ago by
Description: | modified (diff) |
---|---|
Priority: | major → critical |
Summary: | Ajax tabs: Tab label is not restored properly → Ajax tabs: spinner option issues |
comment:3 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
[2101]