Uploaded image for project: 'Keikai'
  1. Keikai
  2. KEIKAI-419

checkbox and radio disappear after clicking under breeze theme

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Closed
    • Priority: Normal
    • Resolution: Fixed
    • Affects Version/s: 5.5.0
    • Fix Version/s: 5.7.0
    • Component/s: None
    • Security Level: Jimmy
    • Labels:
      None

      Description

      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;
      }
      

        Attachments

          Activity

            People

            Assignee:
            wenninghsu wenninghsu
            Reporter:
            hawk hawk
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Dates

              Created:
              Updated:
              Resolved: