SYMPTOM:
In Strategy Web 9.x, there is a feature called "Manage Views" which allows users to specify how to display documents on mobile devices, by giving display options based on user device rotation and device resolution. For more information on this feature, also see KB47490: Manage Mobile Views in MicroStrategy Mobile 9.4.x and 10.x
One of the features of Manage Views is the ability to delete an object from a single view, which is done by deleting the object in Design Mode, either in the Document Structure tab or in the template itself. It is also possible to hide objects in a view by unchecking the "Visible" check box in the objects "Properties and Formatting" window. The object will then be hidden in that view, and by default in the template of that view as well. However, all objects will still be displayed in the Document Structure tab in all views, regardless of whether they have been deleted. This means that after having deleted a Panel Stack from a view, a user can still interact with all the panels it contains in the Document Structure tab. When a user clicks on a panel inside of a removed Panel Stack, a JavaScript error will appear as shown below:
In Google Chrome:

TypeError: Cannot read property 'parentNode' of null at unknown function (oTarget,targetType) at unknown function (e) at unknown /**/ { Strategy.bone( 
Strategy client-side error log: Unable to get value of the property 'parentNode': object is null or undefined at unknown function(oTarget,targetType) at unknown function(e) at unknown function anonymous(e)




The selected object(s) will be deleted from all Views. Would you like to Continue? Choose Yes to delete it in all Views. Choose No to hide the object in the current View and keep it visible in all other views.

CAUSE:
This is a known issue in Strategy Web 9.x. The error appears due to the way panels find their parent object. Normally, a panel would look above itself in the document structure and identify its parent node. However, since the Panel Stack has been deleted in the current view, the panel cannot find the parent Panel Stack, and serves this error to the user in the form of a JavaScript error notification.
ACTION:
Strategy will continue to investigate and post updates as soon as they are available.