Opened 13 years ago
Closed 13 years ago
#8556 closed Bug (invalid)
When we edit a cell in the table size of other columns is reduced
Reported by: | Larisa | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
- In Text's toolbar press "Table" and create the table with 3 columns, e.g.
- Edit the cell in the 1st column: type some text
Expected: Size of other column shouldn't change (We still have some space to type) Actual: As a result we can see that other columns are constantly reduced
Change History (1)
comment:1 Changed 13 years ago by
Keywords: | Table column size removed |
---|---|
Resolution: | → invalid |
Status: | new → closed |
This is how it works in HTML with width set only for table.
If you want to preserve the width of the column go to: Cell Properties and set width to E.g. 200px. Now type something in that cell. You will notice that width does not change. Of course if you only press key down and type long text without any spaces the column will expand as this is how it works in HTML.