Opened 2 years ago
Last modified 13 months ago
#3126 new Enhancement
Allow passing delay = 0 to elgg.system_messages() to disable fadeout
| Reported by: | brettp | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | Near Term Future Release |
| Component: | JavaScript | Version: | Github Master |
| Severity: | trivial | Keywords: | |
| Cc: | brett@… | Difficulty: | easy |
Description
Will be useful for warnings (like the token refresh failed) that should be acknowledged.
Change History (4)
comment:1 Changed 2 years ago by cash
- Component changed from Core to JavaScript
comment:2 Changed 2 years ago by ewinslow
- Milestone changed from Elgg 1.8 to Elgg 1.8.x
comment:3 Changed 16 months ago by cash
- Milestone changed from Elgg 1.8.x to Near Term Future Release
comment:4 Changed 13 months ago by juho.jaakkola
Note: See
TracTickets for help on using
tickets.

Before finding this ticket I had the idea of giving the messages an importance level and changing the look and behavior of the message depending on the level.
Example with three levels:
But I'm not sure which is better, a delay or an importance level.
Oh and here are two related tickets. These three should probably be combined into one.