Closed
Bug 252095
Opened 21 years ago
Closed 21 years ago
Page does not use the correct cursor specified through CSS cursor property
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 172027
People
(Reporter: gwcole, Unassigned)
Details
Attachments
(1 file)
235 bytes,
text/html
|
Details |
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a3) Gecko/20040718
The following HTML demonstrates that when you hover over the text in between
the "b" tags, there is no hand cursor!
<html>
<head><title>CSS cursor bug</title></head>
<style>
b
{
font-weight: bold;
text-decoration: underline;
cursor: hand;
}
</style>
<body>
<p>This <b>bold text should have a hand cursor</b>...</p>
</body>
</html>
Reproducible: Always
Steps to Reproduce:
1. Save the HTML portion of the details section into a file.
2. Load the file
3. Move the cursor over the bold highlight.
Actual Results:
Moving the hand over the bold text does not display a hand cursor.
Expected Results:
Moving the hand over the bold text should display a hand cursor. It works for
IE 6 and Opera.
see bug 172027 comment 1
*** This bug has been marked as a duplicate of 172027 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
Updated•21 years ago
|
Status: RESOLVED → VERIFIED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•