NcRichContenteditable
: @mention item is not rendered properly in other apps
#4901
Labels
1. to develop
Accepted and waiting to be taken care of
bug
Something isn't working
feature: rich-contenteditable
Related to the rich-contenteditable components
regression
Regression of a previous working feature
Milestone
Might be related to it?
NcRichContenteditable
to the project also the componentNcMentionBubble
is bundled with id '357e6d0e' (which will be used for styles scope in[data-v-357e6d0e]
)NcRichContenteditable
is using mixinrichEditor
under the hood, which is in charge of renderingNcMentionBubble
. It is also bundled in the project with id '8a961b36'dist/assets/NcMentionBubble-<hash>.css
contains styles for scopedata-v-357e6d0e
, same as sourcewebpack://./node_modules/@nextcloud/vue/dist/assets/index.css
in production code[data-v-8a961b36]
That causes the styles for rendered mentions to be broken, if lib is used in Talk, for example:
Content in a bundled app:
Originally posted by @Antreesy in #4386 (comment)
The text was updated successfully, but these errors were encountered: