View Issue Details

IDProjectCategoryView StatusLast Update
0000934CSSBug Report - Miscpublic2009-07-25 01:41
Reporterricce Assigned ToDerIdiot  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Summary0000934: render errors in zakura based CSS styles in KHTML4
DescriptionKHTML 4.0.1 (Konqueror 4.0.1) renders #menu-account, in the upper right corner, hafway outside the window (see attached screenshot).
Additional InformationThe styles have:
#layout-menu #menu-account {
possition: absolute;
left: auto;
right: 1em;
width: 56px;
}

This will make KHTML render the left edge of #menu-account @ 1em + 56px from the right edge of the window, if the content is wider then 56px (which it is) it is rendered outside the reserved area.


This can be fixed by reseting the width of #menu-account to auto with:
#layout-menu #menu-account { width: auto; }

This fix does not effect the rendered result in Gecko 20080212 (Firefox 2.0.0.12), with was correct to begin with, at all. I have not tried other renderer or other versions of mentioned renderers.
TagsCSS, skin

Activities

2008-02-19 22:37

 

zakure_render_error.png (254,711 bytes)   
zakure_render_error.png (254,711 bytes)   

Issue History

Date Modified Username Field Change
2008-02-19 22:37 ricce New Issue
2008-02-19 22:37 ricce File Added: zakure_render_error.png
2008-02-20 08:02 epoximator Status new => assigned
2008-02-20 08:02 epoximator Assigned To => epoximator
2008-02-21 03:20 ninjamask Tag Attached: CSS
2008-02-21 03:20 ninjamask Tag Attached: skin
2008-03-18 12:31 epoximator Assigned To epoximator =>
2008-03-18 12:31 epoximator Status assigned => new
2008-03-18 12:31 epoximator Additional Information Updated
2008-05-23 00:03 DerIdiot Status new => resolved
2008-05-23 00:03 DerIdiot Resolution open => fixed
2008-05-23 00:03 DerIdiot Assigned To => DerIdiot
2009-07-25 01:41 DerIdiot Project HTML & PERL => CSS