-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.9.2, 6.10.0 Beta3
-
Windows 10 22H2
Code
<!doctype html> <html> <head><title>Test Select</title></head> <body> <select> <option value='a'>Alpha</option> <option value='b'>Bravo</option> <option value='c'>Charlie</option> </select> </body> </html>
Steps to reproduce
- Save the HTML document above into a local file
- Load the HTML file in both the Nano Browser example and Google Chrome, and click on the menu
Outcomes