PDA

View Full Version : JSpell With TinyMCE Version 3.0b3 (2007-12-14)


tcannon
9th January 2008, 10:51 AM
I work for FedEx and we have purchased JSpell recently. We are also using TinyMCE Version 3.0b3 (2007-12-14) because this release has fixed the tabbing issue.

However, we can not get JSpell to work with this new version. What do we need to do to get it to work?

Help! we go live next week.

staff
10th January 2008, 03:46 PM
What problems are you having? Are you getting error messages? Which browser and OS?

tcannon
15th January 2008, 10:07 AM
Windows XP, IE 7. The JSpell does not work with new version of TinyMCE (3.03).

So, I went back to the 2.x version.

However, we also have another problem with JSpell and need it addressed as soon as possible.

ISSUE: We have 27 textboxes using TinyMCE with JSpell. The JSpell popup box stays at the top of the screen and will not focus on the TinyMCE textboxes that has a spelling error. So the user cannot tell where the spelling error is on the page.

Please advise how to configure to allow JSpell to go to the TinyMCE texbox that has the current spelling error.

staff
12th February 2008, 11:19 PM
TinyMCE 3.0b3 is beta software. We are not able to support beta software. As soon as TinyMCE is no longer beta then it will be supported.

Thanks!

gjritter
7th April 2008, 02:10 PM
TinyMCE 3.0b3 is beta software. We are not able to support beta software. As soon as TinyMCE is no longer beta then it will be supported.

Thanks!

TinyMCE 3 is no longer beta. Is there a specific version of TinyMCE 3 that is supported now that it is no longer beta? The most recent release is 3.0.6.2 as of this post - is that supported?

staff
22nd April 2008, 01:04 PM
this version should be supported. Are you receiving any specific error messages?

purvil
28th July 2008, 11:31 AM
Hi

We are a health care provider and looking to purchase JSPell Evolution ASAP.We are currently evaluating the jSpell and are very happy with its features and work flow.

We only have one concern using it with TinyMCE 3.0.5

We have 4 different input areas in one page and we only want to activate tinymce spell checker not any other input areas.

when we invoked following function

function getSpellCheckArray() {

fieldsToCheck[fieldsToCheck.length]=[document,"noteTextControl"];
return fieldsToCheck;
}


"noteTextControl" is the id of the tinymce iframe control.

We get following error.

"Exception thrown but not caught."

now spell checker is not active.

If we don't specify above function all 4 input areas have spell checker activated.

Looking forward to hear from you....

Thanks

Purvil