Bug 907939

Summary: GtkEntryCompletion for GtkCombobox's GtkEntry doesn't render correctly if loaded from the glade file
Product: [Fedora] Fedora Reporter: Vratislav Podzimek <vpodzime>
Component: gtk3Assignee: Matthias Clasen <mclasen>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 18CC: ccecchi, mclasen
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-04-09 12:26:29 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 875432    
Attachments:
Description Flags
reproducer that needs the combobox.glade file in the same directory none

Description Vratislav Podzimek 2013-02-05 15:04:56 UTC
Created attachment 693402 [details]
reproducer that needs the combobox.glade file in the same directory

Description of problem:
When using GtkCombobox with GtkEntry and GtkEntryCompletion for it loaded from the .glade file, the completion is not rendered correctly (doesn't appear).


Version-Release number of selected component (if applicable):
gtk3-3.6.2-1
glade3-3.8.3-1

works with:
gtk3-3.4.4-1.fc17.x86_64
glade-3.14.1-1.fc18.x86_64

How reproducible:
100 %

Steps to Reproduce:
1. run the attached reproducer (combobox_test.py)
2. try to type 'f' to the upper combobox's entry
  
Actual results:
only some "shadow" appears

Expected results:
completion appears

Additional info:
combobox_noglade.py (attached) works as expected (try to type 'a')

Comment 1 Vratislav Podzimek 2013-04-09 12:26:29 UTC

*** This bug has been marked as a duplicate of bug 907946 ***