-
Notifications
You must be signed in to change notification settings - Fork 16
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
IBX-8837: Distraction free mode: Text obstruction by toolbar's fixed position #1361
base: 4.6
Are you sure you want to change the base?
Conversation
Quality Gate passedIssues Measures |
if (active) { | ||
let parentElement = activeFieldEdit.parentNode; | ||
|
||
while (parentElement && parentElement !== doc.body) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this new fragment may be more readable if split into two functions e.g. resetAncestorsPositions()
, restoreAncestorsPositions()
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, Besides Kuba's comment https://github.com/ibexa/admin-ui/pull/1361/files#r1806371839 which I agree with :)
7960cde
to
9d19535
Compare
34dd909
to
4329fb1
Compare
Quality Gate passedIssues Measures |
Description:
This bug is caused by CKEditor code itself, I've created issue there ckeditor/ckeditor5#17241 but I doubt it will be resolved soon (if ever), judging from my experience, so here's fix for it.
I'm basically temporarly removing styles that breaks supossed correct behaviour, as distraction free mode takes whole page, it doesn't matter what happens beneath, as it's not visible. When closing DFM I restore remove my inline styles/restore previous inline styles
For QA:
This solves https://issues.ibexa.co/browse/IBX-8965 as well, I think.
Documentation: