REPRODUCIBILITY (% or how often): 100 %
BUILD ID = OS VERSION (Settings > About product): 4.3.0.12
HARDWARE (XA2, X10, X10 II, …): Sony Xperia XA2
UI LANGUAGE: German (de-de)
REGRESSION: (compared to previous public release: Yes, No, ?): No, I am experiencing this bug since many releases now…
DESCRIPTION:
The native terminal app truncates its content on device rotation, i.e. multiple lines disappear after a rotation.
This does not just happen for the case where the terminal app is open (i.e. in foreground) but also if the app is in background.
PRECONDITIONS:
The native Jolla Terminal app must be installed, this requires to activate the developer tools in the settings.
STEPS TO REPRODUCE:
- Open the
Terminal
app in portrait format - Execute the following command:
printf 'Line %d\n' $(seq 50)
- Rotate the device into landscape format
- Rotate the device back into portrait format
EXPECTED RESULT:
The whole content - i.e. the 50 lines in this example - is being preserved on device rotation.
ACTUAL RESULT:
The terminal’s content is being truncated, in this example there will be 20 missing lines after the device rotation.
ADDITIONAL INFORMATION:
Screenshot (actions visualised from left to right):