Community
Participate
Working Groups
When user resizes column width then the table looses fillColumnsWidth style because it is reset to false from createSetColumnSizeCommand. This prevents NattablePropertyEditor from displaying correct initial table size once user manually resize columns width. Users expect to see the correct fill table columns size for subsequent table display. There must be a reason why the fillColumnsWidth style is foreced turned off but it is not the intention of the users when they set this style to true.
Should this Bugzilla block any tracking bug on the Papyrus-RT side? It currently is not blocking anything, and only have a See Also (which is a rather "loose coupling").
What would be the expected behavior?
(In reply to vincent lorenzo from comment #2) > What would be the expected behavior? I would think that the fillColumnsSize should be always turned on for the table so that correct table size is displayed when it is open next time in the properties view possibly with resized window or other dialogs that displays the table. We resize columns temporarily in the UI but this should not result the style to be turned off. If this is correct behaviour for other usage then at least providing some extensibility to control this beahviour would solve this problem.
Hi, Is this bug is always a problem while we get percentage width management ?
(In reply to Nicolas FAUVERGUE from comment #4) > Hi, > > Is this bug is always a problem while we get percentage width management ? This would be no longer a problem if percentage sizing is used. I am not sure if there is a case where percentage size is not used and users expect to see fillColumnsWidth still active. For tables used in the UML-RT properties view only use percentage sizing will be used so this won't be a problem.
With the percetnage sizing Bug 504077, the style fillColumnsWidth is not more used. I close the bug.