NMitchell24 / CraftingCalculator

Simple Crafting Calculator for Survival Crafting Games
GNU General Public License v2.0
3 stars 1 forks source link

Recipe Edit controls hidden when overflowing view No scrollbar present #24

Closed NMitchell24 closed 3 years ago

NMitchell24 commented 3 years ago

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:

  1. File > Open Recipe Configuration
  2. Change the Data Type to 'Recipe'
  3. Resize the window to shrink the height until the 'Save' and 'Reset' buttons are hidden by overflow.
  4. 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.

Affected Versions 2.0.0.0 (Branch RecipeManager_1)