#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: | ||
Blocked by: | Blocking: |
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 (2)
Change History (8)
Changed 14 years ago by
Attachment: | jQueryBug.html added |
---|
comment:1 Changed 13 years ago by
Component: | unfiled → support |
---|
I think this is the issue with jQuery.support.
comment:3 Changed 13 years ago by
Milestone: | 1.4 → 1.4.5 |
---|---|
Owner: | set to john |
Status: | new → assigned |
Version: | 1.3.2 → 1.4.3 |
comment:4 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
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.
comment:5 Changed 13 years ago by
Milestone: | 1.4.5 → 1.5 |
---|
Move fixed tickets to appropriate milestone
comment:6 Changed 13 years ago by
Priority: | undecided → high |
---|
HTML Code to reproduce the error