Side navigation
#2547 closed bug (invalid)
Opened March 18, 2008 07:53PM UTC
Closed December 05, 2009 04:21AM UTC
Draggable bugs in IE and Firefox
Reported by: | hecurb | Owned by: | braeker |
---|---|---|---|
Priority: | major | Milestone: | 1.2.4 |
Component: | ui | Version: | 1.2.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I recently implemented the UI dialog component and it works great. However, in the process I found two issues.
1. Using IE, if there is a vertical scroll bar and I am not at the top of the page, the draggable function does not work properly and it jumps upward the same amount of height as the scroll height. I was able to put a temp fix for this in my app by commenting out a few lines of code in draggable.js.
2. Using Firefox, if I am at the bottom of the page with a vertical scrollbar and I open the dialog for the first time, the entire page flickers before the dialog shows up.
I am not sure if there are already bugs opened for these. I was able to reproduce these two issues using the demos on your site as well.
Hope these helps!
Attachments (0)
Change History (6)
Changed March 18, 2008 07:55PM UTC by comment:1
Changed March 25, 2008 03:07PM UTC by comment:2
owner: | paul → braeker |
---|
Changed March 31, 2008 02:57AM UTC by comment:3
I cannot reproduce this bug, could you try to record a video or show me how reproduce it?
cheers, Eduardo
Changed May 03, 2008 07:23AM UTC by comment:4
resolution: | → worksforme |
---|---|
status: | new → closed |
Changed November 12, 2008 10:59PM UTC by comment:5
resolution: | worksforme |
---|---|
status: | closed → reopened |
Hi I can reproduce this bug in my application. This is very annoying because the draggable behaviour is totally unusable.
Here is a video showing the bug in action :
http://www.dubuscyril.com/jquerybug/out.html
In the first part I use the .draggable() function with the scrollbar at the top of the page, it works perfectly, and in the second part I show you the bug.
I use the latest version of jQuery and the latest ui.draggable package. (not the dialog, just draggable)
I hope to hear from you soon because I can't fix it alone,
Thanks a lot,
Guizmo
Changed December 05, 2009 04:21AM UTC by comment:6
resolution: | → invalid |
---|---|
status: | reopened → closed |
PS: I am using 1.5 version of jquery UI