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

Support scroll bars for messages edition #457

Open
rschnekenbu opened this issue Jan 4, 2019 · 0 comments
Open

Support scroll bars for messages edition #457

rschnekenbu opened this issue Jan 4, 2019 · 0 comments

Comments

@rschnekenbu
Copy link
Collaborator

Currently, there are unexpected behaviors when moving a message while the diagram is scrolled down.

Edit policies get the mouse location relative to the corner of the diagram, where the logical model works with the absolute positions. A simple fix should be applied to the location of the requests to get the right position in terms of absolute position and not screen relative.
Another similar issue should also be tracked for scaling issues, when the diagram is not zoomed 100%.

rschnekenbu added a commit that referenced this issue Jan 4, 2019
- fix the position of the request to get the new location in terms of
absolute position and not relative to the screen top left position.

Change-Id: Iaa1eef0224d5e7b62aa2bf2fed74c5ee12ddae2b
Signed-off-by: Remi Schnekenburger <rschnekenburger@eclipsesource.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant