Bug Tracker

Opened 14 years ago

Closed 13 years ago

Last modified 12 years ago

#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

  1. Save the attached jQueryBug.html page together with the jquery-1.3.2.min.js file in a new folder
  2. 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)

jQueryBug.html (710 bytes) - added by rpn 14 years ago.
HTML Code to reproduce the error
jquery-1.3.2.min.js (55.9 KB) - added by rpn 14 years ago.
jquery-1.3.2.min.js

Download all attachments as: .zip

Change History (8)

Changed 14 years ago by rpn

Attachment: jQueryBug.html added

HTML Code to reproduce the error

Changed 14 years ago by rpn

Attachment: jquery-1.3.2.min.js added

jquery-1.3.2.min.js

comment:1 Changed 13 years ago by dmethvin

Component: unfiledsupport

I think this is the issue with jQuery.support.

comment:2 Changed 13 years ago by dmethvin

Closed dup #6792 which has some advice about repro.

comment:3 Changed 13 years ago by john

Milestone: 1.41.4.5
Owner: set to john
Status: newassigned
Version: 1.3.21.4.3

comment:4 Changed 13 years ago by dmethvin

Resolution: fixed
Status: assignedclosed

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 jitter

Milestone: 1.4.51.5

Move fixed tickets to appropriate milestone

comment:6 Changed 13 years ago by john

Priority: undecidedhigh
Note: See TracTickets for help on using tickets.