Bug 305709 - [Debug Update Modes] Selecting a modal dialog box removes refresh buttons
Summary: [Debug Update Modes] Selecting a modal dialog box removes refresh buttons
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-debug-dsf (show other bugs)
Version: 7.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-12 12:25 EST by Navid Mehregani CLA
Modified: 2020-09-04 15:18 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Navid Mehregani CLA 2010-03-12 12:25:07 EST
Reproduced on CDT-Master-I201003091218 build.  

Follow the instructions below to reproduce the problem:

- Click on Window > Customize Perspective > Command Groups Availability tab > Select Debug Update Modes > Click on OK
- Open Variable, Expression views and notice the refresh button in these views
- Bring up a modal dialog box (e.g. Find dialog box).  Open a source file and press CTRL+F.  Notice the refresh buttons go away!! They come back when you cancel the modal dialog box.
Comment 1 Pawel Piech CLA 2010-03-12 13:04:40 EST
I had a feeling that the solution of tying a capability to an action set was too good to be true :-(  I found a couple of related bugs in the UI: (bug 207070, bug 208238).  The problem is that the UI changes the active contexts when a new window is activated, so I don't know whether a workaround or a fix is possible... it'd take some investigation.