Closed Bug 343737 Opened 18 years ago Closed 18 years ago

Spell checker checks text nodes in DOM Inspector

Categories

(Core :: Spelling checker, defect)

PowerPC
macOS
defect
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: jruderman, Assigned: mscott)

References

Details

Steps to reproduce:
1. Load data:text/html,<p>Firefox rulez!</p>
2. Cmd+Shift+I to inspect the page with DOM Inspector.
3. Select the text node.

Result: "rulez" is given a red underline.

This is annoying when I select the text node inside a script element, because it underlines most of the script (which makes it hard to read and slows down DOM Inspector).

I think this should be fixed by defaulting spell-checking to off for chrome.  If that's wrong, perhaps DOM Inspector should opt out.
Depends on: 336799
Flags: blocking1.9a2?
I think this could be fixed once bug 339127 gets fixed. You could then disable spellchecking on text controls by adding spellcheck="false" or something like that.
Depends on: 339127
Spellchecking now defaults off for chrome, and the UI to enable it has been removed.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Bug is fixed.
Flags: blocking1.9a2?
You need to log in before you can comment on or make changes to this bug.