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

[WIP] Fixed baloon position when viewportTopOffset is set #10120

Closed
wants to merge 3 commits into from

Conversation

dawidurbanski
Copy link
Contributor

@dawidurbanski dawidurbanski commented Jul 9, 2021

Suggested merge commit message (convention)

This PR aims to apply fix to all the contextual balloons for either very tall elements (like super long table, or very tall image etc), that are taller than the editor scrollable area, and also to prevent some balloons to hide under other absolutely / fixed positioned UI elements when viewportTopOffset is specified in the editor config.

Type: Message. Closes #9892.


Additional information

I'm going to put more insights to this big issue in the ticket comments (#9892)

Manual test case with fixed balloons for mentioned cases can be checked under (tickets/9892/1.html) test by running:

yarn manual --files=ui

All the editors and sample manual test cases that are using contextual balloons can be run this way:

yarn manual --files=build-balloon-block --files=build-balloon --files=editor-balloon --files=ui --files=letters

This PR is still work in progress. For example there are no tests for new cases.
It's done in a way to make all previous tests to pass.

@dawidurbanski dawidurbanski requested review from Reinmar and oleq July 9, 2021 11:28
@dawidurbanski dawidurbanski marked this pull request as draft July 9, 2021 11:29
@dawidurbanski dawidurbanski changed the title WIP: Fixed baloon position when viewportTopOffset is set [WIP] Fixed baloon position when viewportTopOffset is set Jul 9, 2021
@dawidurbanski
Copy link
Contributor Author

Closed in favour of #10373

@dawidurbanski dawidurbanski reopened this Sep 6, 2021
@oleq oleq deleted the ck/9892-viewport-top-offset-balloons branch September 13, 2021 14:09
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

Successfully merging this pull request may close these issues.

Table toolbar does not respect viewportTopOffset configuration
2 participants