I've noticed that Konqueror 3.2.0 doesn't seem to render certain pages with certain types of menus properly. Oddly enough Konqueror 3.1.4 rendered them just fine as I recall, though I don't have a full 32-bit chroot to verify this in. I do know, however, from my previous 32-bit install that the 32-bit Konqueror exhibits the same behavior. The page I first noticed, and that is most obvious on, is www.livejournal.com, which I use mostly to keep in contact with one or two people that I would otherwise rarely speak to. Reproducible: Always Steps to Reproduce: 1.Visit www.livejournal.com Actual Results: The menu bar at the top of the page is not rendered properly and lower-level menu elements that should not be visible until the mouse is moved over a higher-level are visible and act strangely. Expected Results: The menu should appear the way it is rendered in mozilla.
It seems to render correctly for me on 32 bits. It is quite probably an upstream issue. One thing, what are your CXXFLAGS ? High optimizations are known to cause problems (I actually once found one in samba) that are actually caused by a broken compiler. I use "-march=pentium3 -mcpu=pentium3 -O2 -pipe", for amd64 you might want to drop some of the -march stuff (but I don't know in how far that is possible with amd) or use -mnosse, -mnosse2, -mnosse3 etc.
Well...it appears that its fixed with konqueror-3.2.1 so no more worries.