I'm building a composite control that uses the telerik ajax controls as it's inputs, now the RadComboBox and RadTextBox were working fine, keeping state and returning edited values however the radeditor was posting an empty string everytime. Here's the clincher, it only happens in firefox, in IE the RadEditor works exactly as is expected and posts it's text. Has anyone come across this before and is there a solution to get around this as I can't guarantee my users won't be using Firefox?
Forgot to mention, the RadEditor is inside an updatepanel.