Opened 13 years ago

Last modified 11 years ago

#7825 confirmed Bug

Autogrow with sharedSpaces on firefox

Reported by: datalink Owned by:
Priority: Normal Milestone:
Component: General Version: 3.4.2
Keywords: Firefox Cc:

Description

I use autogrow with sharedSpaces. On firefox 4 it's not working properly. In this case editor loads with default height and added 20 pixel (think it's one line-height) on every click inside editor.

It works correctly on ff 3.6 and with autogrow.html samples file (on ff 4).

Change History (3)

comment:1 Changed 13 years ago by datalink

After some new tests I find the real problem. Open _samples sharedspaces.html and set to config

extraPlugins : 'autogrow',
contentsCss : [ 'test.css']

Make file test.css with

html, body {
	height: 100%;
}

It happens in this case.

comment:2 Changed 13 years ago by Jakub Ś

Status: newconfirmed
Version: 3.5.33.4.2

Has been happening on FF4 and above (FF15 as well) from CKEditor version 3.4.2.

Last edited 11 years ago by Jakub Ś (previous) (diff)

comment:3 Changed 11 years ago by Jakub Ś

Keywords: Firefox added
Summary: Autogrow with sharedSpaces on firefox 4Autogrow with sharedSpaces on firefox
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