bug-ddd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

No items can be selected in DDD


From: Michael Reithinger
Subject: No items can be selected in DDD
Date: Fri, 7 May 2004 03:07:02 +0200
User-agent: KMail/1.6.2

Dear Bugfixers,

I have the following problem:

Symptom:
When I try to select an item (by mouse or keyboard). It gets immediately 
unselected. It is impossible to copy/paste text out of ddd and (much more 
worse) it is impossible to select any DisplayNode in the DataWindow. When I
try to select a node, it flashes up for a short time and the node keeps beeing 
unselected. With that behaviour it is not possible to work with the 
DataWindow


Analysis:
I did a little debugging and could trace down to a specific callback function 
in the file DataDisp.C (line 7009)  The last line of the DataDisp 
constructor:

    XtAddCallback(graph_selection_w, XmNlosePrimaryCallback, 
                  SelectionLostCB, XtPointer(0));

when i comment it out, at least the DataDisplay seems to work fine. 

Of course this is not the solutions of the problem: I still cannot select
any text, in any other view. But it seems that some code forces all widgets
to loose the their selection.


Environment:
I had this behaviour on all the following systems:
Debian (stable, testing, unstable), Redhat 9.0 and cygwin.
I am wondering that I never found something about this on the web.
My current (debugged) installation (ddd --configurations) says:

GNU DDD 3.3.8 (i686-pc-linux-gnu)
Copyright (C) 1995-1999 Technische Universität Braunschweig, Germany.
Copyright (C) 1999-2001 Universität Passau, Germany.
Copyright (C) 2001 Universität des Saarlandes, Germany.

Compiled with GCC 3.3.3 (Debian 20040401), GNU libc 2.3
Requires X11R6, Xt11R6, Motif 2.1 (GNU/LessTif Version 2.1 Release 0.93.94)
Includes XPM 3.4.11, Athena Panner (7000002L), DDD core
Built 2004-05-06 by root <root@127.0.0.1>.


ddd --check-configurations says:

Checking for X11 library directory... /usr/X11R6/lib/X11
Checking for XKeysymDB... /usr/X11R6/lib/X11/XKeysymDB
No configuration problems found.

lesstif_version = 93

best regards

Michael Reithinger







reply via email to

[Prev in Thread] Current Thread [Next in Thread]