skafy Posted November 21, 2016 Posted November 21, 2016 Hello, I recently notices that I'm getting blank white page after dialog is closed. In my application on MainForm I have DBGrid and when double click is performed detail form is shown. After I click close button on this detail form I get white blank page. It seems that behind the whiteness there are all controls from MainForm, but they aren't visible. Attachments: On start there is MainForm (MainForm.png) Double click on the record opens details dialog (DetailsDialog.png) When Close button on details dialog is clicked, I get whiteness (BlankWhite.png) Because this started recently I suspected that some IE patch made this. I found out that this blank white page only apper on Windows 7, witch has IE 11 with KB3197655 patch installed (seen in Windows 7 - IE11.png). I followed this patch on MS website (https://support.microsoft.con/en-us/kb/3197655). There is this drawElements (KB3203729) that they fixed witch I think is a change that causes me problems. On other IE Works just fine, but this combination seems to cause me problem. Blank white page sometimes disaper by it self and show MainForm and sometimes don't. I found that that if I resize IE when there is a white blank page, it dissaper and MainForm is shown. Please help. Best regards! Quote
skafy Posted November 24, 2016 Author Posted November 24, 2016 I manage to resolve the issue. There was a problem with URLFrame. I was showing attachment in details form (.pdf) in URLFrame using <frame> tag. I resolve the issue by clearing URLFrame's HTML property before closing detail form. Quote
Administrators Farshad Mohajeri Posted November 24, 2016 Administrators Posted November 24, 2016 Thanks for update Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.