rikulo / bootjack

Twitter Bootstrap ported in Dart.
https://quire.io
Apache License 2.0
88 stars 15 forks source link

Modal example generates exception: "Class 'TransitionEvent' has no instance getter 'relatedTarget'" #25

Closed YuriKulaghin closed 9 years ago

YuriKulaghin commented 9 years ago

I download github.com/rikulo/bootjack/archive/master.zip (v0.6.5+3) and run example/modal.html in the DartEditor-1.10.1 (Win7 and Linux) with the Preferences: Run and Debug: Break on exceptions: all. During the modal window opening and closing DartEditor breaks on the exception: "Class 'TransitionEvent' has no instance getter 'relatedTarget'" many times. How can I remove the reason of exception without changing of DartEditor preferences?

jimmyshiau commented 9 years ago

Fixed dquery, please run pub upgrade to upgrade dquery to 0.7.1+1.

YuriKulaghin commented 9 years ago

Thanks, Jimmy, it works!