This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#7000 - Fixes scroll line behaviour for dynamic tags in new WPS code
Attached to Project:
Rockbox
Opened by Dave Hooper (stripwax) - Monday, 09 April 2007, 14:35 GMT+2
Last edited by Nicolas Pennequin (nicolas_p) - Tuesday, 10 April 2007, 19:17 GMT+2
Opened by Dave Hooper (stripwax) - Monday, 09 April 2007, 14:35 GMT+2
Last edited by Nicolas Pennequin (nicolas_p) - Tuesday, 10 April 2007, 19:17 GMT+2
|
DetailsThe new WPS code is broken for scrolling lines that contain dynamic info (-- I think -- certainly all 'next track' metadata tags are broken and don't scroll)
Reason is, the line is repeatedly reprinted (via puts_scroll) which has the effect of resetting the scroll x-offset, giving the impression it isn't actually scrolling at all. New WPS code wasn't respecting the WPS_REFRESH_SCROLL flag in refresh_flags |
This task depends upon
Closed by Nicolas Pennequin (nicolas_p)
Tuesday, 10 April 2007, 19:17 GMT+2
Reason for closing: Accepted
Additional comments about closing: Committed, thanks
Tuesday, 10 April 2007, 19:17 GMT+2
Reason for closing: Accepted
Additional comments about closing: Committed, thanks
This seems to break dynamic data that ticks dynamically during playback on scrolling fields! Oops. %s%ar%pc no longer updates , for example. So this is still critical.