You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 13, 2019. It is now read-only.
works very nicely on desktop (tooltip is shown on hover, and hidden on click as the drawer closes). But on mobile, the tooltip isn't shown until the user touches the button. The drawer is then closed and the tooltip is left covering the main QLayout header.
Desktop:
Mobile:
then after touching close button:
The text was updated successfully, but these errors were encountered:
Software version
Quasar: 0.14
Browsers: iOS 10 Safari
What did you get as the error?
q-btn
tooltips are shown after the drawer is closedWhat were you expecting?
No tooltips to be displayed
What steps did you take, to get the error?
Using this code inside a QLayout drawer:
works very nicely on desktop (tooltip is shown on hover, and hidden on click as the drawer closes). But on mobile, the tooltip isn't shown until the user touches the button. The drawer is then closed and the tooltip is left covering the main QLayout header.
Desktop:
Mobile:
then after touching close button:
The text was updated successfully, but these errors were encountered: