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

Circuit editor Z-index fixes #13

Open
stewdio opened this issue Apr 16, 2020 · 0 comments · May be fixed by #27
Open

Circuit editor Z-index fixes #13

stewdio opened this issue Apr 16, 2020 · 0 comments · May be fixed by #27

Comments

@stewdio
Copy link
Owner

stewdio commented Apr 16, 2020

Currently the circuit editor interface uses fancy z-index / ::before / ::after CSS maneuvers to create coherent outlines and shadows for complex selection shapes. But some inconsistencies remain. Example: Operations along the top register or the first moment when selected lose their upper or left edge outlines because the header cell borders take precedence.

In general the overall strategy of z-index use needs to be given a closer look. Obviously the user-dragging clipboard needs to be the highest z-index—even above the drop-down menu as it is rendered in mobile mode. But situations like rendering the circuit editor and Bloch Sphere visualizer on the same page offer more complex sorting situations.

Investigate the current uses of z-index. Come up with a strategy for organizing z-index “zones” for various uses. Implement.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant