Re: gtkentry bugreport



Mikael Hermansson <mikeh bahnhof se> writes:

> Paste multiple lines (with "\n" chars) to GtkEntry coredumps with this
> error
> maybe already fixed in pango/entry?
> 
> ** ERROR **: file pango-layout.c: line 1355
> (pango_layout_line_get_char_direction): should not be reached
> aborting...

OK, this is two bugs:

 - GtkEntry is not stripping \n from pasted text
 - The cursor positioning functions in PangoLayout aren't
   handling multi-paragraph layouts.

The first one is easy to fix, but I need to fix the second
one first so that I have a test-case to know when it has
been fixed...
                                        Owen
 






[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]