You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current behaviour:
The color picker opens when clicking on the color rectangle next to the region's name in the ontology list. It closes when you click on the rectangle again, or when you click okay inside the color picker window.
However, it doesn't close when clicking somewhere else in the viewer, anywhere outside the color picker window.
It also doesn't update color information if I just select another region once the color picker is open.
Expected behaviour:
color picker window closes when clicking anywhere outside its boundaries.
color picker updates information if user clicks another region to this region's fill and stroke color.
and it closes on okay button and on rectangle as it currently does.
The text was updated successfully, but these errors were encountered:
maybe use some sort of modal dialog instead of the current method? (which is just opening a div). I don't know if there's a nice library with modal dialogs... jquery ui could be an option, but i'd prefer something lighter...
On 14 Oct 2017 15:25, "Roberto Toro" ***@***.***> wrote:
maybe use some sort of modal dialog instead of the current method? (which
is just opening a div). I don't know if there's a nice library with modal
dialogs... jquery ui could be an option, but i'd prefer something lighter...
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#63 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ASe-F9OliwoB8Fh9IsftkYkYoS-L2rdQks5ssLZFgaJpZM4P4mrb>
.
ntraut
added a commit
to ntraut/microdraw
that referenced
this issue
Aug 26, 2022
Current behaviour:
The color picker opens when clicking on the color rectangle next to the region's name in the ontology list. It closes when you click on the rectangle again, or when you click okay inside the color picker window.
However, it doesn't close when clicking somewhere else in the viewer, anywhere outside the color picker window.
It also doesn't update color information if I just select another region once the color picker is open.
Expected behaviour:
color picker window closes when clicking anywhere outside its boundaries.
color picker updates information if user clicks another region to this region's fill and stroke color.
and it closes on okay button and on rectangle as it currently does.
The text was updated successfully, but these errors were encountered: