Description:
No reaction to double click, and no context menue on selected 'View'
Similar to Bug #22734
**********************************************
systeminformation
**********************************************
MySQL Administrator 1.2.4 RC (German)
MySQL-Server-Information
--------------------------------------------------------------------------------
Mit MySQL-Serverinstanz verbunden
Benutzername: root
Hostname: localhost
Port: 3306
--------------------------------------------------------------------------------
Serverinformation
MySQL-Version: MySQL 5.0.18-nt via TCP/IP
Netzwerkname: localhost
IP: 127.0.0.1
--------------------------------------------------------------------------------
Clientinformation
Version: MySQL Client Version 5.0.11
Netzwerkname: hgs
IP: 192.168.2.5
Betriebssystem: Windows XP
Hardware: Intel(R) Pentium(R) 4 CPU 2.00GHz, 504 MB RAM
How to repeat:
Open the Mysql Administrator (German localized)
select Kataloge-->mysql
In the right pane activate the 'View' tab
In there just create a simple view if there is none (like
CREATE OR REPLACE VIEW `mysql`.`aaa` AS SELECT * from db.
Save the view)
Try to open the view with 'double click'
---> nothing happens.
I expected to open the view in an editor.
Select the view and press the right mouse button.
---> No context menue.
I expected a context menu to pop up to offer the same functionality
as the buttons at the bottom.