Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fuzzer web interface: put the source view into a scrolling box so the main UI doesn't go offscreen #20984

Open
andrewrk opened this issue Aug 7, 2024 · 1 comment
Labels
contributor friendly This issue is limited in scope and/or knowledge of Zig internals. enhancement Solving this issue will likely involve adding new logic or components to the codebase. fuzzing
Milestone

Comments

@andrewrk
Copy link
Member

andrewrk commented Aug 7, 2024

Extracted from #20958.

All the UI elements on the page should use position: absolute and then set the bottom and right properties. The main window should not scroll, so that all the UI widgets are visible at the same time.

Related:

@andrewrk andrewrk added enhancement Solving this issue will likely involve adding new logic or components to the codebase. contributor friendly This issue is limited in scope and/or knowledge of Zig internals. fuzzing labels Aug 7, 2024
@andrewrk andrewrk added this to the 0.14.0 milestone Aug 7, 2024
@geon
Copy link

geon commented Aug 11, 2024

I would suggest the opposite: Let the main window scroll, but position UI elements with position: fixed; to make them stay on screen.

I find that aligns better with web dev and accessibility.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contributor friendly This issue is limited in scope and/or knowledge of Zig internals. enhancement Solving this issue will likely involve adding new logic or components to the codebase. fuzzing
Projects
None yet
Development

No branches or pull requests

2 participants