-
Bug
-
Resolution: Fixed
-
Normal
-
5.5.0
-
None
-
Security Level: Jimmy
-
None
-
None
Steps to Reproduce
<checkbox/> <radiogroup> <radio label="aa"/> <radio label="b"/> </radiogroup> <spreadsheet id="ss" maxVisibleRows="1300" maxVisibleColumns="20" width="100%" height="100%" showContextMenu="true" showSheetbar="true" showToolbar="true" showFormulabar="true" showSheetTabContextMenu="true" />
1. click the checkbox or one of the radio with chrome 87 or safari 12.1
Current Result
the checkbox and the radio disappear
Expected Result
the checkbox and the radio keep visible
Debug Information
caused by css rules in _norm.less
input, input:focus, textarea, textarea:focus { -webkit-appearance: none; -moz-appearance: none; outline: none; -webkit-user-select: text; }
Workaround
input, input:focus, textarea, textarea:focus { -webkit-appearance: auto; -moz-appearance: auto; }