Weird bug
Weird bug
I´m displaying the report in a viewer in a modal form without any problem.
But sometimes if I wait a while with the viewer oppened, without doing anything, the labels and textboxes in the report suddently get a wrong style (like centered without any formating).
If i change zoom it displays correctly again...
Any clue about whats happening?
Thanks,
JB
But sometimes if I wait a while with the viewer oppened, without doing anything, the labels and textboxes in the report suddently get a wrong style (like centered without any formating).
If i change zoom it displays correctly again...
Any clue about whats happening?
Thanks,
JB
Re: Weird bug
Hello,
Please clarify which version are you use?
Also, please check the last release.
Thank you.
Please clarify which version are you use?
Also, please check the last release.
Thank you.
Re: Weird bug
Version 2018.1
Will try to update
Thanks
JB
Will try to update
Thanks
JB
Re: Weird bug
Okay,
Please let us know about the result.
Thank you.
Please let us know about the result.
Thank you.
Re: Weird bug
Upgraded, but the problem persists.
looks like after awhile every text on a label and textbox gets centered and without any format style
I´m going to do some more tests.
JB
looks like after awhile every text on a label and textbox gets centered and without any format style
I´m going to do some more tests.
JB
Re: Weird bug
Hello,
We couldn't reproduce this bug.
Please send us a sample project which reproduces the issue for analysis.
Thank you.
We couldn't reproduce this bug.
Please send us a sample project which reproduces the issue for analysis.
Thank you.
Re: Weird bug
It´s a single page application. I´ve narrowed it down doing the following steps:
1. I load a modal with the viewer, and load a report with no problems at the first time.
2. then the modal is hidden, i and if i load it again with a diferent report a second or third time it initially displays well, but after a few seconds the report labels and text get all centered
JB
1. I load a modal with the viewer, and load a report with no problems at the first time.
2. then the modal is hidden, i and if i load it again with a diferent report a second or third time it initially displays well, but after a few seconds the report labels and text get all centered
JB
Re: Weird bug
Hello, JB.
We have some ideas about this issue.
Could you make some tests for us?
Please, try to add this line:
If it does not help, try to add this code:
Please, let us know about results.
Thank you.
We have some ideas about this issue.
Could you make some tests for us?
Please, try to add this line:
Code: Select all
viewer.jsObject.initAutoUpdateCache = function() { };
Code: Select all
viewer.jsObject.options.server.allowAutoUpdateCache = false;
Thank you.
Re: Weird bug
I will be doing some more tests but i think the first line of code solved the issue!!!
Thanks
JB
Thanks
JB
Re: Weird bug
Hello,
Okay. Let us know about the result.
Okay. Let us know about the result.