Closed
Bug 288230
Opened 20 years ago
Closed 20 years ago
style:hand does not show hand cursor when no href in anchor tag
Categories
(Core :: DOM: HTML Parser, defect)
Tracking
()
People
(Reporter: thomastaranowski, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.6) Gecko/20050317 Firefox/1.0.2 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.6) Gecko/20050317 Firefox/1.0.2 Rendered incorrectly - no hand cursor: <a OnClick="setMain();"><img src="icons/TitleBarMain.gif" style="cursor:hand"></a> This line is rendered as expected in IE. All other styles(e.g. cursor:wait) render correctly Reproducible: Always Steps to Reproduce: 1.Create an anchor tag, but do no specify an href, but do specify a style 2.Mouse over the link in browser. 3.The expected behavior is for the arrow cursor to switch to the pointer cursor. Actual Results: Mouse cursor does NOT change to hand, but stays as arrow cursor. Expected Results: The expected behavior is for the arrow cursor to switch to the pointer cursor This line is rendered as expected in IE. All other styles(e.g. cursor:wait) render correctly Beer is good.
*** This bug has been marked as a duplicate of 40298 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•