Custom Query (7259 matches)
Results (142 - 144 of 7259)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#7784 | invalid | Sortable: sortable items not positioned correctly when inside of a relatively positioned element and page is scrolled | ||
Description |
That pretty much describes the problem. If sortables are inside of an element with position:relative, the initial position for the sortable element doesn't take into account the scrollHeight of the page. |
|||
#12658 | invalid | Bug #8464 reappears in latest version | ||
Description |
I see this problem in chrome. Multiple containers are appended for each body tags. |
|||
#6185 | notabug | Dialog doesnt have ability to have custom buttons | ||
Description |
I have custom icon buttons using <div> and dont want to use the default jQuery UI Dialog buttons. There is no way I can achive this by the dialog initialization commands. Temporarily I am passing by buttons as content. Cloning them and replacing the jQuery Dialog buttons with them when the dialog opens
Bug 1: Event namespaces on the cloned buttons vanishes. Bug 2: The resizing logic is based on the jQuery buttons height, rather than the actual contents height. (Workaround: Override the default button height with that of custom button) |