google-code-export / lwrte

Automatically exported from code.google.com/p/lwrte
1 stars 0 forks source link

Height value ignored always #63

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. create a rte object
2. In it's options set a height value
3. the rte will show up with "default" height always

What is the expected output? What do you see instead?

new height ( really should work for height:100% too )

What version of the product are you using? On what operating system?

1.2

Original issue reported on code.google.com by MrLuisCortes on 20 Aug 2010 at 8:00

GoogleCodeExporter commented 9 years ago
as a workaround set style="height:450px" on textarea.

Also 100% height might not be what you expect depending on the browser as 100% 
might be page length, screen height, but not cell height.

Original comment by spambot....@googlemail.com on 1 Sep 2010 at 3:33