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

Floating windows #23

Open
adam-arold opened this issue Oct 6, 2017 · 0 comments
Open

Floating windows #23

adam-arold opened this issue Oct 6, 2017 · 0 comments
Labels
feature New functionality for the program

Comments

@adam-arold
Copy link
Member

adam-arold commented Oct 6, 2017

A Floating window is an Component which can have an arbitrary position on the screen over any ordinary Component. This means that the boundary check should be relaxed for floating windows and they should be able to be added anywhere.

The caveat is that a floating window should not overlap with any other floating window.

Depends on #24 because it will introduce the Layerable stack
Related to #22 because Drag'n drop is the main use case for moving floating windows

@adam-arold adam-arold added enhancement Enhances existing functionality without introducing new features needs planning labels Oct 6, 2017
@adam-arold adam-arold added this to the Component system upgrade milestone Oct 6, 2017
@adam-arold adam-arold added feature New functionality for the program Story Points: 8 and removed enhancement Enhances existing functionality without introducing new features needs planning labels Oct 26, 2018
@adam-arold adam-arold removed this from the Release: 2019.1.0 milestone Jul 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New functionality for the program
Projects
None yet
Development

No branches or pull requests

1 participant