Closed
Bug 498039
Opened 16 years ago
Closed 16 years ago
firefox's spell checker does not work with wordpress's tinymce editor
Categories
(Core :: Spelling checker, defect)
Tracking
()
VERIFIED
INVALID
People
(Reporter: fabianized, Unassigned)
References
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.0.11) Gecko/2009060215 Firefox/3.0.11 GTB5
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.0.11) Gecko/2009060215 Firefox/3.0.11 GTB5
In wordpress's Add Post page, only the first word in the field is checked by Firefox's spell checker. I misspelled the first word and it gets underlined red, but from the 2nd word on, it does not get checked. Note that this happens only for the Visual tab and not HTML tab.
Reproducible: Always
Steps to Reproduce:
1. Install Wordpress (I'm running 2.8, latest stable build)
2. Add New post
3. Make sure that you're on the Visual tab
4. Type a misspelled word and press space and see it get underlined.
5. Do the same for the 2nd word and watch as nothing happen.
Actual Results:
First word gets underlined, 2nd onwards does not.
Expected Results:
It should have underlined ALL misspelled word.
Posted for help here: http://wordpress.org/support/topic/278409
And another user confirmed it's a Firefox bug.
Plus I used Safari and it underlines ALL misspelled word, every time without fail.
Updated•16 years ago
|
Component: General → Spelling checker
Product: Firefox → Core
QA Contact: general → spelling-checker
Reduced testcase as in find the source of the page and reduce the coding as far as possible (perferably where just the text input box shows and nothing else). This helps so the devs can easily pinpoint the problem area and not have to sift through hundreds of lines of HTML/JS to try and figure out what is going on.
(In reply to comment #4)
> Great I'll do it ASAP and paste it as a comment
Please just attach the html file using the "add an attachment" link above the comments section here.
Sorry I can't make a reduced test case, it doesn't work when I copy the HTML for the field and paste it in another separate HTML document.
Comment 7•16 years ago
|
||
Thanks for the bug report.
Regarding your bug description, the other user at the forum confirmed it was *not* a Firefox bug.
http://wordpress.org/support/topic/278409
It's a bug in TinyMCE and has been patched by Drupal.
http://drupal.org/node/135150
Marking invalid.
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → INVALID
Huh? It is that guy at the forum who said it was a Firefox 3.0 bug!
Comment 9•16 years ago
|
||
Yes, the bug shows up in Firefox 3.0.
But the problem is with TinyMCE, not Firefox.
Please read the other forum ("TinyMCE disables Firefox spellcheck by default.")
Reporter | ||
Comment 11•16 years ago
|
||
Hi I noticed something strange.
When I type a wrong word, it doesn't underline.
If I type a wrong word and I alt+tab, it underlines for that word only.
If it's a bug with TinyMCE why does alt tabbing affect the way the spellchecker works?
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•