Describe the bug
When resizing the window in Recipe Configuration if you shrink the height of the window down so that the recipe edit controls overflow the view, then no scrollbar is present. This prevents you from using the controls when the height of the window is less than the total min-height of those controls.
To Reproduce
Steps to reproduce the behavior:
File > Open Recipe Configuration
Change the Data Type to 'Recipe'
Resize the window to shrink the height until the 'Save' and 'Reset' buttons are hidden by overflow.
Notice that no scrollbar appears.
Expected behavior
When the window is resized so that the content overflows the view, a scrollbar should appear allowing the user to scroll up/down.
Additional Details
Only affects vertical scrolling. Horizontal scrolling works as expected.
Also affects other data types, is just most prominent on the Recipe type as it has the most controls.
Describe the bug When resizing the window in Recipe Configuration if you shrink the height of the window down so that the recipe edit controls overflow the view, then no scrollbar is present. This prevents you from using the controls when the height of the window is less than the total min-height of those controls.
To Reproduce Steps to reproduce the behavior:
Expected behavior When the window is resized so that the content overflows the view, a scrollbar should appear allowing the user to scroll up/down.
Additional Details Only affects vertical scrolling. Horizontal scrolling works as expected. Also affects other data types, is just most prominent on the Recipe type as it has the most controls.
Affected Versions 2.0.0.0 (Branch RecipeManager_1)