Bug Tracker

Ticket #240 (closed bug: wontfix)

Opened 2 years ago

Last modified 1 year ago

jQuery IE6 bug with base href

Reported by: toni.viemero@… Assigned to: anonymous
Type: bug Priority: major
Milestone: Component: fx
Version: 1.0 Keywords:
Cc: Needs:

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

Change History

Changed 2 years ago by aaron.heimlich@…

Changed 2 years ago by brandon

  • status changed from new to closed
  • resolution set to wontfix

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 /> .

Note: See TracTickets for help on using tickets.