PR# 4462 Close button of an EV_DIALOG

Problem Report Summary
Submitter: ericbe
Category: EiffelVision
Priority: Medium
Date: 2005/06/05
Class: Bug
Severity: Serious
Number: 4462
Release: 5.6.0721
Confidential: No
Status: Analyzed
Responsible:
Environment: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 1.1.4322)
Synopsis: Close button of an EV_DIALOG

Description
When I click on the close button (in the title bar) of an EV_DIALOG, the action associated with the cancel button (set with `set_default_cancel_button') is not executed. Is it a known problem or is it happening just on my dialog window?
To Reproduce

										
Problem Report Interactions
From:ericbe    Date:2005/06/05    Download   
==== Julian: Thu Mar 31 13:13:14 PST 2005 ===============================

Dear Eric,

The behavior you are experiencing with EiffelVision2 dialogs firing
the `select_actions' of the `default_cancel_button' when the close
icon of the dialog is selected is the expected behavior.

If you have not set a `default_cancel_button' then the close icon
is not available in the dialog.

==== Julian: Thu Mar 31 13:13:14 PST 2005 ===============================
From: "Eric Bezault" <ebezault@axarosenberg.com>
To: <bugs@support.eiffel.com>
Cc: 
Subject: RE: EiffelVision_2/4462: Close button of an EV_DIALOG
Date: Thu, 31 Mar 2005 13:33:58 -0800

 > The behavior you are experiencing with EiffelVision2 dialogs firing
 > the `select_actions' of the `default_cancel_button' when the close
 > icon of the dialog is selected is the expected behavior.
 
 My problem is that the `select_actions' of the `default_cancel_button'
 are NOT executed when clicking on the close button. Note that typing
 Escape DO trigger the actions, but not 
....
Output truncated, Click download to get the full message