Hand Cursor disappearing

I think I have a rather interesting situation. In one action, an index
action mapped as such :

map.connect ‘’, :controller => ‘storefront’

I have a problem with the hand cursor disappearing. Over any type of
link, the hand will appear as the mouse moves over the link, but
quickly disappear. This is kind of hard to explain, so I created a
movie.

http://dl.getdropbox.com/u/6511/SafariScreenSnapz001.mov

The example in this movie is simply a regular href link.

Anyone know what might be causing this? I’ve ruled out javascript,
css, so the only thing I could think of was something in my RoR stack.

Any clues?

If it something to do with RoR you might check your log file to see if
it can shed any light on what is going on. Can you include what the link
code looks like, that might help in determining what is going on as
well.

-S

Anyone know what might be causing this? I’ve ruled out javascript,
css, so the only thing I could think of was something in my RoR stack.

That does seem unlikely to me; all your browser sees is markup,
stylesheets and scripts. The means by which they are generated shouldn’t
matter, right?

Can you confirm that the behaviour occurs under Firefox as well? If it
does, I’d install the Firebug extension and see whether the affected
links differ in any way from non-affected ones in terms of markup and
(computed) styling.

The other thing I could imagine would be a side effect from other
(unrelated) scripts; maybe removing all includes from your controller
layout brings a change.

Happy hunting,
Jan