If you have a css attribute of
body { height: 100% }
then the RadEditor will grow with each keypress if you set AutoResizeHeight=true. I put this in my page header as a temp fix:
body { height: auto !important; }
I'd prefer to be more selective than the entire body and I've tried .RadEditor and iframe, as well as a few other css selectors. Is there a better selector or an alternate fix.
Note that this issue is in Firefox 13. Internet Explorer 9 does not have this problem. Q3 2011 SP1 version of ASP.NET Ajax.
body { height: 100% }
then the RadEditor will grow with each keypress if you set AutoResizeHeight=true. I put this in my page header as a temp fix:
body { height: auto !important; }
I'd prefer to be more selective than the entire body and I've tried .RadEditor and iframe, as well as a few other css selectors. Is there a better selector or an alternate fix.
Note that this issue is in Firefox 13. Internet Explorer 9 does not have this problem. Q3 2011 SP1 version of ASP.NET Ajax.