Bug Tracker

Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#1097 closed bug (fixed)

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.

Change History (1)

comment:1 Changed 16 years ago by brandon

Resolution: fixed
Status: newclosed

This is fixed in the latest SVN

Note: See TracTickets for help on using tickets.