You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the standalone build of the projector plugin from master.
bazel 2.1.0
Chrome 85.0.4183.102
Issue description
In the projector plugin, the selected bookmark fails to load.
Steps to recreate:
Build the projector plugin using the standalone target
Open in browser
Switch to the "Word2Vec All" sample dataset
Select the sample bookmark "Politics: Bad to Good"
Console output:
Uncaught TypeError: evt.path[i].getAttribute is not a function
at HTMLElement.getParentDataIndex (vz-projector-inspector-panel.mjs:404)
at HTMLElement._radioButtonHandler (vz-projector-inspector-panel.mjs:377)
at handler (apply-shim.js:264)
at HTMLElement.<anonymous> (iron-a11y-keys-behavior.js:295)
at _fire (dom-if.js:63)
at trackForward (dom-if.js:444)
at Object.click (dom-if.js:403)
at HTMLElement._handleNative (dom-repeat.js:644)
Probably this is another side-effect of the recent upgrade to Polymer3?
The text was updated successfully, but these errors were encountered:
aknoerig
added a commit
to aknoerig/tensorboard
that referenced
this issue
Sep 14, 2020
Bookmark loading currently fails because of a missing type check. This change makes sure the object that is checked against is actually an HTMLElement.
Bookmark loading currently fails because of a missing type check.
This change makes sure the object that is checked against is actually
an HTMLElement.
See #4159
Environment information (required)
I am using the standalone build of the projector plugin from master.
Issue description
In the projector plugin, the selected bookmark fails to load.
Steps to recreate:
Console output:
Probably this is another side-effect of the recent upgrade to Polymer3?
The text was updated successfully, but these errors were encountered: