You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 31 May 2009 at 10:18The text was updated successfully, but these errors were encountered: