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
The "broken" behavior happens on an actual device (so this doesn't seem like a Chrome emulator issue). I tested by sending the web page from CodeSandbox to my Android phone in Chrome and testing there as well.
The "broken" behavior does not happen on version 1.7.15 of the library.
This commit seems potentially relevant between the two tags: a9e8563?
The text was updated successfully, but these errors were encountered:
What package within Headless UI are you using?
@headlessui/react
What version of that package are you using?
v1.7.17
What browser are you using?
Chrome, Chrome on Android
Reproduction URL
"Working" version on v1.7.15: https://codesandbox.io/p/devbox/headlessui-react-1-7-15-rc59pw
"Broken" version on v1.7.16: https://codesandbox.io/p/devbox/headlessui-react-1-7-16-674pqg
Describe your issue
Steps to Reproduce
Dialog
open (which it is by default in the reproduction URL), click the "Click Me Behind Dialog" text.Expected Results
The
Dialog
is closed and no paragraph indicating the button was also clicked is shown.Actual Results
The
Dialog
is closed and the paragraph indicating the button was also clicked is shown.Notes
Dialog
copy-pasted from the docs on using a backdrop (https://headlessui.com/react/dialog#adding-a-backdrop).The text was updated successfully, but these errors were encountered: