Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Floor and Ceiling labels not shown as expected with high precision sliders #446

Closed
@jlynde

Description

@jlynde

Steps to reproduce

  1. Set precision to 3
  2. Set step to 0.001
  3. Set rightToLeft to true
  4. Notice how the number of digits displayed affects whether or not the floor and ceiling labels are visible.

Demo: http://jsfiddle.net/jlyndesensus/ruwfq48t/7/

Expected behaviour

I would expect that once there is enough room to display the label it should be displayed. From that point on, moving the value selector further away should not cause it to be hidden again.

Actual behaviour

Notice how the floor label is NOT shown until we move all the way to -1 and then is hidden again when we move to -1.001 even though there is plenty of room to display it.

A similar thing happens on the ceiling side.

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