Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1185
Inconsistent control Width between IE and Firefox
posted

I have a HTML editor contained within a WebPanel. The Panel is correctly sizing to fit the rightmost portion of the page, adjusting according to the browser's width.

the HTML control has its width also set to 100%. However this is behaving inconsistently as follows:

- When small mounts of text present - it is autosizing to the text width in both IE and Firefox. I do NOT want this - I want the editor to display to the available width of its container (that is what Width=100% should do...

- When editing large blocks of text, it correctly fills the available container width in IE, but in firefox it shows a **fixed width frame** (around 400 pixels I think), no matter what amount of text is present.

This is a pain for both design and testing at present - what can be done to fix this?? Is there a property, or CSSStyle I should be using to work around the bug??