Closed
Bug 10656
Opened 26 years ago
Closed 26 years ago
[DOGFOOD] Switching fonts from default variable to default fixed eventually leads to unexpected behavior after toggling more than
Categories
(Core :: DOM: Editor, defect, P3)
Tracking
()
VERIFIED
FIXED
M9
People
(Reporter: buster, Assigned: cmanske)
Details
start with a blank doc, add one word
select the word
set font = default fixed
result is <TT>word</TT>
(if selection is broken, then select the word again)
set font = default variable
nothing happens, because there is no code to remove <TT>. The UI must manually
request removing <TT>, because the underlying code only knows how to manipulate
<FONT FACE=xxx>, as can be seen if you set font from arial to courier instead of
from default fixed to default variable.
| Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M9
| Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 1•26 years ago
|
||
Checked in over the weekend.
| Comment hidden (collapsed) |
You need to log in
before you can comment on or make changes to this bug.
Description
•