https://bugs.documentfoundation.org/show_bug.cgi?id=168997
Bug ID: 168997
Summary: FR Support Styling the preedit text (appearance) in
linux
Product: LibreOffice
Version: 25.8.1.1 release
Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
Severity: enhancement
Priority: medium
Component: Writer
Assignee: [email protected]
Reporter: [email protected]
Description:
In linux, styling (color, underline, font) of preedit text — this is usually
handled by the text input framework (Fcitx5, IBus, etc.) and the toolkit (GTK,
Qt, etc.).
I hope Libreoffice will support it, I can turn off underline when typing :)
###From ChatGPT:
In GTK (GNOME apps)
GTK draws preedit text with a dashed underline or a highlight by default.
Styling can be customized in app code with the GtkIMContext signals.
Developers can connect to preedit-changed and apply Pango attributes to style
the text.
In Qt (KDE apps)
The QInputMethodEvent class carries preedit formatting info.
You can use QInputMethodEvent::Attribute(QInputMethodEvent::TextFormat, start,
length, format) to change style.
Steps to Reproduce:
Use some input method support change style of preedit and type in writer
Actual Results:
Can't hide underline
Expected Results:
Can hide underline or change style of text in preedit process
Reproducible: Always
User Profile Reset: Yes
Additional Info:
None
--
You are receiving this mail because:
You are the assignee for the bug.