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
The flash-error div remains part of the layout after the animation has finished. Long error messages, such as authorization errors, may prevent links from being clicked even when the div is invisible.
The text was updated successfully, but these errors were encountered:
Currently, error messages fading out are done with CSS keyframe animations. We could replace them with jQuery's fadeOut, which takes a callback that would remove the div.
@ptn I think we need to really adress the underlying design problem that the flash div can potentially become larger than the area available to it. Once we do that then this won't be a problem.
The simplest and most direct solution I can think of is showing the flash in between #nav and #container; I'd also make it a bit more visible, i.e. bigger font and centered. I can submit a pull request tonight if all this doesn't sound too terrible.
flash-error screenshot
The flash-error div remains part of the layout after the animation has finished. Long error messages, such as authorization errors, may prevent links from being clicked even when the div is invisible.
The text was updated successfully, but these errors were encountered: