[hafqa] [hafqa] [Bug 1957] New: dropdown immediately closes on a CellRendererCombo where 'has-entry' is False
From: bugzilla-daemon at lists.maemo.org bugzilla-daemon at lists.maemo.orgDate: Sun Sep 2 06:14:11 EEST 2007
- Previous message: [hafqa] [Bug 1854] broken usb device mode when booting from mmc
- Next message: [hafqa] [Bug 1957] dropdown immediately closes on a CellRendererCombo where 'has-entry' is False
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
https://bugs.maemo.org/show_bug.cgi?id=1957 Summary: dropdown immediately closes on a CellRendererCombo where 'has-entry' is False Product: System software Version: 3.x Platform: N800 OS/Version: IT OS Status: UNCONFIRMED Severity: normal Priority: Low Component: gtk AssignedTo: tommi.komulainen at nokia.com ReportedBy: gcash at cfl.rr.com QAContact: gtk-bugs at maemo.org EXPECTED OUTCOME: When you click on an entry, you expect the dropdown to appear and let you select an item from it. ACTUAL OUTCOME: Dropdown appears but immediately disappears. STEPS TO REPRODUCE THE PROBLEM: Create a TreeView with a CellRendererCombo column, then set the "has-entry" property to false. See "demo" script OTHER COMMENTS: The desktop GTK expects you to hold the mouse button down and drag to the entry you want. This doesn't fly on the device for obvious reasons. You can work around the problem by connecting to the "editing-started" signal, and then connecting to the "changed" event for the combobox entry itself to pop up the list, save the selected item, then pop down the list as necessary. See the "workaround" script. -- Configure bugmail: https://bugs.maemo.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.
- Previous message: [hafqa] [Bug 1854] broken usb device mode when booting from mmc
- Next message: [hafqa] [Bug 1957] dropdown immediately closes on a CellRendererCombo where 'has-entry' is False
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]