Skip to content

Time <select> issues #491

Closed
Closed
@Malvoz

Description

@Malvoz

The issues can be seen/reproduced in debug/select-test.html or https://maps4html.org/experiments/datacube/

  1. Can't change options in <select> using a mouse pointer
  2. <label> within <summary> eats the pointer events so it's hard to toggle <details> to view <select> (must press the tiny "disclosure triangle")
  3. 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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions