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

Pseudocode highlight/unhighlight bug #158

Open
vkaravir opened this issue Jun 24, 2014 · 0 comments
Open

Pseudocode highlight/unhighlight bug #158

vkaravir opened this issue Jun 24, 2014 · 0 comments

Comments

@vkaravir
Copy link
Owner

Highlight/unhighlight for pseudocode have bugs when applied for multiple lines. For example:

pseudo = av.code(["line1", "line2"]);
pseudo.highlight(1);
pseudo.unhighlight([1, 2]);

ends up with line 1 not highlighted (as it should be) and line 2 incorrectly highlighted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant