This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 134176 - GtkComboBoxEntry rendered without button
Summary: GtkComboBoxEntry rendered without button
Status: RESOLVED DUPLICATE of bug 121537
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: Other All
: P3 blocker (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-29 17:17 UTC by bernd_zedv
Modified: 2008-04-30 09:31 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description bernd_zedv 2008-04-29 17:17:58 UTC
I am running NB 6.1 on Ubuntu 8.04.
GtkComboBoxEntry is always rendered with a somewhat broken pull-down button.

Here is some console output:

(<unknown>:21066): Gtk-WARNING **: Attempting to add a widget with type GtkButton to a GtkComboBoxEntry (need an
instance of GtkEntry or of a subclass)

(<unknown>:21066): Gtk-CRITICAL **: gtk_widget_realize: assertion `GTK_WIDGET_ANCHORED (widget) || GTK_IS_INVISIBLE
(widget)' failed

(<unknown>:21066): Gtk-CRITICAL **: gtk_paint_box: assertion `style->depth == gdk_drawable_get_depth (window)' failed

(<unknown>:21066): Gtk-CRITICAL **: gtk_paint_box: assertion `style->depth == gdk_drawable_get_depth (window)' failed
Comment 1 Peter Pis 2008-04-30 09:31:43 UTC

*** This issue has been marked as a duplicate of 121537 ***