Ticket #5575 (closed bug: fixed)
Including jquery 1.3.2 breaks page layout
| Reported by: | rpn | Owned by: | john |
|---|---|---|---|
| Priority: | high | Milestone: | 1.5 |
| Component: | support | Version: | 1.4.3 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
After including the jQuery Library (1.3.2) a border on the right-hand side of the screen appears. Note: There is no function called only the library is included. When we remove the library the page is correctly layouted.
The error is reproducible with jQuery 1.3.2 and Internet Explorer 8 but does not occur with jQuery 1.2.6 and or Firefox.
In order to reproduce the error
- Save the attached jQueryBug.html page together with the jquery-1.3.2.min.js file in a new folder
- Open the html file with IE 8 and you can see the blue border.
If you remove the jquery-1.3.2.min.js include the blue border disappears.
Attachments
Change History
Changed 3 years ago by rpn
-
attachment
jQueryBug.html
added
comment:1 Changed 3 years ago by dmethvin
- Component changed from unfiled to support
I think this is the issue with jQuery.support.
comment:3 Changed 3 years ago by john
- Owner set to john
- Status changed from new to assigned
- Version changed from 1.3.2 to 1.4.3
- Milestone changed from 1.4 to 1.4.5
comment:4 Changed 2 years ago by dmethvin
- Status changed from assigned to closed
- Resolution set to fixed
Using the attached test case, I was able to reproduce the blue bar on 1.3.2 and 1.4.2, but not on 1.4.3 or 1.4.4. So, I'll declare this fixed.
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

HTML Code to reproduce the error