Opened 15 years ago
Closed 14 years ago
#7791 closed Bug (invalid)
Tableresize plugin sets invalid width
| Reported by: | Wiktor Walc | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | 3.4 |
| Keywords: | Cc: |
Description
There is something wrong with the tableresize plugin. Initially the table has width set to 500px. When resizing columns in Firefox, table cells receive the following sizes:
- 200px/283px = 483px in Firefox 3.6.17
- 200px/284px = 484px in Safari 5.0.5
(I was trying to set the width of first column to 200px, the results may be different, but it never sums up to 500px).
After setting startupShowBorders to false, column widths are set to 200px/290px = 490px.
Change History (2)
comment:1 Changed 15 years ago by
| Status: | new → confirmed |
|---|
comment:2 Changed 14 years ago by
| Resolution: | → invalid |
|---|---|
| Status: | confirmed → closed |
Cells' width don't have to be summed up to table width, when cell spacing is considered.

Reproducible on all browsers.