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.
Popover arrow seems broken in beta 8/9 for Firefox
-
Hi Team,
While moving from beta 7 to beta 9 (/*! onsenui v2.0.0-beta.9-build.2475 - 2016-03-28 */) , we have noticed that the arrow of popover always appears at top of the browser in Firefox ( v 45.0.1). Please find attached an image showing the case.
It works fine in Chrome though.
We tried few things and also checked documentation, but couldn’t found anything. In case if it’s a known issue, could you kindly let us know the workaround?
Regards,
CNaik.
-
@CNaik Looks like
style.right
orstyle.left
properties are removed in Firefox for some reason. We don’t actually test in Firefox so things like this can and will happen probably. Thanks for reporting anyway (:
-
@Fran-Diox Thank you for reply.
We have to check in Firefox too as our application is going to be used on mobile and desktop both platforms. :)
It’s not a big issue thought. We have used material popover instead which is working fine.
Regards,
CNaik.
-
@CNaik By the way, for the material popover you have
cover-target
attribute that slightly modifies its position
-
@Fran-Diox thank you, I didn’t know this. Will have a look.
Regards,
CNaik.