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
Just FYI. Commit 5ecc2c2 is a little bit problematic, if Content Security Policies doesn't allow insecure data: schemes. It's usually not allowed, if CSP is defined. When it's not allowed, browsers refuse to use that svg-image (cursor) and they complain about it in "console".
It can be fixed by removing or overriding this css-rule. .tingle-modal { cursor: auto; } is enough to override this.
I hadn't thought about CSP, that's too bad since I think it's better for UX (not everyone is used to click outside to close a modal). I think I'm just going to revert this commit because I prefer to avoid compromising on security and an external link wouldn't be as easy to use.
Just FYI. Commit 5ecc2c2 is a little bit problematic, if Content Security Policies doesn't allow insecure
data:
schemes. It's usually not allowed, if CSP is defined. When it's not allowed, browsers refuse to use that svg-image (cursor) and they complain about it in "console".It can be fixed by removing or overriding this css-rule.
.tingle-modal { cursor: auto; }
is enough to override this.Could this cursor-thingy perhaps be optional or just use standard cursor keywords? https://developer.mozilla.org/en-US/docs/Web/CSS/cursor
Other than that, 0.16.0 is working smoothly. 👍
The text was updated successfully, but these errors were encountered: