Skip to main content

Bug Tracker

Side navigation

#240 closed bug (wontfix)

Opened October 05, 2006 10:29AM UTC

Closed October 07, 2006 08:35PM UTC

jQuery IE6 bug with base href

Reported by: toni.viemero@iki.fi Owned by:
Priority: major Milestone:
Component: effects Version: 1.0
Keywords: Cc:
Blocked by: Blocking:
Description

If you use 'base href=""' in document, jQuery slideToggle() function slides box open and closes right after opening it if you're using IE6. IE7 RC1 working fine.

Example HTML

Attachments (0)
Change History (2)

Changed October 06, 2006 02:27AM UTC by aaron.heimli comment:1

Changed October 07, 2006 08:35PM UTC by brandon comment:2

resolution: → wontfix
status: newclosed

This is an IE6 bug as the above comment notes.

The work-around is to simply close out the base tag like this

 <base></base> 
instead of the shortcut way
 <base /> 
.