PR# 12476 Multiple problems with setting debugger arguments
Problem Report Summary
Submitter: prestoat2000
Category: Debugger
Priority: Medium
Date: 2007/04/13
Class: Bug
Severity: Serious
Number: 12476
Release: 6.0.67775
Confidential: No
Status: Closed
Responsible:
Environment: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.8.1.2) Gecko/20070225 Firefox/2.0.0.2
Solaris 10 on x86
Synopsis: Multiple problems with setting debugger arguments
Description
There are multiple problems with setting arguments for the debugger in the Debugging Options window: 1. Click on Arguments field for profile #0. Type "abc". Click on button with "...". Brings up "Edit text", which should be titled "Edit Text" (second word capitalized). The field with "abc" appears on top of the popup window and is in fact detached from the Debugging Options window (confirmed by moving this window). 2. Click on the "..." button again. Brings up a second Edit Text window! 3. Type "def" in Edit Text window. Click Valid. Text in Arguments field still says "abc". Actually, it turns out that this is because the mini-window with "abc" is still obscuring the contents of the Arguments field - if I move the Debugging Options window, I can see that Arguments has the new value "def". 4. Can't you name the Valid button "OK"? I found the name Valid confusing.
To Reproduce
Problem Report Interactions
I think this .. those issues are completely fixed at revision rev#68735.
This is not completely fixed. To reproduce: Right-click on Start button. Click Add. Double-click in Arguments field, type "abc", hit Return. Double-click in Arguments, click on "..." button. Change text to "def" and click OK. Arguments fields correctly shows "def". Click on "..." button again. Displayed text reverts to "abc" in Arguments field which seems like a bug. Change "def" in popup window to "ghi" and click OK. A second Edit Text window appears with contents "ghi" (huh?). Click OK in second window. Now text is changed to "ghi" in Arguments field.
This is now fixed by revision rev#67872 . (mainly by fixing the EV_GRID_EDITABLE_ELLIPSIS_ITEM and descendants)