Closed (fixed)
Project:
Noty Messages
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
14 Apr 2012 at 11:15 UTC
Updated:
21 Apr 2012 at 13:20 UTC
hey
great module and libary.
it should be configurable that error or warning messages are sticky.
At the moment messages only fade in and fade out, but I can not set a error message to close only on a click.
Comments
Comment #1
MrMaksimize commentedThanks for opening up the issue!!
Interesting about the sticky though. The setting in the admin doesn't do work for you? If so, this should probably be a bug. Let me know, I'll try to replicate.
Attaching a skitch so you know what I mean.
https://skitch.com/mrmaksimize/8ueyf/noty-messages-random
Comment #2
bennos commentedchecked the settings.
Close on selfclick is activated, but the message automatically fades out and does not wait for a the click.
Comment #3
MrMaksimize commentedAhh bummer... That's a bug then... Gonna have to try and replicate and fix... Switching category and status
Comment #4
MrMaksimize commentedOk no I lied... Looks like the library itself doesn't support it... Close on self click is before the timeout happens. I guess you could just set the timeout really high. Lol I'm gonna switch this back to feature request, I do think this is a good feature, so I'll work on adding this in.
Comment #5
MrMaksimize commentedSweet!! My first response to a feature request. Just pushed up the changes. Didn't end up making changes in the noty library, but modified the validation handler for the admin form, so now if you pass in 0 as the timeout, the message will be sticky. Going to close this, let me know how it goes!!