Skip to content

[PE-D][Tester C] Bug Report: UI Window Cannot Be Resized Vertically #228

Description

@soc-se-bot

image.png

Issue:
Application UI does not allow vertical resizing, only horizontal resizing works

Expected Behavior:

The application window should allow both horizontal and vertical resizing to support various screen sizes and user preferences.

Actual Behavior:

The window only resizes horizontally.

Vertical resizing is disabled, making it harder to view long contact lists or tasks without scrolling.

Impact:

Affects usability, especially on smaller screens

Limits flexibility for users managing many entries or long descriptions

May hinder accessibility for users needing larger UI components

Suggested Fix:

Review layout constraints in JavaFX.

Enable Stage.setResizable(true) for vertical resizing if not already set.

Ensure that VBox, AnchorPane, or layout manager allows dynamic vertical growth.


Labels: type.FunctionalityBug severity.Medium
original: Liu-Jihan/ped#4

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions