Opened 11 years ago

Closed 11 years ago

#9903 closed Bug (fixed)

[Inline] Bad positioning of floating space with page h-scroll

Reported by: Olek Nowodziński Owned by: Olek Nowodziński
Priority: Normal Milestone: CKEditor 4.0.2
Component: UI : Floating Panel Version: 4.0.1
Keywords: Cc: alexander.klyuchka@…, matti.jarvinen@…

Description

  1. Add the following to inlineall sample to have a very narrow toolbar for better experience:
    CKEDITOR.config.toolbarGroups = [
    	{ name: 'links' },
    	{ name: 'insert' },
    	{ name: 'others' },
    ];
    
  2. Make the browser window narrow, so h-scroll appears.
  3. Focus the middle-column editor.
  4. 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.

Attachments (1)

floatingspaceNarrowHpos.png (95.2 KB) - added by Olek Nowodziński 11 years ago.

Download all attachments as: .zip

Change History (10)

Changed 11 years ago by Olek Nowodziński

Attachment: floatingspaceNarrowHpos.png added

comment:1 Changed 11 years ago by Olek Nowodziński

comment:2 Changed 11 years ago by Olek Nowodziński

Proposed a fix in t/9903 branch.

comment:3 Changed 11 years ago by Piotrek Koszuliński

Owner: set to Piotrek Koszuliński
Status: newreview

comment:4 Changed 11 years ago by Jakub Ś

There is also v-scroll problem: #9816 and #9899 (possible duplicate.)

comment:5 Changed 11 years ago by Alexander

Cc: alexander.klyuchka@… added

Subscribed

comment:6 Changed 11 years ago by Matti Järvinen

Cc: matti.jarvinen@… added

Added myself to cc

comment:7 Changed 11 years ago by Olek Nowodziński

Owner: changed from Piotrek Koszuliński to Olek Nowodziński

comment:8 Changed 11 years ago by Frederico Caldeira Knabben

Status: reviewreview_passed

comment:9 Changed 11 years ago by Olek Nowodziński

Resolution: fixed
Status: review_passedclosed

Fixed issue with git:831d932fba25869f1.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy