Ticket #3855 (closed bug: duplicate)
jquery 1.3 and jquery.layout plugin
| Reported by: | blahetal | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.3.1 |
| Component: | plugin | Version: | 1.3 |
| Keywords: | jquery.layout | Cc: | |
| Blocking: | Blocked by: |
Description
Hi, the new version (1.3) does not work well with jquery.layout plugin ( http://layout.jquery-dev.net/). The previous version works just fine, the problem with the new one is that it's not possible to resize panes. You can check the behavior here (I've made 2 samples to demonstrate this issue - one sample uses 1.2.6 and one uses 1.3)
http://libor.own.cz/jquery_test/v126/ - 1.2.6 version loaded from google repository http://libor.own.cz/jquery_test/v130/ - 1.3 version loaded from google repository
try to resize the west pane by dragging the splitter. v1.3 does nothing, you can drag the splitter, but that's all. the pane won't resize.
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

This is due to the fact that the old UI draggables stopped working in 1.3 - the UI team has said that you'll need to upgrade to the latest release of jQuery UI in order for them to work.
See also #3799.