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

--- Comment #2 from Fernand <s...@pmg.be> ---
Its a REGRESSION it not happens in LO 4 only LO 5
Our users are confronted with empty Msgboxes , empty Erromessages, and also
enmpty Dialogs (xray)
Verry hard to reproduce sometimes the box is empty, next time its normal.
It happens always when there is a dialog on the screen with a "rendered" image
in the screen. But sometimes it happens also with normal Dialogs and no
rendered images init. The number of controls affect the behaviour.
The rendering of a image is done in the Dialog.peer. 

oRenderer = createUnoService("com.sun.star.graphic.GraphicRendererVCL")
oRenderer.Device = odialog.Peer.createGraphics.Device 
oRenderer.DestinationRect = sRectan 
oRenderer.render(oGraphic)

The attached document show the bug
push the button in the document to open a dialog where the document image is
shown for cropping.
Then push on the button in the dialig and a EMPTY error messsage will been
showed.

The same happens with: 
mssbox
"print" output from basic
xray dialogs

-- 
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