Opened 10 years ago
Closed 10 years ago
#12636 closed Bug (duplicate)
Table cell properties - changing width unit doesn't always work
Reported by: | gesh | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.4.5 |
Keywords: | Cc: |
Description
When going to cell properties and changing the width unit without changing the value, the unit is not saved. Example: We set the width to 100px and close the dialog. Go to the cell properties again and change the unit from pixel to percent and leave 100 for the value. It doesn't succeed. If the value however is changed, the unit also changes successfully.
I think this is caused by the fact that in the dialog definition, the unit itself doesn't have a commit function and the width just takes the value in its own commit function. However, if the width value is not changed, nothing will happen.
DUP of #12604