browngraphicslab / Dash

1 stars 0 forks source link

Trying to access the Key Value Pane on sections of some sections of imported HTML crashes Dash #878

Closed bli0428 closed 5 years ago

bli0428 commented 6 years ago

Error is in NewAnnotationOverlay's this.initializeComponent(), and give the error:

"Windows.UI.Xaml.Markup.XamlParseException: 'The text associated with this error code could not be found. Cannot create instance of type 'Windows.UI.Xaml.Controls.InkCanvas' [Line: 17 Position: 39]'"

You can reproduce the error by importing Youtube or Facebook pages and trying to open the KVP on the right hand menu.

hannahchow commented 6 years ago

most likely has to do with privacy/account logins

tschicke-brown commented 6 years ago

This is because we automatically extract images from HTML, and these pages have a lot of images. When we open the KVP, we create editable images for each of these, and I think this crash is similar to an out of memory exception

stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] commented 5 years ago

This issue has been automatically closed because it has not had any recent activity.