Skip to main content

Bug Tracker

Side navigation

#1097 closed bug (fixed)

Opened April 04, 2007 11:19AM UTC

Closed April 04, 2007 01:38PM UTC

Last modified June 20, 2007 12:56AM UTC

html() crashes Safari in latest Tabs

Reported by: klaus Owned by:
Priority: critical Milestone: 1.1.3
Component: core Version: 1.1.2
Keywords: crash safari innerHTML Cc:
Blocked by: Blocking:
Description

Using html('foo') to change text of an anchor element in the latest Tabs plugin causes Safari 2.0.4 (419.3) to crash completely. I needed to resort to innerHTML.

To reproduce change line 481 in unpacked Tabs to

$(span).html('Loading…');

and open index.html (can be found in SVN) from a server with the changed JS included.

Attachments (0)
Change History (1)

Changed April 04, 2007 01:38PM UTC by brandon comment:1

resolution: → fixed
status: newclosed

This is fixed in the latest SVN