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“.

Weitere Informationen

<select> displays items but cannot select with click.

  • 2 Antworten
  • 1 hat dieses Problem
  • 1 Aufruf
  • Letzte Antwort von glarsen

more options

This happens on 40.0.2, but works on 39.0.3 and other previous versions.

This happens on 40.0.2, but works on 39.0.3 and other previous versions.

Alle Antworten (2)

more options

Please provide better details. Where is the problem? What are you trying to do? What happens / does not happen?


Start Firefox in Safe Mode {web Link} by holding down the <Shift>
(Mac Options)
key, and then starting Firefox. Is the problem still there?

more options

Safe mode did not help.

When using <select> with 'multiple' option, after clicking a row the mouse pointer is still active and will highlight rows when moving the cursor up or down. Unable to select multiple non-adjacent rows with ctrl-click.

In single select mode, the dropdown appears but unable to select a row. Need to click outside the control to close the dropdown.

example code:

<select title="" id="main.packageTarget:input" name="main.packageTarget" class="bodySmall" style="width: 500px">

<option value="Av Finance||i1D0B08E28D564BFD9C3EF9AB51CD53BA">Av Finance</option>
<option value="Av Sales||i8B11D110AFCE482DB28AD17BA376B162">Av Sales</option>

</select>