Opened 4 years ago

Last modified 4 years ago

#16014 assigned bug

[Installer] layout jumps up on mouse move after installation

Reported by: diver Owned by: PulkoMandy
Priority: normal Milestone: Unscheduled
Component: Applications/Installer Version: R1/Development
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

After installation is done moving cursor over optional packages makes the views relayout by jumping about 5(?) pixels up.

Attachments (1)

installer.png (185.0 KB ) - added by diver 4 years ago.
22pt font size

Download all attachments as: .zip

Change History (3)

comment:1 by diver, 4 years ago

The problem is only reproducible when status message doesn't fit into current view which happens when translation is too long which happens with in Russian locale with a ling "VBOX HARDDISK" string here https://git.haiku-os.org/haiku/tree/src/apps/installer/InstallerWindow.cpp#n498

As a test case one can make Choose the disk you want to install string longer for it not to fit into the view. If you make it long enough Set up partitions and Begin buttons will either be cut off or disappear completely.

comment:2 by pulkomandy, 4 years ago

The easiest solution is to make the window wider to make sure the longest string fits on 4 lines. You can experiment with changing the "22" here: https://git.haiku-os.org/haiku/tree/src/apps/installer/InstallerWindow.cpp#n182 (the width of the text view is currently neough to show 22 "W" characters).

Let me know how wide it needs to be. We can also make it higher (currently it is the same height as the logo) if needed.

by diver, 4 years ago

Attachment: installer.png added

22pt font size

Note: See TracTickets for help on using tickets.