[BUG] component with textable:1 not working since version 0.16.12
See original GitHub issueHello,
I’ve just updated to the lasted version 0.16.12 and have a bug when trying to move a component that has the property textable:1
into a text component.
It works on the previous version 0.16.3.
When i move the component I get an error in the console
Uncaught TypeError: Cannot read property 'attributes' of undefined - ComponentView.js:293
I made a basic example here: https://codepen.io/antman3351/pen/pojZWLe
Thanks!
Issue Analytics
- State:
- Created 3 years ago
- Reactions:3
- Comments:16 (3 by maintainers)
Top Results From Across the Web
Bug Reporting - Apple Developer
With Feedback Assistant available on iPhone, iPad, Mac, and the web, it's easy to report issues you encounter and request enhancements to APIs,...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I’m leaving here a working example of a textable component https://jsfiddle.net/artur_arseniev/0b9ox72g/
Hope this gets resolved at a later date. Came to the same conclusion as @bogdanbs, that it can’t find the activeRte component when it runs (activeRte does however show up if I do a console.log(), but when using breakpoints in Visual Studio, it doesn’t exists when dragging directly into a text?). I tried making some work-arounds directly in the .JS-file, but with no luck so far.
I have rolled back to v0.16.3, where it doesn’t have the same issue, as this is very needed in the current project I am working on, but it would be sweet to be up to date on the rest of the code - i’ll keep my eyes open for further updates 😃