PR# 12267 Multiple problems with Object Browser window
Problem Report Summary
Submitter: prestoat2000
Category: Debugger
Priority: Medium
Date: 2007/03/11
Class: Bug
Severity: Non-critical
Number: 12267
Release: 6.0.67183
Confidential: No
Status: Closed
Responsible:
Environment: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.8.1) Gecko/20061228 Firefox/2.0
Solaris 10 on x64
Synopsis: Multiple problems with Object Browser window
Description
There are multiple problems with the Object Browser window (brought up by dropping an object on Display Expanded View button in debugger). 1. Text of button is cut off - it reads "Select vi". I assume this is supposed to be "Select viewer". 2. "viewer" should be capitalized - "Select Viewer". 3. The String Display item in list that appears when I click Select Viewer is not left-aligned, but should be. 4. I hope the names "Object.browse" and "Object.dumped" are temporary. How about "Object Browse" and "Object Dump" (or perhaps you can come up with better names). 5. Drop a STRING_8 in an Object browser. Select "Object.dumped" format. Pick the SPECIAL object inside the Object browser window and drop it in same window. Works correctly. Now switch back to "Object.browse" format. Displays the original STRING_8 object that was dropped in the window instead of the SPECIAL object dropped in that window subsequently. I assume this is a bug - if not, it is might confusing.
To Reproduce
Problem Report Interactions
This is fixed in revision rev#67213 except for points 1) and 3) for now. Point 3) is not a bug ... but a first step for future viewers, indeed ... if we add an "XML" string viewer .. you will see Object Dump String Display String XML Display Object Browse Point 1) should be fixed soon.