Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

En savoir plus

<select> displays items but cannot select with click.

  • 2 réponses
  • 1 a ce problème
  • 1 vue
  • Dernière réponse par 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.

Toutes les réponses (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>