#1246 closed defect (fixed)
Diff display in konqueror
Reported by: | Owned by: | Christian Boos | |
---|---|---|---|
Priority: | lowest | Milestone: | 0.10 |
Component: | general | Version: | 0.8 |
Severity: | trivial | Keywords: | layout |
Cc: | kilian.cavalotti@…, maze@…, dfr@…, mjhweb-tractickets@…, trac@… | Branch: | |
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
In konqueror, the display of the diff table does not use the whole page width.
patch follows
--- diff.css.old 2004-12-21 02:17:36.000000000 +0100 +++ diff.css 2005-03-03 16:19:12.153776512 +0100 @@ -50,6 +50,7 @@ /* Styles for the list of diffs */ .diff ul { clear: both; margin: 0; padding: 0 } .diff li { + width: 100%; background: #f7f7f7; border: 1px solid #d7d7d7; list-style-type: none;
Another problem is that konqueror does not seems to take care of the overflow: hidden
directive, but I can't figure why…
Attachments (1)
Change History (15)
comment:1 by , 20 years ago
Keywords: | layout added |
---|---|
Milestone: | → 0.9 |
Owner: | changed from | to
Priority: | normal → lowest |
Severity: | minor → trivial |
Status: | new → assigned |
comment:2 by , 20 years ago
comment:3 by , 19 years ago
Cc: | added |
---|
comment:4 by , 19 years ago
Cc: | added |
---|
comment:5 by , 19 years ago
Milestone: | 0.9 → 0.9.1 |
---|
comment:6 by , 19 years ago
Milestone: | 0.9.1 → 0.9.2 |
---|
comment:7 by , 19 years ago
Milestone: | 0.9.3 → 0.9.4 |
---|
comment:8 by , 19 years ago
Cc: | added |
---|
comment:9 by , 19 years ago
In Konqueror (KDE 3.5.1), the display of the diff table does not use the whole page width for first diffset only. It seems, that konqueror cannot correctly process tag "float" of preference table. Width of first diffset (in Konqueror) is screen_width - legend_tab_width - preference_tab_width or screen_width - preference_tab_width.
comment:10 by , 19 years ago
Cc: | added |
---|
The patch in diff.css.patch fixes the problem in Konqueror 3.5.1. It's similar to the patch in the report, but taken against trunk.
comment:11 by , 19 years ago
Milestone: | 0.9.4 → 0.9.5 |
---|
Sorry, still not going to make it into 0.9.4… postponing again.
comment:13 by , 19 years ago
Owner: | changed from | to
---|---|
Status: | assigned → new |
Was there something wrong with the width: 100%
fix?
That change doesn't break IExplorer, Firefox, Opera 9 preview, but I can't tell for Konqueror though.
comment:14 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Patch applied in r3389, tentatively closing this as fixed.
#1331 has been marked as duplicate of this ticket.