Closed
Bug 348370
Opened 19 years ago
Closed 19 years ago
Incomplete :hover repaint of italic text
Categories
(Core :: Layout: Text and Fonts, defect)
Tracking
()
People
(Reporter: bugs, Unassigned)
References
()
Details
(Keywords: testcase)
Attachments
(1 file)
204 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.8.0.6) Gecko/20060728 Firefox/1.5.0.6
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.8.0.6) Gecko/20060728 Firefox/1.5.0.6
Not all of italic text is repainted upon hovering over the element.
Reproducible: Always
Steps to Reproduce:
1. create element with italic text, larger font size exaggerates the issue, optional underline clarifies it.
2. set a different colour in CSS :hover selector for that element
3. hover over element using mouse.
Actual Results:
text is repainted within a rectangle ending at the rightmost point of the text underline, if there is one. The corner of the last character extending past this point is not repainted.
Expected Results:
all characters completely repainted.
Updated•19 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 2•19 years ago
|
||
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20060811 Minefield/3.0a1
This works fine in Cairo trunk builds but not in 1.5x or 2.0 branch.
Whiteboard: DUPEME
Comment 3•19 years ago
|
||
(In reply to comment #2)
> Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20060811
> Minefield/3.0a1
> This works fine in Cairo trunk builds but not in 1.5x or 2.0 branch.
>
Not working for me here:
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20060811 Minefield/3.0a1 - Build ID: 2006081104 [cairo]
Reproducible in this build anyway.
Comment 4•19 years ago
|
||
*** This bug has been marked as a duplicate of 79732 ***
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•