On 06-Jun-2002 Martin Rowe wrote: > Hi all > > Just noted an odd effect on the icon menu. If I hover the mouse over an > item there for more than a second or two, the style effect for mouse-over > disappears - ie. it appears unselected again. To explain what I mean > (don't know the technical terms), try setting style to 'Minimal' and you > get a dark blue middle click menu. Items under the mouse go white. Open > the icon menu and hover the mouse over an item there - it turns white. > After a second it goes back to blue. No other menu seems to do this, with > items under the mouse staying white. It isn't a problem, as a click still > restores the window, but I'm curious about the different behaviour ;-) >
if the menu redraws (due to the icon list changing) the currently selected items gets deselected. Otherwise it would be possible to have an item highlighted that no longer exists.
