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
Based on how the Text & Graphic manager currently works, it is possible to have good data fail. A possible solution is that when a Show fails and the currentScreenData gets updated to also update the updateState of the T&G operation as well. This will require knowing which fields the T&G operation is updating so that they don't also get reset.
With a similar method we could potentially also stop sending all Show data and only send updated Show data.
Reproduction Steps
Set "bad" data (data that will get rejected) into TextField1 and start the operation.
Set "good" data (data that will not get rejected) into TextField2 and start the operation before the first operation gets a Show response.
Expected Behavior: TextField1 should remain in its original state and TextField2 should show the new data.
Observed Behavior: TextField1 and TextField2 will show the original state data because TextField2's operation includes the TextField1 data as well.
Which projects have you seen this bug on?
No response
Android Version(s)
No response
Android Device(s)
n/a
sdl_java_suite Version
5.5.0
Testing Environment(s)
Manticore
Relevant log output
No response
The text was updated successfully, but these errors were encountered:
Bug Summary
This bug is related to iOS Issue #1781
Based on how the Text & Graphic manager currently works, it is possible to have good data fail. A possible solution is that when a
Show
fails and thecurrentScreenData
gets updated to also update theupdateState
of the T&G operation as well. This will require knowing which fields the T&G operation is updating so that they don't also get reset.With a similar method we could potentially also stop sending all Show data and only send updated Show data.
Reproduction Steps
TextField1
and start the operation.TextField2
and start the operation before the first operation gets a Show response.Expected Behavior:
TextField1
should remain in its original state andTextField2
should show the new data.Observed Behavior:
TextField1
andTextField2
will show the original state data becauseTextField2
's operation includes theTextField1
data as well.Which projects have you seen this bug on?
No response
Android Version(s)
No response
Android Device(s)
n/a
sdl_java_suite Version
5.5.0
Testing Environment(s)
Relevant log output
No response
The text was updated successfully, but these errors were encountered: