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 98507 - Cancel in Set Quick Filter dialog is not handled correctly
Summary: Cancel in Set Quick Filter dialog is not handled correctly
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-21 17:05 UTC by Alexander Kouznetsov
Modified: 2007-08-08 17:05 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 Alexander Kouznetsov 2007-03-21 17:05:15 UTC
Profiler 070321

Steps to reproduce:
- Press Profile Main Project
- Select CPU
- Select Quick Filter in Filter drop-down list
- "Set Quick Filter" dialog is shown. OK button is disabled due to empty
instrumentation filter
- Press Cancel
- RESULT: Quick Filter is set with empty instrumentation filter. Value of Filter
option should be changed back if dialog was cancelled.
Comment 1 Jiri Sedlacek 2007-08-08 17:05:06 UTC
Actually Cancel is handled correctly, original instrumentation filter is kept unchanged. The problem is that 
QuickFilter has empty value by default. Changed SPT logic a bit, Run button is now disabled when empty QuickFilter is 
selected.


Fixed for Beta1.