Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TemplateConfiguration not set in currentScreenData in TextAndGraphicManager on RPC >= 6 #559

Closed
crokita opened this issue Sep 19, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@crokita
Copy link
Contributor

crokita commented Sep 19, 2022

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

  1. Invoke screen manager's changeLayout method with a TemplateConfiguration with a valid template param string
  2. 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

@crokita crokita added the bug Something isn't working label Sep 19, 2022
@theresalech
Copy link
Collaborator

Closed via #560

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants