Skip to content
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

Buttons are activated by clicking them with right button #2565

Closed
Comandeer opened this issue Nov 1, 2018 · 1 comment
Closed

Buttons are activated by clicking them with right button #2565

Comandeer opened this issue Nov 1, 2018 · 1 comment
Assignees
Labels
browser:edge The issue can only be reproduced in the Edge (edgeHTML engine based) browser. browser:ie The issue can only be reproduced in the Internet Explorer browser. status:confirmed An issue confirmed by the development team. type:bug A bug.
Milestone

Comments

@Comandeer
Copy link
Member

Type of report

Bug

Provide detailed reproduction steps (if any)

  1. Open https://sdk.ckeditor.com/samples/classic.html
  2. Right click any button inside the toolbar.

Expected result

Nothing happens.

Actual result

  • Button is activated.
  • Additionally native context menu could open.

Other details

  • Browser: IE, Edge
  • CKEditor version: 4.5.0+

Seems like it's connected with the fact that clicks are handled by mouseup event in IEs: https://github.com/ckeditor/ckeditor-dev/blob/0806fb6c214d78caeda6f5b2ef3f729669b4a009/plugins/button/plugin.js#L32

@Comandeer Comandeer added type:bug A bug. status:confirmed An issue confirmed by the development team. browser:edge The issue can only be reproduced in the Edge (edgeHTML engine based) browser. browser:ie The issue can only be reproduced in the Internet Explorer browser. labels Nov 1, 2018
@Comandeer Comandeer self-assigned this Nov 23, 2018
@f1ames
Copy link
Contributor

f1ames commented Feb 19, 2019

Closed in f5699ec.

@f1ames f1ames closed this as completed Feb 19, 2019
@mlewand mlewand added this to the 4.11.3 milestone Feb 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
browser:edge The issue can only be reproduced in the Edge (edgeHTML engine based) browser. browser:ie The issue can only be reproduced in the Internet Explorer browser. status:confirmed An issue confirmed by the development team. type:bug A bug.
Projects
None yet
Development

No branches or pull requests

3 participants