Bug 89168 - android: React on page size changes
Summary: android: React on page size changes
Status: RESOLVED WORKSFORME
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Android Viewer (show other bugs)
Version:
(earliest affected)
4.5.0.0.alpha0+ Master
Hardware: Other All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: mabAndroid
  Show dependency treegraph
 
Reported: 2015-02-06 12:19 UTC by Jan Holesovsky
Modified: 2023-02-09 13:56 UTC (History)
3 users (show)

See Also:
Crash report or crash signature:


Attachments
How it looks like currently. (28.34 KB, image/png)
2019-01-18 08:48 UTC, Miklos Vajna
Details
Screencast with master as of 2023-02-09 (445.99 KB, video/webm)
2023-02-09 13:52 UTC, Michael Weghorn
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Holesovsky 2015-02-06 12:19:30 UTC
In the about dialog, choose 'Show Notice', and it opens, and shows all the content.

The problem is that it shows an additional empty page with few horizontal grey stripes, so it looks like if something went wrong, and the user should see something more, but does not.

Hopefully just means that we get wrong amout of pages from LibreOffice :-)
Comment 1 Christian Lohmaier 2015-10-03 20:04:57 UTC
works for me in current master
Comment 2 Jan Holesovsky 2015-10-08 08:23:50 UTC
I'm afraid there are still other documents that do not work correctly, as there is no implementation of the LOK_CALLBACK_DOCUMENT_SIZE_CHANGED handling; so let's keep it open please, just with a changed summary...
Comment 3 Xisco Faulí 2018-01-17 17:17:35 UTC
Hello Jan Holesovsky,
Is this issue still reproducible in master?
Comment 4 QA Administrators 2019-01-18 03:59:00 UTC Comment hidden (obsolete)
Comment 5 Miklos Vajna 2019-01-18 08:47:02 UTC
(In reply to Xisco Faulí from comment #3)
> Hello Jan Holesovsky,
> Is this issue still reproducible in master?

Yes, it is. Steps:

1) open a oneliner document
2) enable experimental mode to have editing
3) press enter enough times to have a second page

Expected: the second page shows up

Actual: the cursor goes outside the only page
Comment 6 Miklos Vajna 2019-01-18 08:48:06 UTC
Created attachment 148419 [details]
How it looks like currently.
Comment 7 QA Administrators 2021-01-18 04:08:22 UTC Comment hidden (obsolete)
Comment 8 QA Administrators 2023-01-19 03:24:57 UTC Comment hidden (obsolete)
Comment 9 Michael Weghorn 2023-02-09 13:52:54 UTC
Created attachment 185265 [details]
Screencast with master as of 2023-02-09
Comment 10 Michael Weghorn 2023-02-09 13:56:27 UTC
(In reply to Miklos Vajna from comment #5)
> (In reply to Xisco Faulí from comment #3)
> > Hello Jan Holesovsky,
> > Is this issue still reproducible in master?
> 
> Yes, it is. Steps:
> 
> 1) open a oneliner document
> 2) enable experimental mode to have editing
> 3) press enter enough times to have a second page
> 
> Expected: the second page shows up
> 
> Actual: the cursor goes outside the only page

I cannot reproduce this with current master anymore, s. screencast attachment 185265 [details].

(In reply to Jan Holesovsky from comment #2)
> I'm afraid there are still other documents that do not work correctly, as
> there is no implementation of the LOK_CALLBACK_DOCUMENT_SIZE_CHANGED
> handling; so let's keep it open please, just with a changed summary...

That callback is still unhandled, though. I have create follow-up ticket tdf#153500 with a new user scenario (changing the page size) to keep track of this without changing steps to reproduce in this existing issue again.

-> Closing this one as WORKSFORME now, since the originally reported steps appear to no longer be problematic.