Status: Unconfirmed
Owner: ----
Labels: Type-Bug Pri-2 OS-All Area-Misc
New issue 20865 by janak.kansal: Not able to set width using ColGroup when
table-layout is fixed
http://code.google.com/p/chromium/issues/detail?id=20865
Chrome Version : 2.0.172.33
Other browsers tested:
Firefox 3.x: OK
IE 7: OK
IE 8: OK
What steps will reproduce the problem?
1. Run following HTML in Chrome. Col
<html>
<table style="table-layout: fixed; width: 100%;" border=1px>
<tbody>
<colgroup>
<col width="35px">
<col width="65px">
<col width="100px">
</colgroup>
<tr>
<td colspan="4">First</td>
</tr>
<tr >
<td>Col-1</td>
<td>Col-2</td>
<td>Col-3</td>
<td>Col-4</td>
</tr>
</table>
</html>
What is the expected result?
The width for columns should be set as specified in colgroup which is
successfully achieved in other browsers.
What happens instead?
Equal width is assigned to all columns.
Please provide any additional information below. Attach a screenshot if
possible.
I am attaching two JPG file. In expcted_output.JPG attached file resule
from Mozilla 3 is shown. And output_in_Chrome.JPG shows the result from
google chrome.
Attachments:
expcted_output.JPG 17.4 KB
output_in_Chrome.JPG 18.0 KB
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---