Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Multi-clicking select all bug #8

Open
neocotic opened this issue May 25, 2011 · 0 comments
Open

Multi-clicking select all bug #8

neocotic opened this issue May 25, 2011 · 0 comments
Labels

Comments

@neocotic
Copy link

I've noticed that when attempting to select all via multi-clicking (2-4 clicks I think) that the syntax highlighter loses its formatting and can cause the page to scroll to the top and can take a long time before it re-renders. This appears to be the case with all SyntaxHighlighter implementations but embedded instances can cancel out the effect easily by clicking outside the pre/script affected. Unfortunately, since this extension is a full page instance it cannot really be clicked outside of.

I suppose an event handler could be used to overload the multi-clicking action and swallow the event. Not sure though.

Although not directly related to this bug it might be nice to add an event handler to listen to select all key events (e.g. Ctrl+A) to only select the contents of the container and not the gutter.

@ajmath ajmath added the bug label Jul 23, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants