- Issue created by @jannakha
- Status changed to Postponed: needs info
8 months ago 1:32am 2 April 2024 - 🇨🇦Canada mparker17 UTC-4
@jannakha, thank you for filing this issue. I've moved it from the "Task" category to the "Feature request" category → , because it is asking for "new functionality to be added to the project". I have also changed the Priority → from "Normal" to "Major" because changing the UI is both very valuable to the project, and also a large scope of work to complete.
I didn't see your proposed resolution ("Make adding/editing
I am marking this as "Postponed (maintainer needs more info)" because we need some more information from you before we can proceed...
- Apologies (you probably know a lot more about the inner workings of CKEditor plugins than I do), but when you say "abbr UI can be improved as it's currently not a CKEditor5 object", what do you mean by "not a CKEditor5 object"?
My first thought was that you're referring to how CKEditor core upcasts anchor tags to CKEditor "model" objects; but the code in ourjs/ckeditor5_plugins/abbreviation/src/abbreviationediting.js
does the same thing... so perhaps you mean something else? Can you explain what you mean specifically? - Could you clarify whether you're requesting that we change the "Add Abbreviation" UI if the toolbar button is clicked without selecting text? (currently, both fields in the balloon are editable in this case) If so, what should it look like and how should it work?
- Could you clarify whether you're requesting that we change the "Add Abbreviation" UI if the toolbar button is clicked after selecting text? (currently, only the second "Add title" field in the balloon is editable in this case) If so, what should it look like and how should it work?
- Could you clarify whether you're requesting that we change the "Edit Abbreviation" UI at all? If so, what should it look like and how should it work?
- Could you clarify which buttons you are requesting to appear in the balloon if you click an abbreviation? (CKEditor core's anchor tag UI shows an "Fragment" button which doesn't make sense in the context of an abbreviation, an "Edit" button that launches an Edit balloon, and a "Delete" link that removes the link/abbreviation)
Thank you!
- Apologies (you probably know a lot more about the inner workings of CKEditor plugins than I do), but when you say "abbr UI can be improved as it's currently not a CKEditor5 object", what do you mean by "not a CKEditor5 object"?