rikulo / bootjack

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

setting focus() on element inside modal after showing modal doesn't work #22

Open dvorapa opened 10 years ago

dvorapa commented 10 years ago

Today, I switched between old and discontinued widget.dart bootstrap implementation and bootjack bootstrap implementation. Everything is working better, than discontinued widget.dart library, but there are two problems (this and #23 ):

I show modal using function show() (identically with widget.dart library) and after that I just set focus() on input element inside modal. Although it worked as expected in widget.dart, in bootjack it doesn't work.