[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#350724: marked as done (konqueror: rendering bug with "position:fixed; bottom:0; display:table")



Your message dated Sat, 10 Mar 2007 14:46:55 -0500
with message-id <9f694b820703101146j60d61223l77cd4ed7d3e16b85@mail.gmail.com>
and subject line Bug#350724: About your bug #350724 "konqueror: rendering bug with "position:fixed; bottom:0; display:table"" to Debian BTS
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: konqueror
Version: 4:3.5.1-1
Severity: minor

Greetings!

Konqueror hides the fixed footer under the status bar when rendering
the following markup:

<html>
  <head>
    <title>Test Page</title>
  </head>
  <body>
    <p style="height: 2000px;">No text after this paragraph is visible
    in my browser window.</p>

<!-- The next line works in Firefox and Opera but not in Konqueror: -->
    <div style="position: fixed; bottom: 0px; display: table;">

<!-- But the footer is visible if padding is added: -->
<!--
    <div style="position: fixed; bottom: 0px; display: table;
    padding-bottom: 40px;">
-->

<!-- It also works if display: block is used: -->
<!--
    <div style="position: fixed; bottom: 0px; display: block;">
-->

      <ul style="display: table-row;">
        <li style="display: table-cell;">Link One</li>
        <li style="display: table-cell;">Link Two</li>
        <li style="display: table-cell;">Link Three</li>
      </ul>
    </div>
  </body>
</html>

The same happens when serving validated XHTML1.1 as
application/xhtml+xml.

If <div></div> is changed to <p></p>, the footer text appears but
without positioning. An external stylesheet has the same effect.

Maximising and refreshing make no difference.

(I admit that I haven't tried every possible combination of these
options!)

I haven't tried to use this particular CSS combination before, so I
have no way of knowing if the bug existed in earlier Konqueror
versions.

Severity set as "minor" because this is unlikely to affect more than a
tiny number of pages.

-- 
PJR :-)


--- End Message ---
--- Begin Message ---
This bug, which I noticed in Konqueror 3.5.1, doesn't seem to exist in
Konqueror 3.5.5. Feel free to close it.

--
PJR :-)



Thanks,
Closing this bug.
Olivier

--- End Message ---

Reply to: