Opened 15 years ago
Closed 15 years ago
#2953 closed bug (fixed)
Spinner seems broken
Reported by: | anonymous | Owned by: | klaus.hartl |
---|---|---|---|
Priority: | major | Milestone: | 1.6b |
Component: | ui.tabs | Version: | 1.5rc1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
After updating to RC1 the spinner option isn't working anymore. Also the "loading" css class (ui-tabs-loading) doesn't seem to have any effect.
Change History (6)
comment:1 Changed 15 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
comment:2 Changed 15 years ago by
Resolution: | worksforme |
---|---|
Status: | closed → reopened |
comment:3 Changed 15 years ago by
Status: | reopened → assigned |
---|
comment:4 Changed 15 years ago by
Milestone: | 1.5 → 1.5.2 |
---|
comment:5 Changed 15 years ago by
Milestone: | 1.5.2 → 1.6b |
---|
comment:6 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Using wrapInner fails with elements that cannot contain content (img),
inner(a) finds the image. inner(a).html() is empty. inner(a).wrapInner('<em></em>') doesn't seem to work, because no <em> tag is wraped arround inner(a).