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

Selection on fragmented scope #1

Open
michalstocki opened this issue Aug 12, 2014 · 0 comments
Open

Selection on fragmented scope #1

michalstocki opened this issue Aug 12, 2014 · 0 comments
Assignees

Comments

@michalstocki
Copy link
Owner

When we enable selection on many paragraphs at once, we should't allow to create selection between several paragraphs - it may contain other paragraphs' siblings.

$('p').customSelection();

The problem is wider. We should ensure that always only one pair of markers is visible at a time, even if we attach custom selection on contents of different windows (e.g. iframe's). It also means that every document-connected operation (e.g document.createElement()) should be executed in context of window containing selected element.

@michalstocki michalstocki self-assigned this Aug 12, 2014
michalstocki pushed a commit that referenced this issue Sep 2, 2014
Removed jumping of marker while it's being moved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant