Closed
Bug 343687
Opened 19 years ago
Closed 19 years ago
It shouldn't be possible to check spell on a readonly <textbox>
Categories
(Toolkit :: UI Widgets, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: florian, Assigned: florian)
References
Details
Attachments
(1 file, 2 obsolete files)
|
1.06 KB,
patch
|
Details | Diff | Splinter Review |
The context menu of <textbox> elements has an item "Spell check this field" even if the readonly attribute is set to true.
If the user enables spell check and then picks a suggestion in the list, the value of the field is modified. That shouldn't be possible on a readonly textbox.
Steps to reproduce:
1. Open the Page Info window
2. In the general tab, right click "text/html" (for example).
| Assignee | ||
Comment 1•19 years ago
|
||
Attachment #228209 -
Flags: review?(mconnor)
Comment 2•19 years ago
|
||
You should check the property and not the attribute (readonly="fsdof" should not prevent spellcheck).
| Assignee | ||
Comment 3•19 years ago
|
||
(In reply to comment #2)
> You should check the property and not the attribute (readonly="fsdof" should
> not prevent spellcheck).
>
First I tried to check the property but it didn't work, so I used the attribute instead. I have just noticed that the property isn't hard to fix (if I understand this file well).
Attachment #228209 -
Attachment is obsolete: true
Attachment #228336 -
Flags: review?(mconnor)
Attachment #228209 -
Flags: review?(mconnor)
Comment 4•19 years ago
|
||
Oh, the patch from bug 318208 didn't land on the branch.
| Assignee | ||
Comment 5•19 years ago
|
||
Updated patch. Bug 318208 is now fixed in both the trunk and the 1.8 branch.
Assignee: nobody → f.qu
Attachment #228336 -
Attachment is obsolete: true
Status: NEW → ASSIGNED
Attachment #229570 -
Flags: review?(mconnor)
Attachment #228336 -
Flags: review?(mconnor)
Comment 6•19 years ago
|
||
This bug will be invalid when bug 336799 lands, which removes the spellcheck UI from XUL.
Updated•19 years ago
|
Component: General → XUL Widgets
Flags: review?(mconnor)
Product: Firefox → Toolkit
Version: 2.0 Branch → 1.8 Branch
Updated•19 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → INVALID
Comment 7•19 years ago
|
||
Actually, this should have been fixed by my patch for bug 339127.
You need to log in
before you can comment on or make changes to this bug.
Description
•