Opened 11 years ago

Closed 11 years ago

#9605 closed Bug (fixed)

Various float space offset configs not working properly

Reported by: Garry Yao Owned by: Garry Yao
Priority: Normal Milestone: CKEditor 4.0
Component: UI : Toolbar Version: 4.0
Keywords: Cc:

Description

  1. Load inlineall sample with the following configs:
    	config.floatSpaceDockedOffsetX = 10;
    	config.floatSpaceDockedOffsetY = 10;
    	config.floatSpacePinnedOffsetX = 30;
    	config.floatSpacePinnedOffsetY = 30;
    
    
  • Expected: float space offsets follow the above ones.
  1. Click in the editor in column 3.
  2. Scroll the page to move float space from in between docked or pinned.
  • Actual: the offsets provided in configuration doesn't take affect - offset didn't change between two modes.

Attachments (1)

9605.html (3.9 KB) - added by Garry Yao 11 years ago.

Download all attachments as: .zip

Change History (4)

Changed 11 years ago by Garry Yao

Attachment: 9605.html added

comment:1 Changed 11 years ago by Garry Yao

Owner: set to Garry Yao
Status: newreview

Opened dev branch t/9605 for review.

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

Status: reviewreview_passed

Remove console.log which you've added, before masterising.

comment:3 Changed 11 years ago by Garry Yao

Resolution: fixed
Status: review_passedclosed
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