This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#10543 - Tag %wd hide status bar also in browser
Attached to Project:
Rockbox
Opened by Rosso Maltese (asettico) - Tuesday, 18 August 2009, 16:46 GMT+2
Last edited by Thomas Martitz (kugel.) - Monday, 24 August 2009, 18:14 GMT+2
Opened by Rosso Maltese (asettico) - Tuesday, 18 August 2009, 16:46 GMT+2
Last edited by Thomas Martitz (kugel.) - Monday, 24 August 2009, 18:14 GMT+2
|
DetailsSelecting a theme that hides the status bar using the tag %wd, the status bar is also hide in browser screen.
This happens also at boot, when the initial configuration is loaded. Referred to r22406. |
This task depends upon
Closed by Thomas Martitz (kugel.)
Monday, 24 August 2009, 18:14 GMT+2
Reason for closing: Not a Bug
Additional comments about closing: The initial report wasn't a bug, however the problem noticed later in this task was fixed in r22499.
Monday, 24 August 2009, 18:14 GMT+2
Reason for closing: Not a Bug
Additional comments about closing: The initial report wasn't a bug, however the problem noticed later in this task was fixed in r22499.
Ah wait, I guess I know what happened. Recently the statusbar setting changed. "statusbar: on" is ignored (and default to off), as the values are "off,top,bottom" now. Update your theme according to that and report back.
You can close the task as "Not a bug".
Hint: when a configuration's accepted values change, making obsolete some of them, sometimes is better that the default value is different from "off" or equivalent. I.e., in this case, reading the old value "on", could be used "top" or the first non-off value.
if i load a theme with "statusbar: top" (cabbiev2 for example) the statusbar is shown as expected.
if i then load a theme with "statusbar: on" (rockbox_default for example) the statusbar goes away.
So it does not retain the previous valid value nor does it fall back to the default value for the setting, but chooses a new value.
Maybe this has something to do with STATUSBAR_OFF being the first enum, and having the value 0?