Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Learn More

<select> displays items but cannot select with click.

  • 2 ответа
  • 1 имеет эту проблему
  • 1 просмотр
  • Последний ответ от 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.

Все ответы (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>