Søg i 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

Win 10 and 56.0.0 and .1 Large drop downs extremely slow

  • 1 svar
  • 1 har dette problem
  • 15 visninger
  • Seneste svar af zoomnet

more options

First reported here on 17 Oct 2017.

Extensive reports by website users referring to drop downs with long lists (hundreds of items through to thousands).

IE, Edge, Chrome all OK. FF OK until yesterday. Old 52 version on Ubuntu 12.04 OK (Doh!)

These are reported by Win 10 users, the browser info for this Linux machine won't be applicable. It works on here. Can supply the actual PHP generated HTML in confidence and off-forum.

Code is in a <td> bog-standard drop down list.

<td style="width:40%; border:0px"><select class="listbox" name="organ_id" ><option value="2880">(new entry - pleas use me or delete me)</option><option ....="" etc,="" etc.="" repeat="" 2360="" options="" in="" this="" case....="" <="" p=""></option>

CSS for this is

.listbox { color:#660808; background-color:#CCC; border:1px #888 solid; height:28px; width:100%; font-family:'Trebuchet MS',Arial,Tahoma,sans-serif; font-size:11pt; font-weight:normal; padding:2px }

.listbox:hover { background-color:#EEE; border-color:#CCC; }

Is this a known issue? it seems extensive today.

Thanks :-)

First reported here on 17 Oct 2017. Extensive reports by website users referring to drop downs with long lists (hundreds of items through to thousands). IE, Edge, Chrome all OK. FF OK until yesterday. Old 52 version on Ubuntu 12.04 OK (Doh!) These are reported by Win 10 users, the browser info for this Linux machine won't be applicable. It works on here. Can supply the actual PHP generated HTML in confidence and off-forum. Code is in a <td> bog-standard drop down list. <td style="width:40%; border:0px"><select class="listbox" name="organ_id" ><option value="2880">(new entry - pleas use me or delete me)</option><option .... etc, etc. repeat 2360 options in this case.... CSS for this is .listbox { color:#660808; background-color:#CCC; border:1px #888 solid; height:28px; width:100%; font-family:'Trebuchet MS',Arial,Tahoma,sans-serif; font-size:11pt; font-weight:normal; padding:2px } .listbox:hover { background-color:#EEE; border-color:#CCC; } Is this a known issue? it seems extensive today. Thanks :-)

Alle svar (1)

more options

Two further points:

1) Apparently some reports about this extend back to July 2017 so it is not an issue arising just today (17 Oct) but has remained unresolved for a while

2) It's formatted the notes on the end of my code. The code is

<td style="width:40%; border:0px"><select class="listbox" name="organ_id" ><option value="2880">(new entry - pleas use me or delete me)</option>

and there are 2360 <option>s in this case although it grinds to a virtual stand still on far less than this, though after about 20 seconds in this case does display the drop down list.

Ændret af zoomnet den