This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

View | Details | Raw Unified | Return to bug 28962
Collapse All | Expand All

(-)src/org/openide/explorer/view/TreeTable.java (-2 / +3 lines)
Lines 853-860 Link Here
853
                dispatchComponent = null;
853
                dispatchComponent = null;
854
                setValueIsAdjusting(false);
854
                setValueIsAdjusting(false);
855
                
855
                
856
                if (!TreeTable.this.isEditing())
856
                // hotfix #28962, why is this called? Isn't processMouseEvent on mouseReleased enough?
857
                    processMouseEvent(e);
857
                //if (!TreeTable.this.isEditing())
858
                    //processMouseEvent(e);
858
            }
859
            }
859
860
860
            public void mouseDragged(MouseEvent e) {
861
            public void mouseDragged(MouseEvent e) {

Return to bug 28962