Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Learn More

Hi everyone i am using firefox 52.7.3 where if i make a dropdown readonly, i can still able to select the values.But I am not able to select values in 51 and 53

  • 1 Antwort
  • 1 hat dieses Problem
  • 8 Aufrufe
  • Letzte Antwort von user633449

more options

i use firefox 52.7.3 version where i can able to select values from dropdown eventhough its readonly, but it is working fine in lower and higher versions.

Thanks in advance.

scripts <select onmouseover="showTitle(this)" name="Act" tabindex="1" id="transmitBtn_Act" class="fieldinput_readOnly" onfocus="this.blur();" readonly="true" title="Amend">

   <option value="" title="Select">Select</option>
   <option title="Amend" value="A" selected="selected">Amend</option>
   <option title="Create" value="C">Create</option>
   <option title="Delete" value="D">Delete</option>
   <option title="Enquire" value="E">Enquire</option>
   <option title="Exit" value="X">Exit</option>


</select>

i use firefox 52.7.3 version where i can able to select values from dropdown eventhough its readonly, but it is working fine in lower and higher versions. Thanks in advance. scripts <select onmouseover="showTitle(this)" name="Act" tabindex="1" id="transmitBtn_Act" class="fieldinput_readOnly" onfocus="this.blur();" readonly="true" title="Amend"> <option value="" title="Select">Select</option> <option title="Amend" value="A" selected="selected">Amend</option> <option title="Create" value="C">Create</option> <option title="Delete" value="D">Delete</option> <option title="Enquire" value="E">Enquire</option> <option title="Exit" value="X">Exit</option> </select>

Alle Antworten (1)

more options

Firefox 52 is no longer supported. Do you see the issue in a supported version of Firefox like 67.0.2?