Opened 15 years ago
Closed 15 years ago
#1984 closed bug (fixed)
UI/Selectables almost unusable
Reported by: | DeSchleib | Owned by: | codesquare |
---|---|---|---|
Priority: | major | Milestone: | 1.2.2 |
Component: | ui | Version: | 1.2.1 |
Keywords: | UI/Selectables selectables | Cc: | |
Blocked by: | Blocking: |
Description
Tried to use UI/Selectables for my project and identified some mjaor shortcomings:
- If you shrink your selection rectangle after some elements has been marked as selected (".ui-selecting"), those elements will become selected (".ui-selected"). Screenshot attached.
- If you drag the selection frame to fast, those elements won't become selected. Relates to http://dev.jquery.com/ticket/1645
- Some other things i would like to see: Deselect selection with click on parent, select/deselect via mouseclick and keyboards modifiers
All of this can be reproduced with the orginal demo: http://dev.jquery.com/view/trunk/ui/current/demos/ui.selectable.html
Attachments (1)
Change History (4)
Changed 15 years ago by
Attachment: | selectable.png added |
---|
comment:1 Changed 15 years ago by
Component: | interface → ui |
---|---|
Owner: | changed from stefan to rworth |
comment:2 Changed 15 years ago by
Owner: | changed from rworth to codesquare |
---|
comment:3 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Most of this is fixed in my believe - could you test using a recent version and open new tickets for specific cases if needed? Thanks!
Note: See
TracTickets for help on using
tickets.
Screenshot to point 1