karthick2014 / jwysiwyg

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

CSS fails on 100% #27

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Insert one table, 3 rows in each insert one texarea for wyswyg editor
2. Set all texarea width 100 %
3. Check.

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

-All editors should be same width, but other is shorter or longer then
first, when sets width in px everything is fine

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

Newest, Vista, Firefox 2

Please provide any additional information below.

Original issue reported on code.google.com by zvuc...@gmail.com on 3 May 2008 at 3:43

GoogleCodeExporter commented 8 years ago
I fixed it changing css:
div.wysiwyg { border: 1px solid #ccc; padding-top: 5px; padding-bottom: 5px;
background-color: #FFF; }

But in IE problem is that every new editor is 50 % bigger

Original comment by zvuc...@gmail.com on 3 May 2008 at 3:48

GoogleCodeExporter commented 8 years ago
It is problem of runtime positioning I suppose.

While adjust it after applying of wesiwyg by hands.

It will be fixed later.

Original comment by akzhan.a...@gmail.com on 8 Dec 2009 at 5:48