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
Here is another version of the demo fiddle that bypasses addNotes but successfully generates notes: https://jsfiddle.net/zj5m21ba/1/
The text was updated successfully, but these errors were encountered:
karlolsonuc
changed the title
[ISSUE] addNotes function adding notes as an array of objects, parsed as [object Object
[ISSUE] addNotes function adding notes as an array of objects, parsed as [object Object] in notes field
Apr 21, 2021
karlolsonuc
changed the title
[ISSUE] addNotes function adding notes as an array of objects, parsed as [object Object] in notes field
[BUG] addNotes function adding notes as an array of objects, parsed as [object Object] in notes field
Apr 21, 2021
I noticed the same issue yesterday after updating. It looks like the function was updated as part of the addTextDefinition update that took place for 3.5.0.
Category
Version
Please specify what version of the library you are using: 3.5.0
Please specify what version(s) of PowerPoint you are targeting: Powerpoint Online, Google Slides (they show identical behavior)
Expected / Desired Behavior
addNotes should result in text notes in the Notes field of the Powerpoint file.
Observed Behavior
addNotes function with any string results in [object Object] in the note field in any reader I've tried it in.
Steps to Reproduce
Here is a slightly modified version of the demo fiddle which replicates this behavior: https://jsfiddle.net/zj5m21ba/0/
Here is another version of the demo fiddle that bypasses addNotes but successfully generates notes: https://jsfiddle.net/zj5m21ba/1/
The text was updated successfully, but these errors were encountered: