Icon View Incident Report

Serious Serious
Reported By: Matthew Jones
Reported On: 6/3/2013
For: Version 1.02 Build 1
# 3853 Invisible Controls Not Being Assigned Correct Internal Control Bounds for Docking and Positioning

I found an issue with the form conversion. It looks like a TLabel or TMemo (probably others) that are invisible are given bad
initial locations.

before:

object editDebugReport: TEWBDesignMemo
Left = 8
Top = 486
Width = 521
Height = 153
TabOrder = 1
Visible = False
OnChange = 'editDebugReportChange'
end

after:

object editDebugReport: TEWBDesignMemo
Left = 0
Top = 0
Width = 0
Height = 0
TabOrder = 1
Visible = False
OnChange = 'editDebugReportChange'
InitialLeft = -2147483648
InitialTop = -2147483648
InitialWidth = -2147483648
InitialHeight = -2147483648
end


Resolution Resolution
Fixed Problem on 6/3/2013 in version 1.02 build 2


Products Affected Products Affected
Elevate Web Builder
Elevate Web Builder Trial

Image