-
Notifications
You must be signed in to change notification settings - Fork 16
Closed
Labels
Description
The issues can be seen/reproduced in debug/select-test.html or https://maps4html.org/experiments/datacube/
- Can't change options in
<select>using a mouse pointer <label>within<summary>eats the pointer events so it's hard to toggle<details>to view<select>(must press the tiny "disclosure triangle")- HTML anatomy not consistent with opacity / style controls:
<details class="mapml-control-layers"> <!-- opacity --> ... </details> <details class="mapml-control-layers"> <!-- style --> ... </details> <fieldset> <!-- time --> <details class="mapml-control-layers"> ... </details> </fieldset>