AY2324S1-CS2103T-T08-1 / tp

MIT License
0 stars 5 forks source link

[PE-D][Tester B] Scrollbar does not appear #208

Closed nus-se-script closed 1 year ago

nus-se-script commented 1 year ago

Describe the bug

To Reproduce

  1. Resize the width to the smallest size as possible.

Expected Behaviour The scrollbar should also appear until the smallest size the user can resize.

Screenshot

Screenshot 2023-11-03 161918.png

Screenshot 2023-11-03 163434.png


Labels: type.FunctionalityBug severity.VeryLow original: angkyakdifp/ped#3

derekjxtan commented 1 year ago

scroll bar disappears, but doesnt affect scrolling. See whether this is worth fixing @yanghengtang

yanghengtang commented 1 year ago

this is a built in feature of javafx, if all the item does not exceed the size of the list view, the scroll bar won't appear. this is the same for AB3 if there is only 1 or 2 item, the scroll bar won't be there

yanghengtang commented 1 year ago

not a bug