Closed
Bug 164156
Opened 22 years ago
Closed 22 years ago
digitalcity.com - Cursor remains I bar instead of turning into hand when hovering over menus
Categories
(Tech Evangelism Graveyard :: English US, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jmkobayashi, Assigned: bc)
References
()
Details
*originally reported in proprietary embedding client
Fails in:
Mozilla 1.0/moz 1.1 (08-18 build)
STR:
1. launch client, navigate to http://aolsvc.kw.digitalcity.com/columbus/bars/
2. hover mouse over the floating menu on the left hand side of the page
(entertainment guide, business and services).
Notice:The cursor becomes an | bar, it does not change into the 'hand' as expected.
Expected Result: When cursor is hovered over menu choices, it should morph into
the 'hand'
Cloned from bugscape bug: http://bugscape.netscape.com/show_bug.cgi?id=12130
While IE 6 generates a "hand" on mouseover, neither IE 6 or Mozilla 1.0
generate link-specific context menus for any of the menus of the options.
Since this is all generated with JS, you might want to look at the relevant JS
script to see if that helps:
http://art.digitalcity.com/_media/digitalcity/nav_sys_lib.js
Assignee | ||
Comment 2•22 years ago
|
||
in script http://art.digitalcity.com/_media/digitalcity/nav_sys_lib.js (and
perhaps elsewhere)
function MAC_newSubMenu( id, label, res ) {
[snip]
STYLE=\"cursor:hand\"
[snip]
cursor:hand is an IE proprietary CSS value and is not supported in
Mozilla/Gecko. The proper value is cursor:pointer.
see http://devedge.netscape.com/viewsource/2002/cursor/ for an explanation
This is pure evangelism.
Assignee: joki → susiew
Blocks: 121236
Component: Event Handling → US General
Product: Browser → Tech Evangelism
QA Contact: rakeshmishra → zach
Summary: Cursor remains I bar instead of turning into hand when hovering over menus → digitalcity.com - Cursor remains I bar instead of turning into hand when hovering over menus
Version: other → unspecified
Updated•10 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•