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.
Attachments (0)
Change History (2)
Changed October 06, 2006 02:27AM UTC by comment:1
Changed October 07, 2006 08:35PM UTC by comment:2
resolution: | → wontfix |
---|---|
status: | new → closed |
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 />.
IE6 has some issues with the <base> element.
http://www.456bereastreet.com/archive/200608/base_elements_cause_text_selection_problems_in_ie/