Opened 13 years ago

Closed 13 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 13 years ago by Jakub Ś

Status: newconfirmed

Reproducible on all browsers.

comment:2 Changed 13 years ago by Garry Yao

Resolution: invalid
Status: confirmedclosed

Cells' width don't have to be summed up to table width, when cell spacing is considered.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy