Closed (fixed)
Project:
Menu Minipanels
Version:
7.x-1.0-rc2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Apr 2011 at 15:30 UTC
Updated:
19 Sep 2012 at 18:52 UTC
Jump to comment: Most recent file
Comments
Comment #1
kndrI am attaching the patch. Some modifications:
Example. This code can be placed inside your own javascript file. It show alert dialog, when qTip is shown.
Comment #2
damienmckennaThanks for the patch, I've tweaked it a little, added some documentation and ported it to the D7 branch. I've tested this with both D6 and D7.
Comment #3
damienmckennaI've added the patches from #2 to both branches.
Comment #4
damienmckennaThe D7 patch needs this follow-on patch to work correctly.
Comment #6
afmangum commentedLooks like the module sets its own callbacks for certain events (beforeShow, beforeHide, onRender) which may cause problems since qTip 1 doesn't support multiple callbacks for events.