-
Bug
-
Resolution: Fixed
-
Normal
-
9.0.0, 9.5.0.2
-
Test
Steps to Reproduce
- Create a PDF page with a big image in it (so that loading this data takes a long time)
- Open the PDF in the PDF viewer component
- Close the PDF viewer before the loading of the page is complete
Current Result
JavaScript error "Cannot read property 'lastChild' of undefined"
Expected Result
The PDF viewer in the browser should cancel pending requests or silently swallow them.
Debug Information
The affected compoent is org.zkoss.zkex.zul.Pdfviewer
Workaround
Haven't found one, yet
- relates to
-
ZK-4774 ZK-4754 follow-up javascript error if pdfviewer detach before content loaded
- Closed