https://bugs.documentfoundation.org/show_bug.cgi?id=106281

            Bug ID: 106281
           Summary: Progress bar, on status line, no longer indicating
                    progress
           Product: LibreOffice
           Version: 5.4.0.0.alpha0+ Master
          Hardware: x86-64 (AMD64)
                OS: Linux (All)
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Writer
          Assignee: libreoffice-bugs@lists.freedesktop.org
          Reporter: mcmurchy1917-bugzi...@yahoo.co.uk

In Writer when using a progress bar within a macro it should show progress by a
coloured bar, in my case blue, moving steadily to the right.
With Master this is no longer the case. 

Steps to reproduce the problem.

1.
Download the files ProgressBarTest.odt document from this bug report. 

2.
Start LibreOffice writer with the document ProgressBarTest.odt downloaded in
step 1. Note: this file contains a macro so be mindful that some security steps
might need to be taken.

3.
The document should open and will include the text “This is a test document”
and a button called “ProgressBarTest”

4.
The status bar, bottom of the window, should contain the following text -
“Page 1 of 1    5 words, 23 characters  Default Style”

5.
Run the ProgressBarTest macro by pressing the button “ProgressBarTest”

6.
Expected results. 

The Status Bar will change to the text “Progressing n of 100”
where 'n' will be a number between 1 and 100. To the right of this text a blue
line will rapidly move to the right until it uses all available space and 'n'
will repeatedly increment by 1 until it reaches 100.

7.
Actual results.

The Status Bar changes to the text “Progressing n of 100”
where 'n' is a number between 1 and 100. There is no blue line. However, 'n' is
repeatedly  incremented by 1 until it reached 100.


Alex

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to