-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Uncaught TypeError: Cannot read property 'complete' of undefined" appears in dev console if save Previewed image as a new View and open this View on another page #1387
Comments
Hi @chalov-anton. Thank you for your report. Please, add a comment to assign the issue:
|
@magento I am working on this |
Also related to this issue, when you follow the steps described on the issue, the image that gets displayed on the image preview section is incorrect, currently, it is displaying the image from the previous page, instead of the image from the saved bookmark. |
… property 'complete' of undefined appears in dev console if save Previewed image as a new View and open this View on another page - created separate function for loading of image data in preview
…undefined appears in dev console if save Previewed image as a new View and open this View on another page - modification on image-preview.js to fix issue of wrong image showing in image preview section when switching views
…undefined appears in dev console if save Previewed image as a new View and open this View on another page - added new listener to bookmark provider
… property 'complete' of undefined appears in dev console if save Previewed image as a new View and open this View on another page - suggested modifications
… property 'complete' of undefined appears in dev console if save Previewed image as a new View and open this View on another page - requested modifications
… property 'complete' of undefined appears in dev console if save Previewed image as a new View and open this View on another page - fix static test and unit test
… property 'complete' of undefined appears in dev console if save Previewed image as a new View and open this View on another page - modified function description
… property 'complete' of undefined appears in dev console if save Previewed image as a new View and open this View on another page - fix static test fail
Preconditions (*)
Steps to reproduce (*)
Expected result (*)
No error message in dev console
Actual result (*)
❌ Uncaught TypeError: Cannot read property 'complete' of undefined appears in dev console
The text was updated successfully, but these errors were encountered: