Hi all,
In my ultrawebHtmlEd, when i type the characters, the text is going out of its bound (border).
Pl let me know what to do..
PFB the screen shots .
When it opens up,
WHen i keep typing characters in the Ed,
Thanks in advance,
Parthiban S
We were having a similar problem where the text was being positioned outside of the edit area of the html control. Using the IE developer tools we saw the DIV tag generated by the control being somewhat missplaced. When setting the outer table element (the control was placed inside a table in the html for the page) attribute Position to "Relative" this fixed the DIV tag positioning problem and braught the text inside of the edit area of the control.
Not sure if this is your exact problem but was frustrating to solve yet simple to fix so I thought I'de throw it in this post.
Regards
Hi Parthiban,
Thank you for codes. I inserted WebHtmlEditor into that table, but result was the same.Actually you may create a temporary aspx, drop there WebHtmlEditor and test it witout containers as well. If it will have same issue, then I suggest you to get latest service release version.
Thanks Viktor for writting in.
My WebHtmlEd is inside a html table element. Do you think that may cause an issue?
<
table id="Table1" style="border-right: black 1px solid; border-top: black 1px solid;
border-left: black 1px solid; border-bottom: black 1px solid"
cellspacing ="0"
cellpadding="2" rules="none" width="400px" align="center" border="1" frame="box">
I inserted attached codes into webpage of website and tested it in IE9, IE8/IE7-browser-mode and IE6-IETester. They did not have overflow problems.
It is possible that you have older version of WebHtmlEditor (I suggest you to get latest), or WebHtmlEditor in your application is located in specific layout and parent html elements of WebHtmlEditor somehow affect rendering of children of editor.
Thanks Victor,
Yes i am using IE8 and this prob exists with IE6 as well. I cant share the page with you. But i can give you the code part for the editor alone.
Regards,