Bug 45775 - [GTK] fast/events/keydown-numpad-keys.html produces many GLib warnings
Summary: [GTK] fast/events/keydown-numpad-keys.html produces many GLib warnings
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk
Depends on:
Blocks:
 
Reported: 2010-09-14 12:58 PDT by Martin Robinson
Modified: 2010-09-15 12:19 PDT (History)
1 user (show)

See Also:


Attachments
Patch for this issue (2.45 KB, patch)
2010-09-14 13:00 PDT, Martin Robinson
xan.lopez: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Robinson 2010-09-14 12:58:29 PDT
Running fast/events/keydown-numpad-keys.html produces this text on stderr:

gtk_text_buffer_get_insert: assertion `GTK_IS_TEXT_BUFFER (buffer)' failed
gtk_text_buffer_get_iter_at_mark: assertion `GTK_IS_TEXT_MARK (mark)' failed
_gtk_text_layout_get_block_cursor: assertion `layout != NULL' failed
gtk_text_layout_get_cursor_locations: assertion `layout != NULL' failed
gdk_window_invalidate_rect_full: assertion `GDK_IS_WINDOW (window)' failed
gdk_window_invalidate_rect_full: assertion `GDK_IS_WINDOW (window)' failed
gtk_text_buffer_get_insert: assertion `GTK_IS_TEXT_BUFFER (buffer)' failed
gtk_text_buffer_get_iter_at_mark: assertion `GTK_IS_TEXT_MARK (mark)' failed
_gtk_text_layout_get_block_cursor: assertion `layout != NULL' failed
gtk_text_layout_get_cursor_locations: assertion `layout != NULL' failed
gdk_window_invalidate_rect_full: assertion `GDK_IS_WINDOW (window)' failed
gdk_window_invalidate_rect_full: assertion `GDK_IS_WINDOW (window)' failed
gtk_text_buffer_get_insert: assertion `GTK_IS_TEXT_BUFFER (buffer)' failed
gtk_text_buffer_get_iter_at_mark: assertion `GTK_IS_TEXT_MARK (mark)' failed
_gtk_text_layout_get_block_cursor: assertion `layout != NULL' failed
gtk_text_layout_get_cursor_locations: assertion `layout != NULL' failed
gdk_window_invalidate_rect_full: assertion `GDK_IS_WINDOW (window)' failed
gdk_window_invalidate_rect_full: assertion `GDK_IS_WINDOW (window)' failed
gtk_text_buffer_get_insert: assertion `GTK_IS_TEXT_BUFFER (buffer)' failed
gtk_text_buffer_get_iter_at_mark: assertion `GTK_IS_TEXT_MARK (mark)' failed
_gtk_text_layout_get_block_cursor: assertion `layout != NULL' failed
gtk_text_layout_get_cursor_locations: assertion `layout != NULL' failed
gdk_window_invalidate_rect_full: assertion `GDK_IS_WINDOW (window)' failed
gdk_window_invalidate_rect_full: assertion `GDK_IS_WINDOW (window)' failed
Comment 1 Martin Robinson 2010-09-14 13:00:26 PDT
Created attachment 67593 [details]
Patch for this issue
Comment 2 Xan Lopez 2010-09-15 11:58:36 PDT
Comment on attachment 67593 [details]
Patch for this issue

OK.
Comment 3 Martin Robinson 2010-09-15 12:19:36 PDT
Committed r67566: <http://trac.webkit.org/changeset/67566>