Closed
Bug 249174
Opened 21 years ago
Closed 21 years ago
Highlighting italic Arial font changes it.
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 236277
People
(Reporter: scott.craig, Unassigned)
Details
(Keywords: qawanted)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7) Gecko/20040514
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7) Gecko/20040514
I noticed this bad behavior on a web page. Here is a distilled example.
Highlighting the text with the mouse loses part of the last character of the
italicized word (sometimes). This depends on where the mouse down starts and ends.
Start with the mouse down on "that". Move left. Notice "All" becomes "Ali".
Move back right. Still "Ali" and no longer highlighted. Do the same on other
line for same result. But, do two lines at once and the behavior is different,
but still wrong. The whole line seems to refresh in certain situations, but not
others.
<html>
<head>
<style>
.bodycopy {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
</style>
</head>
<body>
<P CLASS="bodycopy"><i>All</i></p>
<P CLASS="bodycopy"><i>All</i> that.</p>
<p style="font-family: Arial, Helvetica, sans-serif;
font-size: 12px;">
<i>All</i> that.</p>
</body>
</html>
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
*** This bug has been marked as a duplicate of 236277 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•