Version: 3.3.1 (using KDE 3.3.1, SuSE) Compiler: gcc version 3.3.3 (SuSE Linux) OS: Linux (i686) release 2.6.5-7.111-default On the second and subsequent pages of multi-page articles at arstechnica.com, the "Next >>" link in the page footer is not rendered. (The "<< Prev" link is rendered, and the "Next >>" link is rendered on the first page, where there is no "<< Prev" link.) For instance, today go to arstechnica.com and click the ">> Full Story" link under "Application Review: A survey of Dock substitutes...", then click on the "Next >>" link at the bottom of the page. That would take you to http://arstechnica.com/reviews/apps/dock.ars/2 which is about Dock-It. Scroll to the bottom of the page; there is a "<< Prev" link but no "Next >>" link in the footer. Firefox 1.0RC2 displays this page with a "<< Prev" and a "Next >>" link (which leads to http://arstechnica.com/reviews/apps/dock.ars/3)
I can confirm this. After having the same problem with: http://arstechnica.com/reviews/os/kde-3-2.ars/ I contacted arstechnica [who may or may not have made this bug report] who asked which browser I was using because it works fine with firefox which I can confirm. I also suggested to arstechnica to see if Safari has the same problem because I don't have access to a mac.
mmh, looks like wrong layouting, since zooming out make it visible. any volunteer to build a reduced testcase?
I look into it.
Created an attachment (id=8330) [details] Smaller tescase Hopefully a bit smaller testcase. Removing overflow: hidden; makes next link appear.
Created an attachment (id=8331) [details] test case my test case shows a bit better what's the real cause. The Next moves in the next line and then is hidden by the overflow, that Tommi blamed too.
Ouch, excellent, many thanks... I see what this is.
CVS commit by ggarand: Floats and flowing around floats improvements. BUG: 92979 93511 89527 M +26 -0 ChangeLog 1.336 M +1 -0 css/html4.css 1.137 M +102 -48 rendering/render_block.cpp 1.54 M +1 -1 rendering/render_block.h 1.21 M +2 -8 rendering/render_box.cpp 1.247 M +11 -1 rendering/render_object.cpp 1.273 M +2 -0 rendering/render_object.h 1.200 M +1 -1 rendering/render_table.cpp 1.267
You need to log in before you can comment on or make changes to this bug.