Fuel

View Ticket
Login
Ticket Hash: 1d2df2820a0bee1f4bdda13953c3254dab5bd638
Title: Check-in dialog has no maximum size and grows very wide
Status: Open Type: Code_Defect
Severity: Important Priority: Immediate
Subsystem: Resolution: Open
Last Modified: 2016-05-27 13:05:39
Version Found In: 1.0.1
User Comments:
anonymous added on 2016-04-26 11:16:22:
The check-in dialog uses a combobox dropdown to display recent check-in comments. If the check-in comments are long, multiple lines are shown on one line (I think?). This causes the combobox to have a minimum width that is wider than my screen.

This then causes the dialog to have a minimum size that is wider than my screen, or to grow to an insane width.
As I am using this on OSX, the popup dialog is an in-place child of the main window (not an independent floating window) so I cannot resize it smaller.
Nor can I resize the main window as the dialog is modal.

Is there any method of enforcing a maximum width of this window? I do not see anything enforcing this in the dialog's constructor.

Thanks

kostas added on 2016-05-27 13:05:39:
Does the same issue exist in the version 2 ?