[Inline] Bad positioning of floating space with page h-scroll
- Add the following to inlineall sample to have a very narrow toolbar for better experience:
CKEDITOR.config.toolbarGroups = [
{ name: 'links' },
{ name: 'insert' },
{ name: 'others' },
];
- Make the browser window narrow, so h-scroll appears.
- Focus the middle-column editor.
- Play with h-scroll to see the toolbar not following the editable.
Cause: page h-scroll is included for non-pinned toolbars, however, if left: auto
and right: Npx
, it must be negative.
Change History (10)
Owner: |
set to Piotrek Koszuliński
|
Status: |
new →
review
|
Cc: |
alexander.klyuchka@… added
|
Cc: |
matti.jarvinen@… added
|
Owner: |
changed from Piotrek Koszuliński to Olek Nowodziński
|
Status: |
review →
review_passed
|
Resolution: |
→ fixed
|
Status: |
review_passed →
closed
|