Closed (fixed)
Project:
Panels
Version:
5.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
31 Jul 2007 at 21:19 UTC
Updated:
7 Sep 2007 at 02:52 UTC
jQuery 1.1 removes the 'unclick' and other various un- methods in preference of using unbind('click'). Amazingly, just removing the few calls to unclick() makes panels. 1.1.2 compatible! Pretty cool. Note that is will NOT work however when combined with jquery_update.module, which adds various compatibility scripts and breaks the modalContent plugin.
| Comment | File | Size | Author |
|---|---|---|---|
| panels_jquery11.patch | 1.03 KB | quicksketch |
Comments
Comment #1
wim leersSince Drupal 6 will include jQuery 1.1, this will have to get fixed anyway. Because the modalContent plugin is discontinued, another plugin will have to be used. The creators of the modalContent plugin themselves recommend using either http://dev.iceburg.net/jquery/jqModal/ or http://www.malsup.com/jquery/block/#dialog.
Comment #2
merlinofchaos commentedCommitted. Thanks!
Comment #3
(not verified) commented