giterlizzi / dokuwiki-plugin-bootswrapper

Bootstrap Wrapper for DokuWiki
GNU General Public License v2.0
35 stars 22 forks source link

Cannot use hover and focus together for popover trigger #48

Closed GJRobert closed 7 years ago

GJRobert commented 8 years ago

Ciao Giuseppe!

Following the explanation on your wiki, I have written something like

<popover html="true" content="{{page&gt;xxx:yyy}}" trigger="hover focus">XXX</popover>

However, I've got a message returned:

Bootstrap Wrapper - Popover Invalid value (hover focus) for trigger attribute. It will apply the default value click

I've tried to change to trigger="hover,focus", with no success.

Is there still a way to get the syntax right so that "hover" and "focus" can both be applied as popover trigger?

Thanks for your kind help! Cheers, Roberto

GJRobert commented 7 years ago

Thanks a million to Lotar for this enhancement!