[Buildbot-commits] [Buildbot] #2034: web interface renders strange in gtkwebkit-based browsers
    Buildbot 
    nobody at buildbot.net
       
    Tue Jul  5 10:10:45 UTC 2011
    
    
  
#2034: web interface renders strange in gtkwebkit-based browsers
--------------------+--------------------
Reporter:  landry   |       Owner:
    Type:  defect   |      Status:  new
Priority:  major    |   Milestone:  0.8.+
 Version:  0.8.4p1  |  Resolution:
Keywords:           |
--------------------+--------------------
Comment (by landry):
 The issue seems to be on the css of a links. Any link renders garbled.
 Looking in gtkwebkit inspector, the computed css for links has :
 {{{
 background-attachment: scroll;
 background-clip: border-box;
 background-color: transparent;
 background-image: none;
 background-origin: padding-box;
 color: #444;
 cursor: auto;
 display: inline;
 font-family: Verdana, Cursor;
 font-size: 10px;
 font-weight: bold;
 height: 0px;
 margin-bottom: 0px;
 margin-left: 0px;
 margin-right: 0px;
 margin-top: 0px;
 padding-bottom: 0px;
 padding-left: 0px;
 padding-right: 0px;
 padding-top: 0px;
 text-decoration: underline;
 width: 0px;
 }}}
 width=0 might be the bug, but i don't see where it comes from in the css.
-- 
Ticket URL: <http://trac.buildbot.net/ticket/2034#comment:3>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
    
    
More information about the Commits
mailing list