Search and Top Navigation
#2953 closed bug (fixed)
Opened June 04, 2008 07:27PM UTC
Closed July 19, 2008 05:49AM UTC
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.
Attachments (0)
Change History (6)
Changed June 09, 2008 01:28AM UTC by comment:1
resolution: | → worksforme |
---|---|
status: | new → closed |
Changed June 11, 2008 02:09AM UTC by comment:2
resolution: | worksforme |
---|---|
status: | closed → reopened |
Using wrapInner fails with elements that cannot contain content (img),
<li> <a href="..."><span><img src="..." alt="" />Zeiterfassung</span></a> </li>
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).
Changed June 11, 2008 02:10AM UTC by comment:3
status: | reopened → assigned |
---|
Changed June 26, 2008 07:45PM UTC by comment:4
milestone: | 1.5 → 1.5.2 |
---|
Changed July 10, 2008 08:48PM UTC by comment:5
milestone: | 1.5.2 → 1.6b |
---|
Changed July 19, 2008 05:49AM UTC by comment:6
resolution: | → fixed |
---|---|
status: | assigned → closed |