Notice: The Monaca & Onsen UI Community Forum is shutting down.
For Onsen UI bug reports, feature requests and questions, please use the Onsen UI GitHub issues page. For help with Monaca, please contact Monaca Support Team.
Thank you to all our community for your contributions to the forum. We look forward to hearing from you in the new communication channels.
Tabbar buttons not working on Mozilla Fireworks
-
Hi everbody,
Vue Onsen UI Kitchen Sink App (https://onsenui.github.io/vue-onsenui-kitchensink/main.html?platform=ios) examples tabbar buttons not working on Mozilla Firefox.
Im using OSX. Maybe its a bug about Mozilla Firefox for Osx or is there a little bug? In my opinion there is a little CSS or JS bug.
-
@fatihucom Oops, thanks a lot for reporting this. Looks like
input
ora
elements are not allowed insidebutton
elements according to w3c spec. Actually,ons-segment
doesn’t care what type of children it gets as long as they are blocks. Usediv
instead ofbutton
and it will work :+1:
We’ll need to change some examples due to this… :sweat_smile:
-
Thanks @Fran-Diox.