#4229 closed bug (worksforme)
Actual Position of drop zone is fixed in safari.
Reported by: | krunal | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 2.0.0 |
Component: | ui.droppable | Version: | 1.6rc5 |
Keywords: | Cc: | [email protected]… | |
Blocked by: | Blocking: |
Description
My droppable div have a absolute position and it is inside in the parent div which has a fixed position.
Now, drag n drop is working fine in the FF,IE. But this creates problem in Safari(windows & mac).
I think the position of the drop div in safari, is the initial left and top and it is not changing when we scroll the page.
Give some light on this.
Cheers Krunal
Attachments (1)
Change History (6)
Changed 14 years ago by
Attachment: | sample_test_krunal.html added |
---|
comment:1 Changed 14 years ago by
Milestone: | TBD → 1.7 |
---|---|
Priority: | major → minor |
comment:2 Changed 14 years ago by
Milestone: | 1.7 → 1.8 |
---|
comment:3 Changed 10 years ago by
Milestone: | 1.9.0 → 2.0.0 |
---|
comment:4 Changed 10 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Thanks for taking the time to contribute to the jQuery UI project! I can no longer reproduce the issue using the latest jQuery and jQuery UI. http://jsfiddle.net/ccK7R/
If you can still reproduce it, please feel free to reply to this ticket with a test case showing the problem. Thanks!
sample of my problem