Summary: | [test case] percent width become shorter when CSS fixed table-layout [PATCH] | ||
---|---|---|---|
Product: | [Applications] konqueror | Reporter: | T. Watanabe <t-wata> |
Component: | khtml renderer | Assignee: | Konqueror Developers <konq-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | apaku, philipp.sternberg |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
test case
The same symptoms, possibly a different reason |
Description
T. Watanabe
2003-11-11 04:45:18 UTC
Yup, this behavior still occurs in HEAD. Problem still occurs in KDE 3.2. Created attachment 9890 [details]
test case
clickable test case
*** Bug 118183 has been marked as a duplicate of this bug. *** Created attachment 14107 [details]
The same symptoms, possibly a different reason
SVN commit 552382 by carewolf: Fix fixed-layout with percentages BUG: 67849 M +0 -2 table_layout.cpp --- branches/KDE/3.5/kdelibs/khtml/rendering/table_layout.cpp #552381:552382 @@ -288,8 +288,6 @@ int base = tableWidth * totalPercent / 100; if ( base > available ) base = available; - else - totalPercent = 100; #ifdef DEBUG_LAYOUT qDebug("FixedTableLayout::layout: assigning percent width, base=%d, totalPercent=%d", base, totalPercent); *** Bug 108239 has been marked as a duplicate of this bug. *** |