gharris999;223688 Wrote: 
> 
> Also also, a FireFox gripe:  it's all too easy to end up with
> "orphaned" highlights in either the browse or playlist panes.  Just
> mouse-out of the highlighted area from the left or the right and the
> highlight stays behind.  Or is that by design?  I can kind of
> understand that for the browse pane, but it seems confusing to me for
> the playlist pane where there already is a highlight indicating the
> currently playing track.
> 


It's the way the divs are margined.  Moving around, it only triggers
when crossing the top or bottom boundary, and NOT when there is already
a highlight.  The highlight seems to take precedence over the div that
sets up the line item. In fact, it can be very easy to move too fast
for extjs to actually notice that you've gone over the small strip that
is valid. I spent a lot of time pouring over options, but I'm not yet
sure what other method could work and still give those nice rounded
lines, mouse over tracking, AND highlight the current song. 

If you use firebug, you can see the areas that I'm talking about. When
using the html viewer from firebug, it will highlight the div with a
horizontal purple region top and bottom.  This is the divs padding,
which seems to also be the thing that triggers the mouseover event.
After that, the nested divs start to get in the way and the event gets
missed.

-kdf


-- 
kdf
------------------------------------------------------------------------
kdf's Profile: http://forums.slimdevices.com/member.php?userid=7
View this thread: http://forums.slimdevices.com/showthread.php?t=37848

_______________________________________________
beta mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/beta

Reply via email to