After updating our Bootstrap plugins file to version 2.2.1, I encountered an issue with adding the 'fade' class to modals. Previously, we had been using data-* api references for modals but decided to switch over. However, when I tried to incorporate the 'fade' class for animations, it caused the modal to break - displaying the backdrop but not showing the modal itself. Additionally, the 'trigger' event handler stopped working.
I have created a fiddle demonstrating the problem here. The issue persists across browsers, indicating that the error likely lies on my end. Removing the 'fade' class resolves the issue, but its addition breaks the functionality.
The styles appear to be correct, and the markup follows standard practices. We updated the minified plugin source not long ago, so I am puzzled by this unexpected behavior.
If anyone can offer guidance before I delve further into debugging, I would greatly appreciate it. Hopefully, it is just a minor oversight causing this complication :)