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

Webkits modify selection, fix for native behaviour of browsers. #846

Open
msamsel opened this issue Aug 30, 2017 · 1 comment
Open

Webkits modify selection, fix for native behaviour of browsers. #846

msamsel opened this issue Aug 30, 2017 · 1 comment
Labels
browser:chrome The issue can only be reproduced in the Chrome browser. browser:safari The issue can only be reproduced in the Safari browser. status:confirmed An issue confirmed by the development team. type:feature A feature request.

Comments

@msamsel
Copy link
Contributor

msamsel commented Aug 30, 2017

Are you reporting a feature request or a bug?

feature

Check if the issue is already reported

https://bugs.webkit.org/show_bug.cgi?id=175131
https://bugs.chromium.org/p/chromium/issues/detail?id=752091

Provide detailed reproduction steps (if any)

  1. Open editor.
  2. Make collapsed selection inside any word.
  3. Right click to open context menu.

Table case:

  1. Open editor.
  2. Add table with some text in cells.
  3. Right click at the end of word in on of the cell (not the last).
  4. Selection will leak to the next table cell.

Expected result

Fix native behaviour of browser to properly made selection.

Actual result

Selection is modified by the browser.

Other details

  • Browser: Chrome, Safari
  • OS: MacOS
  • CKEditor version: 4.7.2
  • Installed CKEditor plugins: full-all
@msamsel msamsel added browser:chrome The issue can only be reproduced in the Chrome browser. browser:safari The issue can only be reproduced in the Safari browser. status:confirmed An issue confirmed by the development team. type:feature A feature request. labels Aug 30, 2017
@mlewand
Copy link
Contributor

mlewand commented Aug 30, 2017

It's worth noting that this issue is not reproducible on Windows.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
browser:chrome The issue can only be reproduced in the Chrome browser. browser:safari The issue can only be reproduced in the Safari browser. status:confirmed An issue confirmed by the development team. type:feature A feature request.
Projects
None yet
Development

No branches or pull requests

2 participants