Search and Top Navigation
#9131 closed bug (invalid)
Opened March 01, 2013 08:50AM UTC
Closed March 17, 2013 08:36AM UTC
Last modified April 15, 2013 11:41AM UTC
Draggable: Wrong posistion in chrome
Reported by: | vunbpp | Owned by: | vunbpp |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.draggable | Version: | 1.10.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When use dragable in chrome with option{clone} and obj have css{margin: x auto}. The clone will appear wrong position with mouse depend with x
Attachments (0)
Change History (4)
Changed March 02, 2013 11:05PM UTC by comment:1
owner: | → vunbpp |
---|---|
status: | new → pending |
Changed March 17, 2013 08:36AM 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!
Changed April 15, 2013 06:08AM UTC by comment:3
I've been facing this issue myself. .In chrome when I drag the element using helper: clone
It drags the element from the top left corner of the screen , instead of being dragged from being the position where the element resides.
This bug seems to be in chrome only and I've used the jQuery UI example to implement this drag and drop feature. Request to you folks to reassess this ticket as I'm sure it's a core bug.
Changed April 15, 2013 11:41AM UTC by comment:4
@uicandy We'll reassess the ticket as soon as someone provides a reduced test case as requested 6 weeks ago.
Hi vunbpp,
Thanks for taking the time to contribute to the jQuery UI project. In order to assess your ticket we're going to need a minimal test case that shows this issue. You can use this to get started: http://jsfiddle.net/tj_vantoll/kY7FA/.
Thanks.