psankar / Find-Many-Strings

A Google Chrome extension to highlight many strings simultaneously in web pages.
https://chrome.google.com/webstore/detail/phabnclfbnmhmoipebjdfhkiacojlcnc
Apache License 2.0
11 stars 3 forks source link

Clear Highlights is buggy #5

Closed varunkumar closed 13 years ago

varunkumar commented 13 years ago

How to reproduce?

The issue seems to be with the variable name used for storing the selected content. If the parentNode of the highlighted node contains 'text' attribute, the clear operation will fail.

Fixed this by changing the name of the variable.

-- Varun

psankar commented 13 years ago

Issue resolved by Varunkumar and update released in version 1.3. Marking as resolved.