Opened 13 years ago

Closed 11 years ago

#7240 closed bug (duplicate)

Localized status messages too big for window

Reported by: humdinger Owned by: korli
Priority: normal Milestone: R1
Component: Applications/Installer Version: R1/Development
Keywords: Cc:
Blocked By: #5882 Blocking:
Platform: All

Description

This is hrev40513.

The area for status messages beside the logo of the Installer window can be too small for localized messages. See:

Screeshot: Bottom part of German status message is cut off.

Can the LayoutKit check for the longest localized string and create a wide enough Installer window from the start?

Attachments (1)

Install-finished-de.png (41.6 KB ) - added by humdinger 13 years ago.
Screeshot: Bottom part of German status message is cut off.

Download all attachments as: .zip

Change History (5)

by humdinger, 13 years ago

Attachment: Install-finished-de.png added

Screeshot: Bottom part of German status message is cut off.

comment:1 by idefix, 13 years ago

Duplicate of ticket:5882 (and ticket:7166).

comment:2 by phoudoin, 13 years ago

Can the LayoutKit check for the longest localized string and create a wide enough Installer window from the start?

What's missing is BTextView::HasHeightForWidth() and BTextView::GetHeightForWidth() when not editable, not a scrollview's target but resizable.

The LayoutKit will then automatically adjust to fit both logo and the whole status text. Dynamically. But it will also do that when the status text becomes smaller enough to reduce the height, which is not the best visual effect one would want here.

Last edited 13 years ago by phoudoin (previous) (diff)

comment:3 by taos, 13 years ago

This might have been fixed in hrev42022 (see #5882).

comment:4 by diver, 11 years ago

Blocked By: 5882 added
Resolution: duplicate
Status: newclosed
Note: See TracTickets for help on using tickets.