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
When displayed in Firefox, there's always a blue bar at the top of the revealed menu.
It disappears after clicking the Menu.Target (the settings button, in this case), and does not re-appear on subsequent hovers. However it re-appears on the next refresh.
This does not happen on Chrome.
Reproducable in CodeSandbox. Again, only happens in Firefox, not Chrome.
If possible, include a link to a codesandbox with a minimal reproduction
Dependencies check up
What version of @mantine/* packages do you have in package.json?
7.6.2
What package has an issue?
@mantine/core
What framework do you use?
Vite
In which browsers you can reproduce the issue?
Firefox
Describe the bug
The following JSX renders a simple Menu that reveals on hover
When displayed in Firefox, there's always a blue bar at the top of the revealed menu.
![image](https://private-user-images.githubusercontent.com/58235000/314408366-cb65097f-f77d-4bb5-926e-ff4af3a44319.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzNTE5MTcsIm5iZiI6MTczOTM1MTYxNywicGF0aCI6Ii81ODIzNTAwMC8zMTQ0MDgzNjYtY2I2NTA5N2YtZjc3ZC00YmI1LTkyNmUtZmY0YWYzYTQ0MzE5LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDA5MTMzN1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTI3NjAwMjUwNTJlNjc1M2Q1NDc4ODgzNTY1OWIyZjYyNmFmNzhkZTFhYWNhNDdiOTI1M2JkM2EwNmFlYzAyY2ImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.9EJiw_k_7QIYWjwDh_-GXXj6NgBu4Toosof0DI0xt5g)
It disappears after clicking the
Menu.Target
(the settings button, in this case), and does not re-appear on subsequent hovers. However it re-appears on the next refresh.This does not happen on Chrome.
Reproducable in CodeSandbox. Again, only happens in Firefox, not Chrome.
If possible, include a link to a codesandbox with a minimal reproduction
https://codesandbox.io/p/sandbox/mantine-react-template-forked-pqf9dm?file=%2Fsrc%2FApp.tsx%3A2%2C49
Possible fix
I havent been able to identify what's causing this
Self-service
The text was updated successfully, but these errors were encountered: