Skip to content

[bug] 3 hours are selected when clicking in the center of 9 hours #324

@anton-nikiforenko

Description

@anton-nikiforenko

Browser: Chrome 80.0.3987.163

Steps to reproduce:

  1. Open timepicker modal https://agranom.github.io/ngx-material-timepicker/
  2. Via dev tools, add css to see the centers of clockface hours digits:
.clock-face__number span:after {
    content: ' ';
    position: absolute;
    left: 15px;
    top: 15px;
    border: 1px solid red;
}
  1. Click in exact center of span containing "9" digit

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions