Bug 101595 - bugs.kde.org is rendered incorrectly
Summary: bugs.kde.org is rendered incorrectly
Status: RESOLVED WORKSFORME
Alias: None
Product: www.kde.org
Classification: Websites
Component: general (show other bugs)
Version: unspecified
Platform: FreeBSD Ports FreeBSD
: NOR normal
Target Milestone: ---
Assignee: kde-www mailing-list
URL:
Keywords:
: 100927 102216 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-03-16 02:58 UTC by Michael Nottebrock
Modified: 2005-03-30 17:20 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Screenshot (61.05 KB, image/png)
2005-03-16 03:00 UTC, Michael Nottebrock
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Nottebrock 2005-03-16 02:59:01 UTC
Version:            (using KDE KDE 3.4.0)
Installed from:    FreeBSD Ports
OS:                FreeBSD

The pages of the KDE Bug report wizard are offset to the right, regardless of window-size.
Comment 1 Michael Nottebrock 2005-03-16 03:00:02 UTC
Created attachment 10143 [details]
Screenshot
Comment 2 Thiago Macieira 2005-03-16 04:18:46 UTC
I can't reproduce this. BRANCH 20050305.
Comment 3 Michael Nottebrock 2005-03-16 05:05:17 UTC
Perhaps it's a buggy stylesheet, too - when loading the Bug Report Wizard, the page first renders correctly and when the loading is finished everything below the image at the top gets visibly shifted away to the right.
Comment 4 Michael Nottebrock 2005-03-16 05:08:03 UTC
Perhaps it's a buggy stylesheet, too - when loading the Bug Report Wizard, the page first renders correctly and when the loading is finished everything below the image at the top gets visibly shifted away to the right. Note that this is only happening on the Bug Report Wizard pages, not on actual Bug-Pages or anywhere else on bugs.kde.org.
Comment 5 info 2005-03-17 11:39:34 UTC
I see the same. Started with the update to 3.4.
Comment 6 groot 2005-03-17 14:41:21 UTC
It's a subtle one; take a look at the page footer on the third wizard page, for instance (the screenie doesn't show this properly). The footer is shifted an em or so right, and the border above it isn't wide enough. It _looks_ like a table buglet in the HTML being generated, related to the restyling of the .kde.org sites.

Reassigning to the web team.
Comment 7 Germain Garand 2005-03-19 02:32:35 UTC
definetly a KDE stylesheet bug.

- 10px of padding surrounding the top float(#nav_header_logo).
- #content div with 'em' top padding
  - a table inside

=> if font size used by the UA is sufficiently small, em padding will be small enough for the table to touch the padding edge of the float, so it will shift right (tables avoid floats).

so a fix could be either:

#nav_header_logo {
 float: left;
 padding: 10px;
+padding-bottom: 0;
 }

or:

#content {
background-color: white;
-padding: 0.5em 0.7em 1.5em 0.7em;
+padding: 10px 0.7em 1.5em 0.7em;
text-align: justify;
}
Comment 8 Maksim Orlovich 2005-03-22 23:42:33 UTC
*** Bug 102216 has been marked as a duplicate of this bug. ***
Comment 9 Maksim Orlovich 2005-03-22 23:43:01 UTC
*** Bug 100927 has been marked as a duplicate of this bug. ***
Comment 10 Mathias Homann 2005-03-23 00:44:58 UTC
just noticed that it applies to the start page of bugs.kde.org as well, in the case that you're already logged into an account.
Comment 11 Stephan Kulow 2005-03-24 17:49:23 UTC
no-one of the webmasters wants to fix the stylesheet? It was broken by you ;(
Comment 12 Stephan Kulow 2005-03-30 16:39:34 UTC
didn't I remember a commit to fix it?
Comment 13 Olaf Jan Schmidt 2005-03-30 16:51:53 UTC
Yes, I made a commit and used the BUGS tag, but I got a reply "User 13545 doesn't have permission to close/reopen bugs."

But could those for whom the problem appeared please verify the bug is gone?

Olaf
Comment 14 Tristan Miller 2005-03-30 17:05:37 UTC
I was the original reporter of Bug 100927.

The web pages now display correctly for me.  I'm using Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.6) Gecko/20050321.

Thanks for fixing this.
Comment 15 Michael Nottebrock 2005-03-30 17:20:33 UTC
Works for me as well.