kustomzone / plush

Plush is a browser-based shell or terminal.
Apache License 2.0
0 stars 0 forks source link

cursor appears and disappears when mousing over the current directory list #32

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Steps to reproduce:
Hover over a directory item in the current directory view. The mouse cursor 
will be the hand cursor since directories are clickable links. Hover over a 
file and the cursor vanishes.

This inconsistency drives me crazy. Either allow the default cursor behavior in 
the current directory view or suppress the hand cursor for directories.

I strongly prefer seeing a cursor in the directory list because the info pop-up 
often lags the cursor position and it is the only visual feedback in this area. 
Unreliable feedback is annoying.

Expected result:
You should always see a cursor in the list (yay!) or never see a cursor in the 
list (boo!). 

OS & browser info:
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_3) AppleWebKit/537.31 (KHTML, like 
Gecko) Chrome/26.0.1410.33 Safari/537.31

Original issue reported on code.google.com by j...@glyphic.com on 18 Mar 2013 at 2:29