#5063 closed feature (wontfix)
Wire Frame Dialog Dragging
Reported by: | afhtan | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | ui.dialog | Version: | 1.7.2 |
Keywords: | Dialog Dragging Performance | Cc: | |
Blocked by: | Blocking: |
Description
Hi,
I have been using the jQuery UI dialog and it works great. However, it seems to be very slow when you drag it over a page which has a lot of content. Also, when using it in an older browser combo boxes start to trail as well .
Therefore, I was wondering if a wire frame dragging option could be added to help with these issues i.e. The first "click here" example has this functionality http://prototype-window.xilinus.com/samples.html.
Change History (4)
comment:1 Changed 13 years ago by
Component: | ui.core → ui.dialog |
---|
comment:2 Changed 13 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
You can do this by just hiding the content on dragStart and showing it again on dragStop.