-
Notifications
You must be signed in to change notification settings - Fork 54
Cannot Read Property "Fieldsets" on Drag if External Rich Text Editors #362
Comments
Now that I think about it, it might be a problem with rich text editors outside of Archetype rather than Archetypes in other tabs. Not sure. Will have to look into further. |
Yeah, pretty sure it's with rich text editors outside of Archetype rather than Archetypes in other tabs. I bet if we modify the "rteClass" to include a selector to ensure it's a rich text editor inside of an Archetype, that would fix the issue. |
Note that adding the extra class wouldn't necessarily catch all instances, as there could be a property editor inside of Archetype that itself contains a rich text editor, but it would at least be as effective as the previous implementation prior to 1.13.0. If interested, you could also add a check to see if the rich text editor is immediately under an Archetype property. Also, some defensive coding could be added so that null is returned from |
I'll start working on a pull request for this. |
… outside of Archetype: kgiszewski#362
Pull request here: #364 |
@Nicholas-Westby as I recall, this was resolved with your PR. I'm closing the issue now, feel free to reopen it if I'm mistaken. |
@kjac Yep, it's fixed and the PR has been merged, but I don't think it's been released as a new Archetype version yet. |
@Nicholas-Westby thanks. We're putting together a new release soon :) |
I get this error when I drag a fieldset and there is an Archetype property in another tab.
For the search engines, that error message is:
Archetype 1.13.0. Umbraco 7.4.3. Probably related to the nested dragging feature I implemented: #355
I might be able to tackle this in a few days, but thought I'd report it in case you have time and others need a quicker fix.
The text was updated successfully, but these errors were encountered: