tags-annotator icon indicating copy to clipboard operation
tags-annotator copied to clipboard

accumulating cancel/save buttons with repeated clicks, color not found

Open SumeetSandhu opened this issue 12 years ago • 2 comments

(1) when the annotation is clicked upon multiple times (without refreshing page), the cancel/save buttons multiply with each click (concatenated vertically) (2) when the colors for tags are more complex colors (e.g. "orangered", "lawngreen") they don't render correctly, but simpler colors work ok.

SumeetSandhu avatar Apr 05 '14 23:04 SumeetSandhu

It seems that multiple cancel\save buttons is a problem of a greater scale. Any solutions?

elmiram avatar Mar 20 '15 18:03 elmiram

@SumeetSandhu @elmiram : (1) https://github.com/lduarte1991/tags-annotator/pull/6 (2) The list of color names understood by default is here: https://github.com/lduarte1991/tags-annotator/blob/master/src/tags-annotator.js#L1018

techgique avatar Dec 21 '17 00:12 techgique