- Status Closed
- Percent Complete
- Task Type Bugs
- Category User Interface → Themes
- Assigned To No-one
- Operating System iPod 5G
- Severity Low
- Priority Very Low
- Reported Version
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
FS#5793 - WPS bmp file not completely cleared when not in use.
The complete description bug would be that even when the bmp is only loaded, and not yet shown, it cuts off text that is shown where the bmp would be if displayed. I originally encountered this on a patched build, but was able to reproduce it with the ipodvideo-20060810 build using my own Applebox wps, which I have attached to this report. I did not change any settings once I had an official build, I merely transfered my theme and selected it. Here’s a screenshot for further review:
[IMG]http://i19.photobucket.com/albums/b185/fatherfork/dump060810-211959.jpg[/IMG]
FF
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
Sorry, did not realize I could not attach screenshots. See it here: http://i19.photobucket.com/albums/b185/fatherfork/dump060810-211959.jpg
Also, I forgot to include the font in the attached file above. The entire theme is attached to this.
FF
This is not a Rockbox bug.
The image that causes the problem (”underart.bmp”, loaded as image “b”) is initially not displayed, but it is part of two different conditionals (”%?mh” and “%?lh” both contain “%xdb”). If an image is part of a conditional (or an enum), the background of the area the image covers is cleared, to ensure proper display.
There are other minor issues with the WPS, such as no terminating “>” on line 31 and missing conditionals on lines 36-38 (causing strings to be displayed twice, with “|” or “>” after them).