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??

Parents
No Data
Reply
  • 49378
    Suggested Answer
    posted

    Hi pfalcon,

    I have investigated the scenario you have described but was unable to reproduce the issue. The version of .Net Advantage I used was 11.1. I am attaching a sample of an WebHtmlEditor inside a WebPanel which I tested on IE8 and Firefox 5. If you are still experiencing issues I suggest upgrading your product to our latest release.

    Please contact me if you have further questions.

    Best Regards,

    Petar Ivanov
    Developer Support Engineer
    Infragistics, Inc.
    http://es.infragistics.com/support

    Sample.zip
Children