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 - Impl. of NodeActionsProvider.performDefaultAction isn't called
Summary: Impl. of NodeActionsProvider.performDefaultAction isn't called
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Outline&TreeTable (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords: REGRESSION
: 159043 159325 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-02-16 14:48 UTC by rmatous
Modified: 2009-03-03 09:12 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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