Orange-OpenSource / Orange-OpenSource/Orange-Boosted-Bootstrap

Improve `.is-required` star display on select input

Open
#3,619 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

🐞 bug
Dominant language
CSS
Stars
219
Forks
61
Avg merge
2d 15h
Merged PRs (30d)
12

Description

Prerequisites
Describe the issue

Right now is-required markers are not visible when the label is longer than the select input when one option is selected.

This is due to the fact that the label is absolutely positionned and we cannot use the position: relative like in text input.

Investigation ideas: (no idea if these would work):

  • use a child container to support the "position: relative"
  • use container queries to set the rightproperty of the marker only when the label spans the whole input (using container query units?)
Reduced test cases

See before

What operating system(s) are you seeing the problem on?

macOS

What browser(s) are you seeing the problem on?

Firefox

What version of Boosted are you using?

v1.3.0

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 reproducing the .is-required marker issue on a select input with a label longer than the control and one option selected, using the reported Firefox/macOS context. Inspect the select-input styling entry point and compare it with the text-input marker behavior. Done means the required star remains visible without breaking the layout in the reported case.

Written by the indexing model from the issue text.

Assessment

Tech stack
css
Domain
frontend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.