digitaldisseny / plg_sys_twbootstrap

Twitter bootstrap plugin for Joomla 2.5
11 stars 3 forks source link

Modal.js conflicts #5

Open phproberto opened 12 years ago

phproberto commented 12 years ago

Ensure that bootstrap modal works ok and doesn't conflicts with current joomla modals. If isn't fixable give the user the option to fully disable modal.js calls

nternetinspired commented 12 years ago

Joomla core modals will be of the Bootstrap flavour for J3.0 of course. That's the plan at least ;)

digitaldisseny commented 12 years ago

Yes. But this plugin is intented to bring fully Bootstrap support to Joomla 2.5.x. We want to give a solution to users. Probably the same that you pushed to #Oneweb ;)

nternetinspired commented 12 years ago

LOL, no my solution was to unload modals. I don't like them and never use them, poor UX in my opinion. I just unset modal.js in the head ;)

digitaldisseny commented 12 years ago

Yes. A cool solution if nothing else works :)

First we will try to make both modals compatible. If it doesn't work let the user disable joomla modals to avoid conflicts. This last one probably disabling modals like you did.