peviitor-ro / oportunitatisicariere

UI for oportunitatisicariere.ro
https://oportunitatisicariere.ro/
MIT License
7 stars 8 forks source link

Check if the window is re-sizable #331

Open bogi1492 opened 3 months ago

bogi1492 commented 3 months ago

Description: You must check if the window minimize, maximize and close correctly. Precondition: The website is up and running

bogi1492 commented 3 months ago

Step 1: Resize from bottom-right corner. Move the mouse cursor to the bottom-right corner of the window. Click and hold the mouse button. Drag the corner diagonally to enlarge the window. Relese the mouse button.

Expected result: The window can be resized from bottom-right corner. The window's contents are still functional and displayed correctly after resizing. The window adapts its layout to fit the new size without any graphical glitches.

bogi1492 commented 3 months ago

Step 2: Resize from top-left corner. Move the mouse cursor to the top-left corner of the window. Click and hold the mouse button. Drag the corner diagonally to reduce the window. Relese the mouse button.

Expected result: The window can be resized from top-left corner. The window's contents are still functional and displayed correctly after resizing. The window adapts its layout to fit the new size without any graphical glitches.

bogi1492 commented 3 months ago

Step 3: Resize from right edge. Move the mouse cursor to the right edge of the window. Click and hold the mouse button. Drag the edge to the right to enlarge the window horizontally. Release the mouse button.

Expected result: The window can be resized from right edge. The window's contents are still functional and displayed correctly after resizing. The window adapts its layout to fit the new size without any graphical glitches.

bogi1492 commented 3 months ago

Step 4: Resize from bottom edge. Move the mouse cursor to the bottom edge of the window. Click and hold the mouse button. Drag the edge downward to enlarge the window vertically. Release the mouse button.

Expected result: The window can be resized from right edge. The window's contents are still functional and displayed correctly after resizing. The window adapts its layout to fit the new size without any graphical glitches.