timwuthenow opened a new issue, #3825: URL: https://github.com/apache/incubator-kie-tools/issues/3825
When editing annotations in DMN decision table, double click shrinks column instead of expanding to fit. Reproducer: 1. Import sample DMN from KIE Sandbox. 2. Change annotation column on Credit Score decision table to say "Information" 3. Write in Row 1: "According to credit source the credit score is excellent" 4. Double click the outside of the table - column collapses to width of "Information" instead of the width of the contents of the column. This combined with score is split between two lines due to word wrapping. Expected behavior is either: a) Word wrap does entire content of word, not partial b) Double click expands column to either header or width of cell contents Due to the variability of the length of column cell contents, there could be a maximum width to expand to when cell contents are larger than header. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
