nextcloud-libraries / nextcloud-libraries/nextcloud-vue

[question] `box-sizing` issues on stable8

Open
#7,316 4 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

0. to triage question
Dominant language
Vue
Stars
246
Forks
99
Avg merge
1d 20h
Merged PRs (30d)
103

Description

In v9 we use box-sizing in all root (container) components, in v8 we expect this behavior but it is not guaranteed.
Options to ensure components work as expected also on v8:

  • Add it to all components manually
  • Add it to the containers which might be slightly breaking apps styles
  • Ignore this

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

No file, test, or entry point is named. Start by comparing the v8 and v9 component behavior and the three compatibility options described in the issue; done requires an agreed approach for ensuring or intentionally not ensuring box-sizing behavior on stable8.

Written by the indexing model from the issue text.

Assessment

Tech stack
css
Domain
frontend
Issue type
Bug
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.