Changes between Initial Version and Version 1 of Ticket #855


Ignore:
Timestamp:
05/04/10 08:28:22 (3 years ago)
Author:
jeroen
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #855

    • Property Milestone changed from HTML5 1.0 to HTML5 beta
    • Property Type changed from enhancement to bug
    • Property Summary changed from Respect screencolor to Make screencolor work
  • Ticket #855 – Description

    initial v1  
     1The screencolor at present cannot be set. By itself, that's not a big issue, but it is also totally not visible.  
     2 
     3When loading a video whose dimensions do not match the display, the stuff around the video is transparent. With the image, there's a white background.  
     4 
     5I propose the following changes: 
     6 
     7 * The display should get an always-on background color. The best is probably to make a display "div" which includes both the background, thumbnail and icons. 
     8 * This should be black by default. 
     9 * The ''screencolor'' option can be used to overwrite this (probably extremely little work to activate this part) 
     10 
     11Note that #891 might impact this issue.