TestCentric / testcentric-gui

TestCentric GUI Runner for NUnit
Other
67 stars 30 forks source link

Issues with the [Tools > Extensions...] dialog #1046

Closed maettu-this closed 4 months ago

maettu-this commented 4 months ago

Describe the bug A) Title is [Engine Extensions] vs. menu is just [Extensions]. B) Horizontal resize doesn't seem to be as intended, only one box resizes. C) Vertical resize moves the [OK] button.

To Reproduce Steps to reproduce the behavior:

  1. Go to [Tools > Extensions...].
  2. Stretch the dialog horizontally and verically.

Expected behavior A) I would expect the same term. B) I would expect all elements being resized. C) I would expect the [OK] button remaining at the bottom of the dialog.

Screenshots B) grafik C) grafik

Environment (please complete the following information):

CharliePoole commented 4 months ago

A) I think this is OK for now. In the beta so far, the only available extension points are for the engine but support is there internally for extension points in the GUI itself. By final release we'll know whether to change the menu or the title.

B) I agree with this

C) That may be desirable but distributing the extra space among various fields may be tricky. We'll see.

CharliePoole commented 4 months ago

Final Resolution: A) Keeping this in mind for the final release B) Fixed C) The dialog is no longer expandable vertically.