PR# 14013 Ctrl-RightClick is not supported in some tools that allow PnD
Problem Report Summary
Submitter: alexk_es
Category: EiffelStudio
Priority: Medium
Date: 2008/02/22
Class: Bug
Severity: Serious
Number: 14013
Release: 6.2.7.2075
Confidential: No
Status: Closed
Responsible:
Environment: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 2.0.50727; .NET CLR 1.1.4322)
Synopsis: Ctrl-RightClick is not supported in some tools that allow PnD
Description
The following tools: Call stack Objects Features have context menu option "Pick ..." for a selected feature, but do not allow to use a shortcut Ctrl-RightClick like in the clickable views.
To Reproduce
Ctrl-RightClick on feature names in the given tools.
Problem Report Interactions
This is completely fixed in rev#79786.
Fixed for debugging tools based on ES_OBJECTS_GRID. rev#72475
I tracked down this functionality to be if l_stone /= Void and then l_stone.is_valid then (create {EB_CONTROL_PICK_HANDLER}).launch_stone (l_stone) end So each tool needs to implement this code ...