Page MenuHomeFeedback Tracker

SpacerBaseWidget::VScrollToPos01 is using stale values.
New, NormalPublic

Description

Basically issue is that if i use VScrollToPos01 on same frame i update the size of it or its children it will not scroll correctly.

Details

Severity
Minor
Resolution
Open
Reproducibility
Always
Operating System
Windows 10 x64
Category
Engine
Steps To Reproduce
	chatScrollWidget.Update();
	chatScrollWidget.VScrollToPos01(1);

will result in


But if i do something like

	chatScrollWidget.Update();
	GetGame().GetCallQueue(CALL_CATEGORY_GUI).CallLater(chatScrollWidget.VScrollToPos01,30,false,1);

It works as intended

Additional Information

This is the case with all geters related to Widgets

Event Timeline

Grim created this task.Feb 7 2019, 6:01 PM
Grim edited Steps To Reproduce. (Show Details)
Unknown Object (User) added a subscriber: Unknown Object (User).Feb 7 2019, 6:03 PM
Grim edited Additional Information. (Show Details)Feb 7 2019, 6:22 PM