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

Rich combos react to right mouse button click #2845

Closed
Comandeer opened this issue Feb 21, 2019 · 1 comment · Fixed by #2859
Closed

Rich combos react to right mouse button click #2845

Comandeer opened this issue Feb 21, 2019 · 1 comment · Fixed by #2859
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. plugin:richcombo The plugin which probably causes the issue. status:confirmed An issue confirmed by the development team. type:bug A bug.
Milestone

Comments

@Comandeer
Copy link
Member

Comandeer commented Feb 21, 2019

Type of report

Bug

Provide detailed reproduction steps (if any)

  1. Open https://ckeditor.com/docs/ckeditor4/latest/examples/standardpreset.html
  2. Right click on "Format" dropdown.

Expected result

Nothing happens.

Actual result

Chrome, Safari: Dropdown highlights just like after normal click.
IE/Edge: dropdown reacts as being clicked by left mouse button (it opens).

Other details

  • Browser: Chrome, Safari, IE/Edge
@Comandeer Comandeer added type:bug A bug. status:confirmed An issue confirmed by the development team. browser:chrome The issue can only be reproduced in the Chrome browser. browser:safari The issue can only be reproduced in the Safari browser. 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 Feb 21, 2019
@Comandeer Comandeer self-assigned this Feb 24, 2019
@Comandeer Comandeer added plugin:richcombo The plugin which probably causes the issue. and removed browser:chrome The issue can only be reproduced in the Chrome browser. browser:safari The issue can only be reproduced in the Safari browser. labels Feb 24, 2019
@Comandeer
Copy link
Member Author

Comandeer commented Feb 24, 2019

After further investigation it seems that browsers, except Firefox, agrees that :active pseudoclass should be applied to elements that are being clicked also by right mouse button. Therefore I filled bug in Firefox → https://bugzilla.mozilla.org/show_bug.cgi?id=1530202

It's bug in both Safari and Chrome:

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. plugin:richcombo The plugin which probably causes the issue. status:confirmed An issue confirmed by the development team. type:bug A bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants