Side navigation
#14077 closed bug (invalid)
Opened June 27, 2013 04:25PM UTC
Closed July 12, 2013 08:41AM UTC
jQuery doesn't calculate correct width and height v1.9.0 (correct) vs 1.10.1 (incorrect) IE9
Reported by: | garnayden@hotmail.com | Owned by: | garnayden@hotmail.com |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.10.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I have used jQuery Layout UI from time ago. Recently I upgraded my jQuery code to version 1.10.1, but the height and width of the pane it doesn't calculate correctly when I use a css for add padding. This problem occurs only in IE.
It seems the method that cause the problem is
height()
and
width()
Here are the example that show the behavior:
I taken the complex sample from jquery layout ui.
If I change the jquery imported and use it: http://code.jquery.com/jquery-1.10.1.js
It doesn't work, but if I change to:
http://code.jquery.com/jquery-1.9.0.js
It works great :D
I hope this is useful.
Attachments (0)
Change History (2)
Changed June 27, 2013 04:30PM UTC by comment:1
owner: | → garnayden@hotmail.com |
---|---|
status: | new → pending |
Changed July 12, 2013 08:41AM UTC by comment:2
resolution: | → invalid |
---|---|
status: | pending → closed |
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
There's a lot of code in that example. To help us assess the issue, please reduce the test case so that only jQuery core is included and a problem with width/height can be demonstrated.