| Summary: | [testcase] tbody with overflow:auto behaves funny (cleverdot.com) | ||
|---|---|---|---|
| Product: | [Applications] konqueror | Reporter: | Zoran Davidovac <zdavidovac> |
| Component: | khtml renderer | Assignee: | Konqueror Bugs <konqueror-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: |
domain4.png
domain3.png domain2.jpg domain1.jpg mozilla.bz2 mozilla.tar.gz testcase |
||
|
Description
Zoran Davidovac
2006-02-14 01:37:00 UTC
Since we can not access this page, the only way for us to fix this based on this report is if you can provide a problematic snipper of the page. Mozilla's save complete page feature may be a good starting point Ok it is reproducible I am sending you html, now I registered 3 domains but there is still sam bug :( also here are screen shots: old domain 1 and 2 new domain 3 and 4 note domain are changed privacy reason On Friday 17 February 2006 00:37, you wrote: [bugs.kde.org quoted mail] Created an attachment (id=14727) domain4.png Created an attachment (id=14728) domain3.png Created an attachment (id=14729) domain2.jpg Created an attachment (id=14730) domain1.jpg Created an attachment (id=14731) mozilla.bz2 Thanks for the information --- but the .bz2 file you attached is empty sorry for bad archive, I am resending archive again ! Created an attachment (id=14736) mozilla.tar.gz Thanks. Are the domain links clickable for you, by the way? Created attachment 14743 [details]
testcase
overflow:auto on a tbody. urk
Yes the domain links are clickable, you get new window to manage domains. SVN commit 559131 by ggarand:
-adapt work by Apple developers to get working overflow on
table-* displays.
-Some more clean-up and fixes on tables.
-Consistently account for border{Bottom,Top}Extra.
reference patches:
WC/r13372/#7841/
WC/r13366/
WC/r13346/
WC/r10566/
BUG: 121932
M +7 -0 css/cssstyleselector.cpp
M +3 -8 rendering/render_block.cpp
M +0 -6 rendering/render_block.h
M +12 -9 rendering/render_box.cpp
M +1 -4 rendering/render_box.h
M +1 -1 rendering/render_canvas.cpp
M +1 -1 rendering/render_canvas.h
M +28 -15 rendering/render_layer.cpp
M +14 -18 rendering/render_object.cpp
M +8 -5 rendering/render_object.h
M +161 -60 rendering/render_table.cpp
M +16 -5 rendering/render_table.h
M +1 -9 rendering/render_text.cpp
M +1 -1 rendering/render_text.h
M +2 -2 xml/dom_nodeimpl.cpp
|