Bug #61835 it's happening again, no grid-lines

Bug #67917 reported by Robert Casanova
4
Affects Status Importance Assigned to Milestone
gtk+2.0 (Ubuntu)
Fix Released
Medium
Ubuntu Desktop Bugs
Edgy
Fix Released
Undecided
Ubuntu Desktop Bugs

Bug Description

I'm using the libgtk version 2.10.6

Revision history for this message
Sebastien Bacher (seb128) wrote :

Thanks for your bug. Do you have an example of application or code triggering the issue?

Changed in gtk+2.0:
assignee: nobody → desktop-bugs
status: Unconfirmed → Needs Info
Revision history for this message
Robert Casanova (secoder) wrote :

I think that the change that was applied before, just got lost.

At line 14626 for gtk 2.10.6, says :

  if (!GTK_WIDGET_REALIZED (widget))

but it should be

  if (GTK_WIDGET_REALIZED (widget))

just removing the negation, will work again.

Thanks.

Revision history for this message
Robert Casanova (secoder) wrote :
Revision history for this message
Robert Casanova (secoder) wrote :
Revision history for this message
Daniel Holbach (dholbach) wrote :

Do you have a test case for this? Does this happen with different themes?

Changed in gtk+2.0:
importance: Undecided → Medium
Revision history for this message
Sebastien Bacher (seb128) wrote :

Thank you for the example and pointing the change. I've a package with the fix from CVS, I'll upload it after the freeze for edgy-proposed

Changed in gtk+2.0:
status: Needs Info → Fix Committed
Revision history for this message
Sebastien Bacher (seb128) wrote :
Revision history for this message
Sebastien Bacher (seb128) wrote :
Revision history for this message
Matt Zimmerman (mdz) wrote :

OK for -proposed

Revision history for this message
Sebastien Bacher (seb128) wrote :

uploaded to edgy-proposed, Simon mailed

Revision history for this message
Colin Watson (cjwatson) wrote :

Accepted into edgy-proposed. Please notify the QA team via Simon to verify that the bug has been fixed and that there are no regressions.

I assume that feisty will be fixed at some point in the normal course of events, but in the meantime edgy-proposed is going to be newer than feisty ...

Revision history for this message
Sebastien Bacher (seb128) wrote :

fixed package available to edgy-proposed

Changed in gtk+2.0:
assignee: nobody → desktop-bugs
status: Unconfirmed → Fix Committed
Revision history for this message
Simon Law (sfllaw) wrote :

Using the attached test case (fixed up so it compiles without warnings), I was able to reproduce the bug inside the gtk+2.0-2.10.6/upstream/tarballs/gtk+-2.10.6/tests source tree.

The package in edgy-proposed fixes this bug without causing regressions.

Approved to go into edgy-updates today.

Revision history for this message
Sebastien Bacher (seb128) wrote :

fixed uploaded to edgy-updates now

Revision history for this message
Adam Conrad (adconrad) wrote :

Upload verified and accepted for edgy-updates.

Changed in gtk+2.0:
status: Fix Committed → Fix Released
Revision history for this message
Sebastien Bacher (seb128) wrote :
Download full text (9.3 KiB)

Fixed with this upload:

 gtk+2.0 (2.10.7-0ubuntu1) feisty; urgency=low
 .
   * New upstream version:
     * GtkNotebook
       - Tab reordering is a less intrusive
       - Rendering fixes on win32
     * GtkTreeView
       - Column resizing works correctly in right-to-left languages
       - Many scrolling bugs have been fixed
     * GtkTextView:
       - Improved scrolling during DND.
     * GtkRecentManager is more robust against bad URIs
     * Print support:
       - The cups backend works with 'BrowseShortNames Off'
         in the cups configuration
       - Multi-valued options are properly passed to cups
       - Fix build with cups 1.3
       - A few IPP compliance issues have been fixed
       - Make the lpr backend work on BSD
     * Input methods:
       - GtkEntryCompletion works with input methods
       - The Thai input method has been replace by a functional
         Thai and Lao input method based on libthai
     * Accessibility support:
       - GtkMessageDialog sets accessible name role explicitly
     * Theme support:
       - The semantics of the gtk-color-scheme setting has been
         slightly changed. Values from rc files are still merged
         together, but the X setting just overrides the prior table.
     * GdkPixbuf:
       - gdk_pixbuf_loader_write() now closes the loader when
         returning FALSE, as documented
       - The BMP loader supports more BMP variants, including
         transparency and 10-bit channels.
     * Bugs fixed:
       - 122688 modal dialog popup + drag in progress = mouse freeze
         (Ubuntu: #58575)
       - 315732 gnome-session crash on login
       - 335622 Click Description field causes Evolution to crash.
       - 357050 Crash replacing \n\n with \n or undoing after paste
       - 359537 printing custom page
       - 373466 crash in Text Editor:
       - 388041 crash in Open Folder: nada
       - 390873 crash in Text Editor: I had just opened it up ...
       - 367529 gtk_combo_box_set_model(combo, NULL) generates warning wh...
       - 381499 xdgmime requires getc_unlocked, darwin 6 lacks
       - 349119 GtkUIManager crashes on wrong action names in an XML file
       - 363437 gnome-panel crash to gtkrecentmanager code (Ubuntu: #66189)
       - 366782 GtkTreeView "expand_all" can crash if a node's children a...
       - 374378 Crash as GTK tries to blink cursor in defocused spinbutto...
       - 381236 apps crash when using a mouse cursor theme as icon theme
         (Ubuntu: #69977)
       - 320465 gtk_window_parse_geometry is almost completely broken
       - 355350 Page Setup, Range and Copy information ignored
       - 387170 Fairly large leak in gtk+
       - 390159 printing with BSD lpr does not work properly
       - 64998 GtkEntry - gtk_entry_set_text emits "changed" twice
       - 92387 unfriendly drag-n-drop in textview - scrolls too fast
         (Ubuntu: #58345)
       - 172188 io-bmp.c should sanity check the size given by the OffBit...
       - 304482 GtkComboBoxEntry editable entry should be centered vertic...
       - 315440 Problem with gtkpaned inside gtknotebook(mouse wheel over...
       ...

Read more...

Changed in gtk+2.0:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.