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 - Cannot edit value of outgoing calls filter
Summary: Cannot edit value of outgoing calls filter
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 8.2
Hardware: All All
: P2 normal (vote)
Assignee: Jiri Sedlacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-12-05 15:00 UTC by Jiri Sedlacek
Modified: 2016-12-08 02:37 UTC (History)
0 users

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 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.)