What steps will reproduce the problem? 1. Edit large document 2. Scroll endlessly
What is the expected output? What do you see instead? I'm scrolling a lot. I wouldn't if the editor was vertically larger.
On what URL are you testing (e.g. http://socghop.appspot.com)? http://socghop.appspot.com/document/create/org/google/gsoc2009/debian
What revision was the URL you tested at running (e.g. 0.5.1)? 0-5-20090321.332222253847242685
When did you encounter the problem? This evening.
Please provide any additional information below. "theme_advanced_resize_horizontal"
Cheers
Comment #1
Posted on Mar 21, 2009 by Happy OxTe additional information you provided, do you mean that setting that as TinyMCE property would resolve this issue for you?
Comment #2
Posted on Mar 21, 2009 by Quick MonkeyHi SRabbelier,
I don't know, I've never worked with tinyMCE but I had a quick look at: http://wiki.moxiecode.com/index.php/TinyMCE:Configuration
The behaviour of storing the height in a cookie is often useful too.
Help me out of my scrolling misery :)
Cheers
Comment #3
Posted on Mar 23, 2009 by Quick MonkeyAfter some research, it looks like adding: "theme_advanced_resizing : true, " to the tinyMCE.init option variables in tinymce/class-tinymce.php will do the trick.
See: http://trac.knowledgeroot.org/cgi-bin/trac.cgi/ticket/67
Cheers
Comment #4
Posted on Mar 23, 2009 by Happy OxWell, I added that and it doesn't seems to change anything, perhaps our TinyMCE is not recent enough?
Comment #5
Posted on Mar 23, 2009 by Quick MonkeyReal fix this time (actually tested against your code).
Add this : "theme_advanced_resizing" : true, "theme_advanced_statusbar_location" : "bottom",
Cheers
Comment #6
Posted on Mar 23, 2009 by Happy OxFixed in r2696. Thanks for the help Arthur!
Comment #7
Posted on Mar 24, 2009 by Quick Monkey(No comment was entered for this change.)
Status: Fixed
Labels:
Type-Enhancement
Priority-Medium
Component-UI
Usability
Effort-Minimal
Program-universal