Skip to main content

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 klaus.hartl comment:1

resolution: → worksforme
status: newclosed

Changed June 11, 2008 02:09AM UTC by klaus.hartl comment:2

resolution: worksforme
status: closedreopened

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 klaus.hartl comment:3

status: reopenedassigned

Changed June 26, 2008 07:45PM UTC by rdworth comment:4

milestone: 1.51.5.2

Changed July 10, 2008 08:48PM UTC by paul comment:5

milestone: 1.5.21.6b

Changed July 19, 2008 05:49AM UTC by klaus.hartl comment:6

resolution: → fixed
status: assignedclosed