Opened 10 years ago

Closed 10 years ago

#8781 closed bug (invalid)

Global box-sizing: border-box breaks drag-and-drop in IE8

Reported by: brandmitchell Owned by: brandmitchell
Priority: minor Milestone: 1.10.0
Component: ui.draggable Version: 1.8.17
Keywords: Cc:
Blocked by: Blocking:

Description

My team has found a rather annoying bug with draggable. When using the global * declaration of box-sizing: border-box, the draggable component breaks in IE8. The issue seems to be related to the box-sizing on the main html or body tags of a page. When in use, the draggable area works within the region first loaded in the browser's viewport. If a user scrolls, attempting to bring a draggable object into the region outside the original viewport, the draggable component 'breaks' and causes a scroll event scroll the page to the top.

Change History (3)

comment:1 Changed 10 years ago by mikesherov

Owner: set to brandmitchell
Status: newpending

Thanks for taking the time to contribute to the jQuery UI project! Please provide a complete reduced test case on jsFiddle to help us assess your ticket.

Additionally, be sure to test against the git version of both jQuery UI and jQuery to ensure the issue still exists. To get you started, use this boilerplate: http://jsfiddle.net/ZgAqH/Open the link and click to "Fork" (in the top menu) to get started.

I can definitely investigate this issue, but I'll need a test case showing the issue.

comment:2 Changed 10 years ago by initself

Here's a fiddle that demonstrates its broken behavior, but I am not sure how that has to do with JQueryUI!?

http://jsfiddle.net/Ue4Kf/2/

comment:3 Changed 10 years ago by trac-o-bot

Resolution: invalid
Status: pendingclosed

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!

Note: See TracTickets for help on using tickets.