Bug #8397
Window ID is not used in messageBox method in ThinClient
Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
Due date:
% Done:
0%
billable:
No
vendor_id:
GCD
case_num:
version_reported:
version_resolved:
reviewer:
production:
No
env_name:
topics:
History
#1 Updated by Vladimir Tsichevski over 2 years ago
windowId argument is passed to all messageBox methods in ThinClient, but is not used.
Originally this was reported in #8068 as:
Hynek Cihlar wrote:
Code review 8068a.
The changes to
messageBox. The fact thatwindowIdwas not used was not correct I think.windowIdshould be honored, at least in some cases. So instead of removingwindowIdparameters frommessageBoxthe use cases with explicit window should be revisited I think.