Unit tests that check Bounds
or Frame
before IsInitialzied == true
are bogus
#2450
Labels
v2
For discussions, issues, etc... relavant for v2
e.g.
See the 2nd BUGBUG above.
In v1 we thought it was ok to "read"
Bounds
,Frame
,X
,Y
,Height
, andWidth
for a ComputedLayout view beforeBegin/EndInit
were called. It's not; the state of the view is indeterminate until it's been initialized.In #2360 I will be refactoring unit tests that do this. I will also be adding diagnostics to output debug spew when detected.
This is related to #2449.
The text was updated successfully, but these errors were encountered: