[Libreoffice-bugs] [Bug 132661] New: Wizard service does not display current Page
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Sun May 3 23:25:41 UTC 2020
https://bugs.documentfoundation.org/show_bug.cgi?id=132661
Bug ID: 132661
Summary: Wizard service does not display current Page
Product: LibreOffice
Version: 6.0.0.3 release
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: LibreOffice
Assignee: libreoffice-bugs at lists.freedesktop.org
Reporter: prrvchr at gmail.com
It is a malfunction that I have noted for a long time and as it is easy to work
around it I did not report it, but as the Wizard service has become unusable,
it seems important to me to report it...
If you do not manually manage the visibility of pages then only the first page
of the wizard path is displayed.
The workaround is to produce an XWizardPage whose following methods will
include:
> def activatePage(self):
> self.Window.setVisible(True)
> def commitPage(self):
> self.Window.setVisible(False)
Without this workaround the Wizard service is unusable and it should be noted
that this problem does not exist under OpenOffice whatever the version.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20200503/4b612550/attachment.htm>
More information about the Libreoffice-bugs
mailing list