Bug 107488 - [Memory View] Table rendering stop updating when new memory blocks are added
Summary: [Memory View] Table rendering stop updating when new memory blocks are added
Status: VERIFIED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 3.1.1   Edit
Assignee: Darin Wright CLA Friend
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-19 18:08 EDT by Samantha Chan CLA Friend
Modified: 2005-08-25 13:02 EDT (History)
0 users

See Also:


Attachments
patch (1.73 KB, patch)
2005-08-24 10:54 EDT, Samantha Chan CLA Friend
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Samantha Chan CLA Friend 2005-08-19 18:08:47 EDT
1.  Run debug session
2.  Create a second memory view
3.  Add one memory block in one view and add a table rendering.  
4.  Add a second memory block in the second view and add another table 
rendering in another view.
5.  Step the program.

Notice that the rendering from the first view stops updating after the a step.

The rendering was incorrectly set as hidden under pinned mode.  To work around 
problem, choose another memory block or switch to another rendering and bring 
the rendering to the top again.
Comment 1 Samantha Chan CLA Friend 2005-08-22 17:12:43 EDT
Changed in:
* RenderingViewPane - renderings are not disabled unless the display in the 
view pane is really changed.
Comment 2 Samantha Chan CLA Friend 2005-08-22 17:13:14 EDT
Darin -
Please verify.  Thanks...
Samantha
Comment 3 Samantha Chan CLA Friend 2005-08-22 17:13:24 EDT
Fixed
Comment 4 Samantha Chan CLA Friend 2005-08-22 17:17:18 EDT
Same fix needs to go into 3.1.1.
Comment 5 Darin Wright CLA Friend 2005-08-24 10:28:43 EDT
Approved for 3.1.1. Please attach patch for review.
Comment 6 Samantha Chan CLA Friend 2005-08-24 10:54:01 EDT
Created attachment 26405 [details]
patch

When memory blocks are added, top rendering is disabled only when the display
is actually switched.
Comment 7 Samantha Chan CLA Friend 2005-08-24 10:55:01 EDT
Darin -
Please review patch.  Thanks...
Samantha
Comment 8 Darin Wright CLA Friend 2005-08-25 11:36:07 EDT
Applied patch.
Comment 9 Darin Wright CLA Friend 2005-08-25 13:02:41 EDT
Verified.