954,162 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Regarding WYSIWYG

For implementing Spell check concept i applied WYSIWYG editor to textare.I got the output in Mozilla but not in InternetExplorer.Can you say where the problem might be.

srilakshmitr7
Light Poster
32 posts since Aug 2008
Reputation Points: 16
Solved Threads: 2
 

What are you using? Which spellchecker. What 'output'? Is this to do with php specifically or is it a general web browser question?

diafol
Rhod Gilbert Fan (ardav)
Moderator
7,754 posts since Oct 2006
Reputation Points: 1,168
Solved Threads: 1,074
 

I'm using WYSIWYG editor inbuilt spell checker and i'm Uisng this in php and regarding output in IE its not checking the words.

srilakshmitr7
Light Poster
32 posts since Aug 2008
Reputation Points: 16
Solved Threads: 2
 

Are you depending on javascript at all? I'd guess that you're using js that IE won't like. Short of actually seeing the code that runs when your spellchecker button/link is clicked (and any subsequent code), it's difficult to say. It may be that the script is making use of Mozilla's built-in spellchecker.

diafol
Rhod Gilbert Fan (ardav)
Moderator
7,754 posts since Oct 2006
Reputation Points: 1,168
Solved Threads: 1,074
 

Don't we have in built spell checker in Internet explorer.If no how to solve this problem.

srilakshmitr7
Light Poster
32 posts since Aug 2008
Reputation Points: 16
Solved Threads: 2
 

I don't think IE has a built-in SC. To be honest I almost never use it, only to test CSS and JS as a rule. The Googlebar allows spellchecking in a number of languages, but I have no idea how you'd check for this and then implement it. Problem is, your users wouldn't be able to make use of it if they hadn't installed google toolbar (obviously).

diafol
Rhod Gilbert Fan (ardav)
Moderator
7,754 posts since Oct 2006
Reputation Points: 1,168
Solved Threads: 1,074
 

Perhaps instead of a live spell checker, instead have a spell check button which then uses ajax to check+correct the spelling. That would be the easiest way of doing it.

cwarn23
Occupation: Genius
Team Colleague
3,033 posts since Sep 2007
Reputation Points: 413
Solved Threads: 259
 

@cwarn - I agree a custom script would be better than relying on browser plug-ins.

I came across a good spellcheker a while ago here:

http://spellerpages.sourceforge.net/

I implemented it into a project as an afterthought, it seemed to do the job, but I haven't tested it thoroughly.

diafol
Rhod Gilbert Fan (ardav)
Moderator
7,754 posts since Oct 2006
Reputation Points: 1,168
Solved Threads: 1,074
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You