Closed
Bug 584379
Opened 15 years ago
Closed 15 years ago
The Title/tootlip shows some pixel which should not be there
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: kiovml, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; Windows NT 5.1; rv:2.0b2) Gecko/20100720 Firefox/4.0b2
Build Identifier: Mozilla/5.0 (Windows; Windows NT 5.1; rv:2.0b2) Gecko/20100720 Firefox/4.0b2
On mouse over of elements that show a tooltip, the tooltip apears and is showed with some pixels that should not be there.
Reproducible: Always
Steps to Reproduce:
A)
1. go http://translate.google.com/ (any page with "large" name will work)
2. put the mouse over the tab
3. wait for the tootltip and see the dots in the middle (look over the first "a" of translate)
B)
1) Open a page with this HTML:
<html>
<body>
<span title="Long title........................">Mouse over here!</span>
<br />
<img title="Other long title......." width="100px" height="30px" src="about:blank"/> <!-- any image -->
</body>
</html>
2) put the mouse over the image or the span.
Actual Results:
The tooltip is showed with some wrong pixels
Expected Results:
The tooltip is show with the correct yellow box
| Reporter | ||
Comment 1•15 years ago
|
||
Missing comment on the original description:
This happens in a new Firefox 4b2 profile.
Comment 2•15 years ago
|
||
Does the issue occur with the latest nightly? http://nightly.mozilla.org/
Version: unspecified → Trunk
| Reporter | ||
Comment 3•15 years ago
|
||
It's fixed in the nightly.
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•15 years ago
|
Resolution: FIXED → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•