Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

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 reply
  • 1 has this problem
  • 8 views
  • Last reply by 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>

All Replies (1)

more options

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