codesandbox-client icon indicating copy to clipboard operation
codesandbox-client copied to clipboard

Codesandbox React UI renders, but no events work (pointer, keyboard, etc.) on Chrome browser

Open dkilgore-eightfold opened this issue 2 years ago • 0 comments

🐛 bug report

Preflight Checklist

  • [x] I have read the [Contributing Guidelines][contributing] for this project.
  • [x] I agree to follow the [Code of Conduct][code_of_conduct] that this project adheres to.
  • [x] I have searched the issue tracker for an issue that matches the one I want to file, without success.

Description of the problem

I've react samples on Codesandbox and currently nothing works properly on Chrome browser. The UI renders fine, but none of the events work.

How has this issue affected you? What are you trying to accomplish?

None of my documentation works properly, confusing developers

To Reproduce

Try clicking on a button, the visual states should change (hover, active, etc.). Fork and add an onClick event, the click does nothing.

Link to sandbox: link

Your Environment

Software Name/Version
Сodesandbox latest
Browser Chrome/114.0.5735.198
Operating System MacOS/13.4.1

dkilgore-eightfold avatar Jul 11 '23 21:07 dkilgore-eightfold