atulmore777 / gwt-html-editor

Automatically exported from code.google.com/p/gwt-html-editor
0 stars 0 forks source link

over-expands div block in IE #20

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. create html editor inside of limited sized div block with min width 400px
2.
3.

Expected: the html editor should fit to size of div block. However the div
block over expands instead of the editor fitting to the min-width.

Using the latest preview jar

Original issue reported on code.google.com by aussiest...@yahoo.com on 16 Jan 2007 at 3:04

GoogleCodeExporter commented 9 years ago
Yes, this is a known issue, been meaning to submit a bug report myself... 
Thanks.
It seems more like a FlowPanel problem (the toolbar is basically a FlowPanel), 
it
wraps fine in Firefox.

Original comment by pave...@gmail.com on 16 Jan 2007 at 3:22