Is that still an issue in newer Ubuntu versions? ** Changed in: gtk+3.0 (Ubuntu) Status: New => Incomplete
-- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to gtk+3.0 in Ubuntu. https://bugs.launchpad.net/bugs/970814 Title: Combobox badly initialized (semi-sensitive?) since gtk3 Status in gtk+3.0 package in Ubuntu: Incomplete Bug description: My app uses a GTK3 ui created by Glade3.10. In the Glade file, there are some combobox with default "sensitive" settings (sensitive=yes), other with "non-sensitive" settings (sensitive=no) OBSERVED BEHAVIOR: When running my app (either in Ubuntu 11.10 or 12.04), all comboboxes (sensitive=yes or no) appear in what i will call "semi-sensitive" state: they behave like sensitive but their label is greyed (not the arrow, which is normally black, see attached screenshot). When the user moves the cursor above the combobox, the grey label becomes black (like a normal sensitive combobox). EXPECTED BEHAVIOR: the comboboxes should directly appear in the state chosen in the Glade file. WORKAROUND: in the code of my app, i send a signal to set the state of the combobox as "sensitive" to make it sensitive at start. If i want the combobox to appear "non-sensitive" at start, i need to send a signal to set the state of the combobox as "sensitive" then another one to set it "non-sensitive". Remarks: - don't hesitate to ask more informations, or link me to the right place. - with gtk2 my app does not have this bug To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/970814/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp