Control: tag -1 pending

Hello,

Bug #988787 in cdebconf reported by you has been fixed in the
Git repository and is awaiting an upload. You can see the commit
message below and you can check the diff of the fix at:

https://salsa.debian.org/installer-team/cdebconf/-/commit/ba983d6b1b6d124f45c74347cd47294fd6c1b3b9

------------------------------------------------------------------------
gtk: Don't add text to GtkTextView until GTK has done initial layout

Pango >= 1.44 sometimes behaves unexpectedly when asked to fit text into
a space that is too small to be reasonable: when we give it the amount
of space that it previously said was adequate, it will sometimes ask for
more space. This leads to GTK 2 going into an infinite loop of redoing
the layout (#987587) as the combination of GTK and Pango flaps between
two size requests.

It isn't clear whether this is a bug in GTK 2 or Pango or Debconf,
but we can dodge it by making sure GTK gets a chance to decide on the
layout before we add text, so that initial text wrapping is done at a
more reasonable width.

Signed-off-by: Simon McVittie <s...@debian.org>
Closes: #988787
------------------------------------------------------------------------

(this message was generated automatically)
-- 
Greetings

https://bugs.debian.org/988787

Reply via email to