Opened 12 years ago
Closed 10 years ago
#7033 closed bug (invalid)
Sortable: Scroll Offset Issue
Reported by: | AKotawala | Owned by: | AKotawala |
---|---|---|---|
Priority: | minor | Milestone: | 2.0.0 |
Component: | ui.sortable | Version: | 1.8.9 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Please find a reduced test case here : http://jsfiddle.net/AKotawala/RuxpV/4/
Every thing works fine here except two things
- If I try to Drag "Test Div 2" to the fourth row using mouse scroll wheel, I am unable to put it in a right position, either it goes to its current position or goes to some other cell in second row. Investigating into the Issue I found that there is some kind of offset getting added to the helper when I Drag a sortable element and scroll to the bottom of the table.
- The scroll, when I drag "Test DIV 2" to the edge of the Main outer DIV it doesn't scroll down, This is happening because each cell in table have overflow-x and overflow-y style set, According to my UI-Design I cannot remove that overflow. Is there any way to keep this overflow in its place and than too drag scroll works.
Please help me for the above 2 Issues. Thanks & Regards.
Change History (4)
comment:2 Changed 10 years ago by
Milestone: | 1.9.0 → 2.0.0 |
---|
comment:3 Changed 10 years ago by
Owner: | set to AKotawala |
---|---|
Status: | new → pending |
Summary: | Jquery UI Sortables Scroll Offset Issue → Sortable: Scroll Offset Issue |
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. The attached test case is not reduced but has alot of code that has nothing to do with the sortable.
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.
comment:4 Changed 10 years ago by
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!
Do any one have looked into these issues. Please Reply me, I am waiting since last 4 months and this issue is in the same state. I am having this issue on my live website and it has now become a serious issue for me to be get fixed as soon as possible.
Please help me If anyone can
Thanks & Regards.