Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

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 trả lời
  • 1 gặp vấn đề này
  • 8 lượt xem
  • Trả lời mới nhất được viết bởi 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>

Tất cả các câu trả lời (1)

more options

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