Ticket #3847 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

Spell check does not work in Firefox 2.0.0.3

Reported by: novasource Assigned to: anonymous
Priority: normal Milestone: 2.2
Component: TinyMCE Version: 2.1.2
Severity: major Keywords:
Cc:

Description

When editing a blog post with Firefox 2.0.0.1, spell check does not work. Regardless of erroneous words present, clicking the "Toggle spellchecker" icon always returns a dialog saying "No misspellings found."

Attachments

3847.diff (0.5 kB) - added by dancoulter on 02/23/07 21:56:54.

Change History

02/23/07 20:03:32 changed by foolswisdom

Confirmed bug
ENV: WP trunk r4929

(follow-ups: ↓ 3 ↓ 6 ) 02/23/07 21:51:27 changed by dancoulter

  • keywords set to has-patch.

Added a property to allow the Firefox built-in spell checker to work.

02/23/07 21:56:54 changed by dancoulter

  • attachment 3847.diff added.

(in reply to: ↑ 2 ; follow-up: ↓ 7 ) 02/23/07 22:59:09 changed by dancoulter

  • keywords deleted.

Replying to dancoulter:

I miss-read this ticket. I am not having problems with WP 2.1.1 and Firefox 2.0.0.1 using the built in TinyMCE spellcheck. Ignore the patch file I uploaded.

02/23/07 23:18:20 changed by foolswisdom

  • component changed from General to TinyMCE.

02/24/07 03:44:04 changed by novasource

  • summary changed from Spell check does not work in Firefox 2.0.0.1 to Spell check does not work in Firefox 2.0.0.1 or 2.0.0.2.

Also doesn't work in 2.0.0.2

(in reply to: ↑ 2 ) 02/24/07 14:48:31 changed by novasource

Replying to dancoulter:

Added a property to allow the Firefox built-in spell checker to work.

The patch didn't change anything for me.

(in reply to: ↑ 3 ) 02/24/07 22:51:32 changed by priv

Replying to dancoulter:

Replying to dancoulter: I miss-read this ticket. I am not having problems with WP 2.1.1 and Firefox 2.0.0.1 using the built in TinyMCE spellcheck. Ignore the patch file I uploaded.

No Problem +1(Firefox 2.0.0.2 and Wordpress 2.1.1), the spellchecker of TinyMCE is working fine here.

(follow-up: ↓ 9 ) 02/25/07 22:38:56 changed by Otto42

Few things:

-The built-in firefox spell checker is disabled by default. I have a plugin to fix this here: http://ottodestruct.com/blog/2007/01/26/enable-firefox-spell-checking-in-wordpress-21/ It's a simple patch to enable this by default.

-The spell checker in TinyMCE current tries the server's pspell functionality. Failing that, it tries to use Google for spell checking. As noted in #3857, that does not work, but there's a newer version available which does.

The combination of both these fixes should eliminate these issues.

(in reply to: ↑ 8 ) 02/26/07 15:02:18 changed by novasource

-The built-in firefox spell checker is disabled by default. I have a plugin to fix this here: http://ottodestruct.com/blog/2007/01/26/enable-firefox-spell-checking-in-wordpress-21/ It's a simple patch to enable this by default.

Thanks! I would rather use Firefox's built in spell checker, so I will enable this module.

-The spell checker in TinyMCE current tries the server's pspell functionality. Failing that, it tries to use Google for spell checking. As noted in #3857, that does not work, but there's a newer version available which does.

Huh, I am on 1and1.com. I wonder if they have pspell avaiable?

02/26/07 22:30:25 changed by novasource

I just ran a WireShark? sniff, and the spell check only does port 80 with my blog host. It does not port 80 to any other servers.

03/28/07 00:54:51 changed by foolswisdom

  • milestone changed from 2.1.3 to 2.2.

(follow-up: ↓ 13 ) 03/31/07 04:55:21 changed by novasource

  • version changed from 2.1.1 to 2.1.2.
  • severity changed from normal to major.

Updating version. Still broken with 2.1.2.

(in reply to: ↑ 12 ; follow-up: ↓ 15 ) 03/31/07 08:01:38 changed by Nazgul

Replying to novasource:

Updating version. Still broken with 2.1.2.

A new version of the spellchecker went into trunk. Could you try and see if that fixed your problem?

03/31/07 20:44:51 changed by novasource

  • summary changed from Spell check does not work in Firefox 2.0.0.1 or 2.0.0.2 to Spell check does not work in Firefox 2.0.0.3.

Just as an FYI, I closed a few tickets because they were a problem with WPG2 2.01 plugin. For the record, this ticket was not resolved by disabling WPG2 and clearing my cache.

(in reply to: ↑ 13 ; follow-up: ↓ 16 ) 03/31/07 20:45:21 changed by novasource

Replying to Nazgul:

Replying to novasource:

Updating version. Still broken with 2.1.2.

A new version of the spellchecker went into trunk. Could you try and see if that fixed your problem?

Sorry, I'm not really familiar with how to do that. Are there any guides? (It's not lack of skills; I just don't know where to begin looking.)

(in reply to: ↑ 15 ; follow-up: ↓ 17 ) 03/31/07 22:06:07 changed by Nazgul

Replying to novasource:

Replying to Nazgul:

A new version of the spellchecker went into trunk. Could you try and see if that fixed your problem?

Sorry, I'm not really familiar with how to do that. Are there any guides? (It's not lack of skills; I just don't know where to begin looking.)

The easiest way is through the nightly builds: http://wordpress.org/download/nightly/

If you try one of those, don't forget to use a new database, as downgrading without restoring database backups is not supported.

(in reply to: ↑ 16 ; follow-up: ↓ 18 ) 04/01/07 01:37:30 changed by novasource

Replying to Nazgul:

Replying to novasource:

Replying to Nazgul:

A new version of the spellchecker went into trunk. Could you try and see if that fixed your problem?

Sorry, I'm not really familiar with how to do that. Are there any guides? (It's not lack of skills; I just don't know where to begin looking.)

The easiest way is through the nightly builds: http://wordpress.org/download/nightly/ If you try one of those, don't forget to use a new database, as downgrading without restoring database backups is not supported.

I got the latest build, and it seems to work. I like that spellcheck a lot better.

(in reply to: ↑ 17 ) 04/01/07 06:20:42 changed by foolswisdom

  • status changed from new to closed.
  • resolution set to fixed.

Replying to novasource:

I got the latest build, and it seems to work. I like that spellcheck a lot better.

Closing as fixed.