Rich Text Editor in Xpage - sizing issue

Hello,

Lately, I have been struggling with size of rich text editor on Xpage.

I have an Xpage, with Rich Editor on it.

Xpage has 3 tabs (created with CSS and not Tab control)

1st tab has other fields on the form.

2nd and 3rd tab has RT editor on them.

XPage opens to 1st tab by default.

When I open this page in IE , height of RT editor will be of only 1 line.

I noticed that if RT field is not hidden in tab and shown normally, then it would load with normal height…

But the same works in FireFox.

Not sure if someone has come across this issue.

If so, please suggest workaround.

Thanks a lot!!

Regards,

Ravi

Subject: RTF size xpage

I had this problem. Running 8.5.2 server. Open the xpage, and put the RTF in focus, go to the dojo tab, and set ibm.xsp.widget.layout.RichText as the dojo type.

This is documented here…

http://publib.boulder.ibm.com/infocenter/domhelp/v8r0/index.jsp?topic=/com.ibm.designer.domino.ui.doc/wpd_whatsnew.html

Subject: min-height?

not sure if this is of use and i imagine you’ve tried it, but IE sometimes needs min-height or min-width set - other browsers are normally ok and just default to auto

just a thought - good luck