When selecting an entry in the navigator and moving the mouse afterwards, the last procedure is displayed twice after approximately half a second.
It is not possible to select any of these two entries.
Test code:
CREATE PACKAGE BODY x AS
PROCEDURE proc1 AS
BEGIN
NULL;
END proc1;
PROCEDURE proc2 AS
BEGIN
NULL;
END proc2;
END x;
I’m not able to reproduce this. I paste your sample, the navigator populates, I click on an item in Navigator and then move the mouse. I see nothing out of the ordinary. I tried clicking on all 4 of the Navigator nodes and all is well. How are your Navigator options setup?
Sorry, I guess I have restarted TOAD since this happened and can’t reproduce any more.