Description: Tables habe resize handles in writer and impress on iOS. However they are not visible in 4.1.63. They were still present in 4.1.61. The functionality itself works, it's possible to resize columns and rows by draging the "invisible" handle. Maybe the corresponding graphics element is just missing? Steps to Reproduce: 1. Open a writer or impress document with a talbe using the iOS app 2. Enter the table so it has focus 3. Check if there are resize handles to resize columns/rows Actual Results: In 4.1.63 the handles are not visible - they were visible in 4.1.61. Expected Results: The handles should be visible. Reproducible: Always User Profile Reset: No Additional Info:
Created attachment 154773 [details] Resize handles in 4.1.61
Created attachment 154774 [details] Missing resize handles in 4.6.63
Moving to NEW as agreed in the ESC meeting
Looking into this now.
Sigh, it seems that bisecting just the online repo won't help here, which is sad, as doing bisecting on just that is relatively quick. (If I reset online:collabora-online-4 to the state in 4.1.61, but use a current core:cp-6.0, the handles do not show up). Bisecting the core repo takes more time.
Weird. If I build the app, core and online parts, from exactly the same commits as in 4.1.61, I still don't get the resize handles.
Ah, the problem was missing "branding" SVG files for the resize handles, as Nicolas guessed. The way the "branding" of the app is set up is somewhat ad-hoc, and the branding is kept in a different repository, which explains why even when building core and online from the exact commits in 4.1.61, the handles still did not show up. Will be present again in future builds.
Fixed. I tested with 4.1.67 and I can't reproduce the issue anymore. I think this issue can be closed. Thanks a lot to the Collabora team and especially Tor for fixing this issue!