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

Textarea is not focussed when clicking on top right corner

Open Beginner friendly
#3,775 1 comment 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

As a textarea label has position: absolute, the pseudo-element inside it do not do its job of capturing the focus for the whole component.

  • delete the pseudo element as it useless
  • try and test with min-width: 100% on the label which could do the trick
Reduced test cases

Go to https://web.unified-design-system.orange.com/orange/docs/1.4/components/text-area/
Click on the top right corner of a textarea, the textarea is not focussed.

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

macOS

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

Firefox

What version of OUDS Web are you using?

v1..4.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

Reproduce the problem in the reduced test case at the Orange OUDS Web text-area documentation URL by clicking the top-right corner of a textarea. Inspect the textarea label and its pseudo-element, then evaluate the suggested pseudo-element removal or label min-width change. Done means clicking anywhere in the component, including the top-right corner, focuses the textarea.

Written by the indexing model from the issue text.

Assessment

Tech stack
css, html
Domain
accessibility, frontend
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Active
Clarity
Mostly clear
Newbie friendliness
72/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.