performant-software / Annotation-Studio

An online annotation platform for teaching and learning in the humanities.
http://www.annotationstudio.org
GNU General Public License v2.0
5 stars 1 forks source link

Broken color picker on annotation category creation #410

Closed camdendotlol closed 1 year ago

camdendotlol commented 2 years ago

When creating an annotation category at /admin/annotation_categories, the color picker doesn't respond to interaction and displays NaN for all the RGB values.

Screen Shot 2022-05-13 at 12 30 10 PM

It looks like this is a plugin of some sort that has probably suffered from dependency rot. These days, every browser has a nice native color picker. I think the best way to fix this bug is to replace the color picker plugin with a simple <input type="color"> field.

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

camdendotlol commented 1 year ago

Go away stalebot!

jamiefolsom commented 1 year ago

@camdendotlol stalebot removed 😉

camdendotlol commented 1 year ago

The new version of ActiveAdmin just removed the color picker completely. Closing!