Community
Participate
Working Groups
Resizing the Edit Repository Query wizard dialog does not resize correctly. Mylyn version that was shipped with Helios M7 RCP developers package. build-id: I20100429-1549
Created attachment 168375 [details] Expected resize of tables here
Created attachment 168620 [details] mylyn/context/zip It seems to be the dialog.close() on line 101. The dialog is closed already when cancel is pressed inside the dialog.
Wait, ignore the last comment, that was for bug 312782.
Created attachment 168622 [details] mylyn/context/zip
(In reply to comment #0) > Resizing the Edit Repository Query wizard dialog does not resize correctly. > Mylyn version that was shipped with Helios M7 RCP developers package. > > build-id: I20100429-1549 Please give me some more information. How do you resize the Edit Repository Query wizard dialog? Can you get the expected size by select "more option" twice. I have create an patch for bug#305687 and want to fix this to.
(In reply to comment #5) resize by dragging the trim area. I would expect the product, component, etc. boxes to grow because they contain more data. "More options" does layout the dialog but it is not what I expect.
Created attachment 168795 [details] commited patch
Created attachment 168796 [details] mylyn/context/zip
Rob, can you please verify, because this is used in two places. Please reopen this bug if there is something wrong. I add an minsize to the Page!
Looks a lot better thanks! If you really want to polish the ui here is some extra work: The resizing is exactly wat is expected. However, when the more options is flipped, the whole thing gets resized again. That is annoying. I suggest to remember the height before the flip and set the height after the flip. Secondly, the more options contains the same tables. I would expect that the top columns and the more options columns get the same resize priority. See screenshot.
Created attachment 168864 [details] Screenshot