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.

Bug 158610

Summary: Impl. of NodeActionsProvider.performDefaultAction isn't called
Product: platform Reporter: rmatous <rmatous>
Component: Outline&TreeTableAssignee: Jiri Rechtacek <jrechtacek>
Status: RESOLVED FIXED    
Severity: blocker CC: emononen, issues
Priority: P2 Keywords: REGRESSION
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description rmatous 2009-02-16 14:48:58 UTC
CallStackModel.performDefaultAction seems to be not called. So, goto source (was the defaultr action here) doens't work
for php in call stack view. The same for ruby, I think.
Comment 1 rmatous 2009-02-16 14:50:38 UTC
Maybe P2?, be free to lower the priority just evaluate because seems to be regression since 6.5
Comment 2 Martin Entlicher 2009-02-16 18:02:02 UTC
Reproduced also in Java, looks like a regression...
Comment 3 Martin Entlicher 2009-02-16 18:07:31 UTC
Can you please evaluate this in Outline view?
Node.getPreferredAction() is not called at all for me. Can you check if this didn't break by transition from
TreeTableView to OutlineView? Thanks.
Comment 4 Jiri Rechtacek 2009-02-25 13:53:54 UTC
*** Issue 159043 has been marked as a duplicate of this issue. ***
Comment 5 Martin Entlicher 2009-02-27 14:44:00 UTC
*** Issue 159325 has been marked as a duplicate of this issue. ***
Comment 6 Jiri Rechtacek 2009-03-02 17:18:23 UTC
core-main/rev/36cc4b03a356
Comment 7 Quality Engineering 2009-03-03 09:12:27 UTC
Integrated into 'main-golden', will be available in build *200903030229* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/36cc4b03a356
User: Jiri Rechtacek <jrechtacek@netbeans.org>
Log: #158610: Impl. of NodeActionsProvider.performDefaultAction isn't called