Search and Top Navigation
#3269 closed bug (wontfix)
Opened August 31, 2008 12:29AM UTC
Closed September 16, 2008 12:41PM UTC
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
Attachments (0)
Change History (1)
Changed September 16, 2008 12:41PM UTC by comment:1
resolution: | → wontfix |
---|---|
status: | new → closed |
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).