Opened 16 years ago
Closed 15 years ago
#1350 closed bug (wontfix)
Interface: drop box accepts incorrect drops/moves
Reported by: | djot | Owned by: | stefan |
---|---|---|---|
Priority: | major | Milestone: | 1.1.4 |
Component: | interface | Version: | 1.1.3 |
Keywords: | interface drop droppable | Cc: | |
Blocked by: | Blocking: |
Description
- Not one of the boxes in the example (http://interface.eyecon.ro/demos/drop.html) behaves like it should. Most times the droppable accepts the draggabel, when the top left corner of the draggable hovers, which is not correct in many cases
Box: "Accepts the element if fits inside"
- works fine, if box is completely moved "in" from above or from the left
- works incorrectly, if moved "in" from below or from the right
(see image box1.gif)
Box: "Accepts the element if intersects"
- works fine, if dragged in from below or from the right
- works incorrectly, if dragged in from above or from the left
(see image box2.gif)
Box "Accepts the element if pointer hovers"
- works fine if you drag from above, below or from the right
- works incorrectly, if dragged in from the left
(see image box3.gif)
djot -
Attachments (3)
Change History (5)
Changed 16 years ago by
Changed 16 years ago by
Changed 16 years ago by
comment:1 Changed 16 years ago by
comment:2 Changed 15 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Interface is no longer supported; consider switching to jQuery UI.
Note: See
TracTickets for help on using
tickets.
Screenshots where taken in Firefox v2.0.0.4 - djot