Bug 89168

Summary: android: React on page size changes
Product: LibreOffice Reporter: Jan Holesovsky <kendy>
Component: Android ViewerAssignee: Not Assigned <libreoffice-bugs>
Status: RESOLVED WORKSFORME    
Severity: normal CC: m.weghorn, vmiklos, xiscofauli
Priority: medium    
Version: 4.5.0.0.alpha0+ Master   
Hardware: Other   
OS: All   
See Also: https://bugs.documentfoundation.org/show_bug.cgi?id=153500
Whiteboard:
Crash report or crash signature: Regression By:
Bug Depends on:    
Bug Blocks: 84726    
Attachments: How it looks like currently.
Screencast with master as of 2023-02-09

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.