- Status Closed
- Percent Complete
- Task Type Bugs
- Category User Interface → Themes
- Assigned To No-one
- Operating System All players
- Severity Low
- Priority Very Low
- Reported Version Daily build (which?)
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
FS#10617 - %Cl and %C conditional viewport oddity
%Cl|0|38|145|145|
%?C<%C%Vda|%Vdb>
Viewport b is used even if AA is not present.
%Cl|0|38|145|145|
%?C<%C%Vda|%Vdb>
Viewport b is used when AA is not present.(expected behavior)
Really bugged me……
Closed by jdgordon
2009-10-05 10:26
Reason for closing: Fixed
Additional comments about closing: Warning: Undefined array key "typography" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 371 Warning: Undefined array key "camelcase" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 407
2009-10-05 10:26
Reason for closing: Fixed
Additional comments about closing: Warning: Undefined array key "typography" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 371 Warning: Undefined array key "camelcase" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 407
shuold be fixed in r22944.
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
edit: Viewport b is used even if AA is not present. → Viewport b is used even if AA is present.
%Cl|0|38|145|145|
%?C<%Vda|%Vdb>
Behaves as if it is given
%Cl|0|38|145|145|
%C
%V(viewport b)
whats the build number you are using? (menu > system > rockbox info: )
Quite recent revision. 22827.
Need wps file for testing?
i’m not sure if this is related to the bug.
skin_parser.c:1138: if 1) Shouldn’t (wps_data→num_tokens > 1) be (wps_data→num_tokens >= 1) ?
ah crud… yes… I forgot the Cl isnt stored as a token… I’ll fix that this arvo