Opened 14 years ago
Closed 14 years ago
#3269 closed bug (wontfix)
placeholder does not have any styles added
Reported by: | ThrushAAX | Owned by: | paul |
---|---|---|---|
Priority: | critical | Milestone: | 1.7 |
Component: | ui.sortable | Version: | 1.6b |
Keywords: | placeholder | Cc: | |
Blocked by: | Blocking: |
Description
Pulling from r643 the placeholder does not have any inline styles needed to size/position it (a regression of previously functionality). This makes it look like the placeholder is invisible even if it is given a class name. Take a look at the function demos.
http://ui.jquery.com/repository/latest/demos/functional/#ui.sortable
Note: See
TracTickets for help on using
tickets.
If you specify a className for the placeholder option, Sortable thinks the class is adding the right height and width, and therefore doesn't add inline styles. I added however a new option that can be used to override this behaviour: It's called forcePlaceholderSize (r682).