position: fixed support, want to make a view fullscreen.
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 18.9k
- Forks
- 1.6k
- Avg merge
- 1m
- Merged PRs (30d)
- 1
Description
For support of position: "fixed" in css-layout,
Use case : I have (many) videoView deeply nested in view hierarchy - think list of videos, any one of which I want to make fullscreen.
Current approach (hack) : make videoview as big as screen(fixed values for height width in css style), track videoview's parent layout position and give negative margins to videview to show it properly.
Desired approach : Was wondering if there is a simple way to do this (like position: fixed and specify screen co-ordinates)
Any suggestions or help is welcome
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no files, tests, or entry points. Begin by locating Yoga's handling of CSS positioning and compare its supported behavior with position: fixed; clarify the expected screen-coordinate semantics for deeply nested views. Done requires an agreed behavior and tests covering the requested positioning.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp, css
- Domain
- frontend, web-dev
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100