[Bugs] #4465 Browse UNSP: Browse: buttons in media plugin are too small to see, much less select

Sugar Labs Bugs bugtracker-noreply at sugarlabs.org
Thu Apr 11 15:30:26 EDT 2013


#4465: Browse: buttons in media plugin are  too small to see, much less select
------------------------------------------+---------------------------------
    Reporter:  wad                        |          Owner:  manuq                      
        Type:  defect                     |         Status:  assigned                   
    Priority:  Unspecified by Maintainer  |      Milestone:  Unspecified by Release Team
   Component:  Browse                     |        Version:  0.98.x                     
    Severity:  Unspecified                |       Keywords:                             
Distribution:  OLPC                       |   Status_field:  Unconfirmed                
------------------------------------------+---------------------------------

Comment(by manuq):

 Found more about how webkit places the icons with -webkit-appearence

 http://css-infos.net/property/-webkit-appearance

 Here is a discussion about theming the media buttons:

 https://lists.webkit.org/pipermail/webkit-dev/2011-April/016593.html

 which points to this part of the code:

 http://trac.webkit.org/browser/trunk/Source/WebCore/platform/ThemeTypes.h

 I was able to set the background color of a button, but not to set an
 image as background:

 {{{
 audio::-webkit-media-controls-play-button, video::-webkit-media-controls-
 play-button {
   -webkit-appearance: none;
   background: #f0f;
 }
 }}}

 So I will push a partial fix for now.

-- 
Ticket URL: <http://bugs.sugarlabs.org/ticket/4465#comment:9>
Sugar Labs <http://sugarlabs.org/>
Sugar Labs bug tracking system


More information about the Bugs mailing list