View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000934 | CSS | Bug Report - Misc | public | 2008-02-19 22:37 | 2009-07-25 01:41 |
Reporter | ricce | Assigned To | DerIdiot | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Summary | 0000934: render errors in zakura based CSS styles in KHTML4 | ||||
Description | KHTML 4.0.1 (Konqueror 4.0.1) renders #menu-account, in the upper right corner, hafway outside the window (see attached screenshot). | ||||
Additional Information | The 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. | ||||
Tags | CSS, skin | ||||
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 |