1

I have noticed that the pages which contain FreeTextBox are freezing when I click the submit button. (infact any button on the page).

Is there anything I can do to get around this problem without having to actually replace all my FTB controls with some other text editors?

I am using asp.net.

Thanks!

Gadam
  • 2,674
  • 8
  • 37
  • 56

2 Answers2

0

I recommend you post your problem to the FreeTextBox Forums. I doubt many people here have intimate knowledge of FreeTextBox on Safari.

I suspect though, you have a JavaScript error/conflict.

rick schott
  • 21,012
  • 5
  • 52
  • 81
  • Thanks Rick, it works fine on all the other browsers, infact even Safari 5.0.5(7533.21.1) on windows. Seems to be an issue only on Mac. Also since IE doesn't throw a javascript error, I am assuming the javascript is fine. I will post this on the FreeTextBox forums as suggested. Thanks – Gadam Oct 04 '11 at 03:41
0

use Ajax Control Toolkit TextEditor Extender, it is light weight, and easy to use.

Bhargav Mistri
  • 944
  • 8
  • 20
  • Thanks Bhargav, but I am trying to avoid replacing the editor unless theres no other way. Is there any way I can strip down the FTB to its most basic version ... so as to make it light weight? – Gadam Oct 04 '11 at 08:53
  • but TextEditor Extender, is more powerful and give more functionality then FTB.. check in codeplex for this new features becasue FTB is Beta now..now not full. – Bhargav Mistri Oct 04 '11 at 09:01