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 269240

Summary: Cannot edit value of outgoing calls filter
Product: profiler Reporter: Jiri Sedlacek <jis>
Component: BaseAssignee: Jiri Sedlacek <jis>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Jiri Sedlacek 2016-12-05 15:00:05 UTC
Methods | Selected Classes or Methods, Filter outgoing calls - if displayed as a lightweight popup (fits the main window area), can be edited. If a heavyweight popup is used (main window is small), the text component doesn't show cursor and its text cannot be changed.

Experienced on Windows and Linux. Mac OS X is always broken as the popups are always heavyweight on that platform.
Comment 1 Jiri Sedlacek 2016-12-05 15:11:21 UTC
Fixed by http://hg.netbeans.org/profiler-main/rev/c6623668e259.
Comment 2 Quality Engineering 2016-12-08 02:37:16 UTC
Integrated into 'main-silver', will be available in build *201612080001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/c6623668e259
User: Jiri Sedlacek <jis@netbeans.org>
Log: Bugfix #269240 - reimplemented profiler popups to always use a heavyweight window
 - should also resolve problems with closing the popup when opening a modal dialog from it
 - likely introduces new problems (strange behavior on Linux, overlapping value tooltips etc.)