Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mad height of input text #7

Open
GoogleCodeExporter opened this issue Apr 30, 2015 · 2 comments
Open

mad height of input text #7

GoogleCodeExporter opened this issue Apr 30, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. When you press enter many times... the window of input text is resized and 
if you press enter 
again the window of input text back the normal size.

Solve:
For solve this problem in any browser supported, modify in rte.css ->.rte-zone 
insert the 
!important in height.

Example:
.rte-zone{
     height:300px !important;
}

thats all folks!

Original issue reported on code.google.com by [email protected] on 31 May 2009 at 10:18

@GoogleCodeExporter
Copy link
Author

This does not solve the problem for me.
Using FF 3.0.10 on Win Vista (32)

Anyone has another solution?

Arno

Original comment by [email protected] on 8 Jun 2009 at 3:08

@GoogleCodeExporter
Copy link
Author

please host your rte on internet and post the link here. or zip and attach file 
here.
cheers.

Original comment by [email protected] on 9 Jun 2009 at 3:24

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant