Bug 127537 - Selectable GtkLabel don't wrap automatically
Summary: Selectable GtkLabel don't wrap automatically
Status: RESOLVED INVALID
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: UI (show other bugs)
Version:
(earliest affected)
unspecified
Hardware: All All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: GTK3 127317
  Show dependency treegraph
 
Reported: 2019-09-13 12:28 UTC by Heiko Tietze
Modified: 2022-08-01 07:10 UTC (History)
1 user (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Heiko Tietze 2019-09-13 12:28:46 UTC
When setting the selectable flag on a GtkLabel the text don't automatically wrap anymore. Happens at least for macOS.

Issue happened on this meanwhile reverted patch https://git.libreoffice.org/core/+/729ba6b6f79884cdd4a24bc9326a06a2c319fc04%5E%21
Comment 1 Caolán McNamara 2019-10-02 14:24:49 UTC
The real GtkLabel works find, in the non-native gtk case this selectable Label is mapped to SelectableFixedText which inherits from Edit and pretends to be a label. That would have to be changed to support this. e.g. inherit from VclMultiLineEdit
Comment 2 Heiko Tietze 2019-11-15 08:06:08 UTC
See also bug 128524 comment 10.
Comment 3 Heiko Tietze 2022-08-01 07:10:44 UTC
No benefit in keeping this ticket open. All issues caused by the fact seems to be solved.