Opened 16 years ago
Closed 16 years ago
#240 closed bug (wontfix)
jQuery IE6 bug with base href
Reported by: | 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.
Change History (2)
comment:1 Changed 16 years ago by
comment:2 Changed 16 years ago by
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 />
.
Note: See
TracTickets for help on using
tickets.
IE6 has some issues with the <base> element. http://www.456bereastreet.com/archive/200608/base_elements_cause_text_selection_problems_in_ie/