The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Confluence edit page in Chrome 27 look bad

Jiannan Tang
Contributor
March 27, 2013

Hi:

My Confluence version is 5.0.2 and Chrome version is 27.

When edit page the edit section is too small

15 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

7 votes
NielsJ
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
May 22, 2013
Wim Deblauwe
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
May 23, 2013

Plugin fixes it for me

4 votes
Don Willis
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
May 22, 2013

Full details are on https://jira.atlassian.com/browse/CONF-28415 , but in short:

  • This occurs on Chrome 27, which was released today
  • It is fixed in Confluence 5.1.3, Confluence 5.2, and Confluence OnDemand.
  • There is a plugin you can download for older plugins just to fix this bug: Editor Height Fix for Confluence

Stephen Lord
May 28, 2013

Perfect! Works!

3 votes
Ivan Tse
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
March 27, 2013

Chrome 27 is the dev and Chromium builds of Chrome right now. From what I can see, this would be a rendering issue on Chrome specifically to those builds.

I just tested this in the latest Stable (26) and everything looks to be fine there. If you need regular usage then you should switch back to a stable build of Chrome or use another browser.

2 votes
Jean-Pierre Chiri
Contributor
May 1, 2013

May be fixed in Confluence 5.1.3

There is this workaround in pure css : (CONF-28415)

Under Look and Feel > Stylesheet (this is for Confluence 5.1, naming may be different in earlier versions), add the following CSS:

/* CONF-28415 */
form.editor .editor-default,
.editor-fullheight {
    height: 100%;
    height: auto\9; /* IE8 */
}

1 vote
Matthijs Bierman
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 21, 2013

Just upgraded to Chrome 27.0.1453.93, which is the latest stable. The edit area appears too small.

1 vote
Jean-Pierre Chiri
Contributor
May 12, 2013

That javascript workaround work on Chrome 27.0.1453.73 :

./... Place the following in Confluence Admin > Look and Feel > Custom HTML > At end of the BODY:

<script>
AJS.$(document).ready(function() {
  if (AJS.$('#wysiwygTextarea_ifr').length > 0) {
    AJS.$('#wysiwygTextarea_ifr').height(AJS.$('#rte').height());
  }
});
</script>
0 votes
Consu
Contributor
April 20, 2014

hello, I am using Chrome 34.0.1847.116 m and none of the solutions works :(

0 votes
Deleted user
July 10, 2013

I just used the javascript in Confluence 5.1.2 for Chrome 28.0.1500.71 m and it worked well.

0 votes
skjar
May 29, 2013

the java script worked fine. Thank you

0 votes
Brian Jones
May 23, 2013

Chrome Version 28.0.1500.20 beta-m works correctly without plugins or confluence patches. This can be found in the current Chrome Beta channel http://www.chromium.org/getting-involved/dev-channel

0 votes
Tim Wilkes
May 22, 2013

JS workaround worked for me Conf 4.3, Chrome 27....94

0 votes
Andreas
Contributor
May 13, 2013

The edit window is full size in Chrome 27.0.1453.81 beta-m for me now. I previously had the same problem as OP.

0 votes
Raymond Lai
Contributor
May 9, 2013

Hey guys,

I'm on Version 27.0.1453.73 beta and the CSS workaround stopped working.

We had a server reboot yesterday, but I'm not sure if that has anything to do with it.

0 votes
Roger Wicki
April 30, 2013

Same problem here with Chrome 27.0.1453.65. The workaround doesn't work for me, because we're on a ondemand instance.

0 votes
James Bergamin
April 11, 2013

Same happens under Linux with this version:

[8:25] bento:~% chromium --version

Chromium 26.0.1410.63

With confluence 4.3

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

TAGS
AUG Leaders

Atlassian Community Events