-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[V15-RC1] TipTap RTE Config Feedback - Unable to remove toolbar button, redorder, delete group or row #17190
Comments
Hi there @warrenbuckley! Firstly, a big thank you for raising this issue. Every piece of feedback we receive helps us to make Umbraco better. We really appreciate your patience while we wait for our team to have a look at this but we wanted to let you know that we see this and share with you the plan for what comes next.
We wish we could work with everyone directly and assess your issue immediately but we're in the fortunate position of having lots of contributions to work with and only a few humans who are able to do it. We are making progress though and in the meantime, we will keep you in the loop and let you know when we have any questions. Thanks, from your friendly Umbraco GitHub bot 🤖 🙂 |
Hi @warrenbuckley, the first item (sorting inside a toolbar group) is something I can reproduce, but not the others. I can't (yet) see your video, but do you not get a delete/trashbin button on each group and row? |
@iOvergaard I do get a trash button on the group and row, but clicking them does nothing. |
Oh, interesting! Could you copy/paste your system information into the description, please? copysysinfo.mp4 |
And do you get any error in the console, that you could share with us as well, please? |
Error when clicking button is in console property-editor-ui-tiptap-toolbar-configuration.element.ts:151 Uncaught TypeError: Cannot assign to read only property '0' of object '[object Array]'
at Array.splice (<anonymous>)
at m.M (property-editor-ui-tiptap-toolbar-configuration.element.ts:151:42)
at m.<anonymous> (property-editor-ui-tiptap-toolbar-configuration.element.ts:226:21)
at wt.handleEvent (index.js:15:6103)
M @ property-editor-ui-tiptap-toolbar-configuration.element.ts:151
(anonymous) @ property-editor-ui-tiptap-toolbar-configuration.element.ts:226
handleEvent @ index.js:15 |
And clicking the delete for the row is this error/stack trace property-editor-ui-tiptap-toolbar-configuration.element.ts:170 Uncaught TypeError: Cannot delete property '1' of [object Array]
at Array.splice (<anonymous>)
at m.S (property-editor-ui-tiptap-toolbar-configuration.element.ts:170:32)
at m.<anonymous> (property-editor-ui-tiptap-toolbar-configuration.element.ts:206:21)
at wt.handleEvent (index.js:15:6103)
S @ property-editor-ui-tiptap-toolbar-configuration.element.ts:170
(anonymous) @ property-editor-ui-tiptap-toolbar-configuration.element.ts:206
handleEvent @ index.js:15 |
Which Umbraco version are you using? (Please write the exact version, example: 10.1.0)
15.0.0-rc1
Bug summary
Using the TipTap Config editor, I am unable to do the following things
Specifics
Recording.2024-10-04.123429.mp4
Steps to reproduce
See attached video
Expected result / actual result
That the operations to move, delete and reorder toolbar buttons
This item has been added to our backlog AB#44726
The text was updated successfully, but these errors were encountered: