Emoji shouldn't show dropdown when inside a text #2195
Labels
good first issue
Relatively easy to fix. This is a perfect issue if you are willing to create a Pull Request.
plugin:emoji
The plugin which probably causes the issue.
status:confirmed
An issue confirmed by the development team.
target:minor
Any docs related issue that can be merged into a master or major branch.
type:bug
A bug.
Milestone
Type of report
Bug
Provide detailed reproduction steps (if any)
http://tests.ckeditor.test:1030/tests/plugins/emoji/manual/emoji
foo:fa
.Expected result
Nothing happens.
Actual result
Emoji dropdown shows up.
Other details
In the current implementation
emoji
triggers dropdown inside sentence with:
character. It's little awkward especially if you setconfig.minChars = 0
. We handled this issue insidementions
plugin and I think it should be also handled inemoji
.The text was updated successfully, but these errors were encountered: