When I set the size in ActiveForums 3.5 to 100% for the width of the editor nothing happens. I have edited the provider and changed:
Public Overrides Property Width() As System.Web.UI.WebControls.Unit
Get
Width = cntlCE.Width
End Get
Set(ByVal Value As System.Web.UI.WebControls.Unit)
cntlCE.Width = Value
End Set
End Property
I can set it to 750px for example, that works but 100% never works. This is bugging me for the last 2 CuteEditor versions. BTW, setting the editor width to 100% works fine with RAD editor.