You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For core RPC versions 6+, TemplateConfiguration data is not retained in the currentScreenData property in the TextAndGraphicManager after it is set via changeLayout. Check the logic in _updateCurrentScreenDataFromShow for this behavior.
Reproduction Steps
Invoke screen manager's changeLayout method with a TemplateConfiguration with a valid template param string
Wait a bit and then read the current screen data in screenManager._textAndGraphicManager._currentScreenData
Expected Behavior:
TemplateConfiguration should be set in currentScreenData
Observed Behavior:
TemplateConfiguration is not set in currentScreenData
Which projects have you seen this bug on?
No response
JavaScript Version(s)
1.7.0
sdl_javascript Version
1.7.0
Testing Environment(s)
Manticore v2.10.0
Relevant log output
No response
The text was updated successfully, but these errors were encountered:
Bug Summary
See the related Java Suite issue here
For core RPC versions 6+, TemplateConfiguration data is not retained in the currentScreenData property in the TextAndGraphicManager after it is set via
changeLayout
. Check the logic in_updateCurrentScreenDataFromShow
for this behavior.Reproduction Steps
Expected Behavior:
TemplateConfiguration should be set in currentScreenData
Observed Behavior:
TemplateConfiguration is not set in currentScreenData
Which projects have you seen this bug on?
No response
JavaScript Version(s)
1.7.0
sdl_javascript Version
1.7.0
Testing Environment(s)
Relevant log output
No response
The text was updated successfully, but these errors were encountered: