[grisbi-bugs] [Grisbi 0000621]: Third Party Selection by Keyboard crashes
bugtracker at grisbi.org
bugtracker at grisbi.org
Tue Aug 18 06:42:41 CEST 2009
A NOTE has been added to this issue.
======================================================================
http://grisbi.tuxfamily.org/mantis/view.php?id=621
======================================================================
Reported By: blacksol
Assigned To:
======================================================================
Project: Grisbi
Issue ID: 621
Category: Main
Reproducibility: always
Severity: crash
Priority: normal
Status: new
OS: Ubuntu
Unstable Impact: Yes
Version OS: 9.04
Version GTK: I believe 2.14
======================================================================
Date Submitted: 08-18-2009 00:58 UTC
Last Modified: 08-18-2009 04:42 UTC
======================================================================
Summary: Third Party Selection by Keyboard crashes
Description:
While entering a new transaction, if you start typing a third party, then
use the key-board to finalize the selection, Grisbi completely locks up
requiring a kill command. It seems to happen when your about to highlight
the last entry in the list.
I attempted to search for any existing issues that may have matched and
found nothing.
======================================================================
----------------------------------------------------------------------
blacksol - 08-18-09 01:01
----------------------------------------------------------------------
I just noticed bug 0000614 and realize it is the same issue.
----------------------------------------------------------------------
pbiava - 08-18-09 04:31
----------------------------------------------------------------------
See bug 617 for the solution
----------------------------------------------------------------------
pbiava - 08-18-09 04:42
----------------------------------------------------------------------
to work around this bug you must change the file in gtk_combofix.c source
software. and comment lines 1746 to 1748 and 1870 to 1872 :
//~ while ( ( combofix -> label_selectionne + 1 )* ( GTK_WIDGET (
g_slist_nth_data ( combofix->event_box, combofix -> label_selectionne ) ))
-> allocation.height > ajustement -> value + ajustement -> page_size )
//~ gtk_adjustment_set_value ( ajustement,
//~ ajustement -> value + ajustement ->
step_increment );
Then save and compile the program.
Issue History
Date Modified Username Field Change
======================================================================
08-18-09 00:58 blacksol New Issue
08-18-09 00:58 blacksol OS => Ubuntu
08-18-09 00:58 blacksol Unstable Impact => Yes
08-18-09 00:58 blacksol Version OS => 9.04
08-18-09 00:58 blacksol Version GTK => I believe 2.14
08-18-09 01:01 blacksol Note Added: 0001121
08-18-09 04:31 pbiava Note Added: 0001122
08-18-09 04:42 pbiava Note Added: 0001125
======================================================================
More information about the bugsreports
mailing list