This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#11640 - Sansa Clip+ - scrolling text displays where its not suppose to
Attached to Project:
Rockbox
Opened by dave t (sockbox) - Thursday, 23 September 2010, 10:59 GMT+2
Last edited by Andree Buschmann (Buschel) - Friday, 11 February 2011, 17:40 GMT+2
Opened by dave t (sockbox) - Thursday, 23 September 2010, 10:59 GMT+2
Last edited by Andree Buschmann (Buschel) - Friday, 11 February 2011, 17:40 GMT+2
|
DetailsTested on Rockbox for Sansa Clip+ r28090-100923.
I've coded my theme to display the volume temporarily for 2 seconds when the volume is changed using the %mv tag. However, if there is scrolling text on the same screen, that same scrolling text will display on the same line as the temporary volume text until the volume display time has elapsed. The problem exists on the hardware, not the sim. To recreate the problem, load the attached theme and press the volume button when the title or artist text is scrolling. You will see the same scrolling text displayed on the same line as the volume text. I am attaching the theme in question. thanks. |
This task depends upon
Closed by Andree Buschmann (Buschel)
Friday, 11 February 2011, 17:40 GMT+2
Reason for closing: Not a Bug
Friday, 11 February 2011, 17:40 GMT+2
Reason for closing: Not a Bug
workaround seems to increase glyph option (3rd parameter) of %Fl tag.
in case of the wps i attached, (part of) the scrolling line, QKCGVJSIND..., is somehow displayed on the line %pc qkcgvjsind.
This was my mistake. Please accept my apologies.