-
Bug
-
Resolution: Invalid
-
Normal
-
8.5.0
-
Security Level: Jimmy
-
None
-
reproduced with Chrome version 63
-
ZK 8.5.2 S1
-
None
Steps to Reproduce
Previously reported on github#1028
<div hflex="1" vflex="1"> <menubar> <menu label="X"> <menupopup> <menuitem label="A"></menuitem> <menuitem label="B"></menuitem> <menuitem label="C"></menuitem> </menupopup> </menu> </menubar> <textbox id="user"></textbox> <textbox id="password" type="password"></textbox> </div>
Current Result
when chrome autofills the username and password fields the menupopup automatically closes after opening
Expected Result
popups should stay open
Debug Info
also happens with other popup/context menues
when debugging I noticed focus/keydown/keyup/blur events triggered on the password field
Root Cause
Workaround
mentioned on github#1028 :
<textbox id="password" type="password" xmlns:ca="client/attribute" ca:autocomplete="new-password"></textbox>