PR# 18549 Reporting of {EV_WINDOW}.width inconsistent across platforms

Problem Report Summary
Submitter: finnianr
Category: EiffelVision
Priority: Low
Date: 2013/03/15
Class: Bug
Severity: Non-critical
Number: 18549
Release: 7.1.8.8986
Confidential: No
Status: Closed
Responsible:
Environment: Windows and Unix
Synopsis: Reporting of {EV_WINDOW}.width inconsistent across platforms

Description
During execution of routines called as the result of extending maximize_actions,
the reported window width is inconsistent between the MS Win and GTK implementations. Under MS Win the new window dimension is reported, under GTK, the old dimension. This inconsistency messes up calculations required for example, to position a splitter.

Of the two behaviours, the GTK one is preferable as EV_SCREEN can always be used to find the maximized dimensions.

Presumably minimize_actions routines has the same problem.
To Reproduce

										
Problem Report Interactions
From:misterieking    Date:2013/03/18    Status: Closed    Download   
Closing as this is related to bug report #18550, thanks for the report.