Bug 1128 - Clicking on the letters of the alphabet doesnt jump to album beginning with that letter
: Clicking on the letters of the alphabet doesnt jump to album beginning with t...
Status: RESOLVED FIXED
Product: Logitech Media Server
Classification: Unclassified
Component: Skins
: 6.0.0
: PC Windows XP
: P2 normal (vote)
: ---
Assigned To: KDF
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2005-03-19 07:50 UTC by John Gorst
Modified: 2008-08-18 10:53 UTC (History)
1 user (show)

See Also:
Category: ---


Attachments
fix anchors (378 bytes, patch)
2005-03-19 14:03 UTC, KDF
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description John Gorst 2005-03-19 07:50:58 UTC
Problem: for example in browse by album in the default1 web ui, if I click on
'm' I used to be taken to the first album beginning with 'm' (in 5.4.1)

This no longer happens. Occuring in default, default2, exbrowse2, handheld, fishbone

Slimserver 6 nightly 18/3/5, sb1, mandrake 10
Comment 1 KDF 2005-03-19 14:03:41 UTC
Created attachment 348 [details]
fix anchors

$lastAnchor is set to "", so if ($lastAnchor $$ $lastAnchor ne $anchor) is
never true.  no anchors, no letter links to letter position.  this should fix
that.
Comment 2 KDF 2005-03-19 14:04:27 UTC
dan, any problems with this patch?
Comment 3 Dan Sully 2005-03-19 15:03:51 UTC
Looks good.
Comment 4 KDF 2005-03-19 15:29:07 UTC
committed r2599