vaadin / vaadin/framework

Slider should be reversible

Open
#956 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
Java
Stars
1.8k
Forks
717
Avg merge
2d 6h
Merged PRs (30d)
3

Description

Originally by @magi42


Now the minimum value is always left in horizontal and bottom in vertical slider. Reversing the slider would be useful.

For example, if you want to set a coordinates with a Slider, the coordinates would need to be from bottom-left origo, which is not good; for example HTML has top-left origo.


Imported from https://dev.vaadin.com/ issue #4018

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the Slider component and its existing tests in the Vaadin framework repository. Review how horizontal and vertical minimum values are positioned, then determine the expected API and test coverage for reversing either orientation. Done means a slider can place its minimum value at the opposite end while preserving the existing behavior by default.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
frontend
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.