Bug #5226 MA Edit Graph Keys
Submitted: 26 Aug 2004 13:18 Modified: 1 Sep 2004 12:56
Reporter: Andreas Götz Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Administrator Severity:S3 (Non-critical)
Version:1.0.11 OS:Windows (WinXP SP1)
Assigned to: Michael G. Zinner CPU Architecture:Any

[26 Aug 2004 13:18] Andreas Götz
Description:
Edit Graph dialog (like many others?) doesn't support default keys RETURN to accept the changes and close the dialog and ESC to cancel the dialog.

Clarification: Edit Graup supports relative values (^[var])- but relative to what?

How to repeat:
.

Suggested fix:
Add default keys to all relevant dialogs
[26 Aug 2004 15:58] Michael G. Zinner
> Edit Graph dialog (like many others?) doesn't support default keys RETURN to
> accept the changes and close the dialog and ESC to cancel the dialog.

This is a delicate problem. E.g. in the Table Editor you are *meant* to use Enter, e.g. after entering the table's name to automatically get to the column grid and generate a id<tablename> column (which can be immediately overwritten of course).

But for e.g. the Edit Graph dialog you are right of course.

> Clarification: Edit Graup supports relative values (^[var])- but relative to
> what?

Relative to the last value. Take ^[Bytes_sent] for example. Without the ^ the value would raise forever (or till a server restart).
[1 Sep 2004 12:56] Michael G. Zinner
Thank you for your bug report. This issue has been committed to our
source repository of that product and will be incorporated into the
next release.

If necessary, you can access the source repository and build the latest
available version, including the bugfix, yourself. More information 
about accessing the source trees is available at
    http://www.mysql.com/doc/en/Installing_source_tree.html