Cannot use TrackChanges
plugin while customizing comments features
#17643
Labels
squad:collaboration
Issue to be handled by the Collaboration team.
type:bug
This issue reports a buggy (incorrect) behavior.
π Provide detailed reproduction steps (if any)
Create a CKEditor build that uses the
TrackChanges
glue plugin, but instead of using theComments
glue plugin, usesCommentsEditing
andCommentsUI
.βοΈ Expected result
It works
β Actual result
β Possible solution
If the
TrackChanges
plugin were to have a soft requirement on the individual plugins it actually cares about (does it actually depend on theCommentsOnly
plugin or on theCommentsArchive
plugin?) rather than the wholeComments
glue plugin, then builds could use theTrackChanges
plugin while also customizing the comments features/plugins.π Other details
Our use case is that we don't want the
CommentsOnly
orCommentsArchive
plugins inflating our bundle or adding to runtime overhead, so we includeCommentsEditing
andCommentsUI
instead. But we want all of the track changes functionality, so we want to use theTrackChanges
plugin, but can't.If you'd like to see this fixed sooner, add a π reaction to this post.
The text was updated successfully, but these errors were encountered: