Hi everyone,
I would appreciate some advice about this issue:
I’m modifying the Projectify plugin, and I would like to have a sticky popup (i.e. with tc-popup-keep
, I know about this) which can itself open a second popup containing a pikaday
calendar (already part of the plugin)… but clicking a date in the calendar closes both popups, instead of closing only the calendar.
It might be clearer if you look directly at my current wiki here: there you can see the issue, and I also tried to explain with more details and with links to the code.
Is what I want even possible? or is this behaviour hard-coded inside the pikaday
widget?
Thank you!
Erwan