AlertifyJS icon indicating copy to clipboard operation
AlertifyJS copied to clipboard

A javascript framework for developing pretty browser dialogs and notifications.

Results 31 AlertifyJS issues
Sort by recently updated
recently updated
newest added

When i click on ESC/ENTER/TAB i always get the key value as 23 which is for escape key . I am not getting different key values for different keypress .

needs test case

Using GPL license means any sofware using this must also be licensed under GPL. For a dialog library seems a bit too much. I would suggest changing the license to...

I am using an alertify dialog to display a pop-up which includes a form. The form has input and select fields. I am experiencing issues with both of mobile sefari....

enhancement
pending

I cannot find any documentation on accessibility options for Alertify.js, nor note any mention of ARIA attributes in the source code. Is accessibility an upcoming or planned feature?

feature

Hi, It's a great package and thanks for that. I use webpack, can i import each component directly? for example I need just notifier and don't need diagonal. can i...

feature

Running the examples in https://alertifyjs.com/ cause the body to shift because the vertical scrollbar disappears. I was about to open an issue about this but I saw #167. So there...

documentation

If the dialog content include iframe tag, when switch to another one, the target dialog content will reload. ``` alertify.dialog('demo',function(){ return { main:function(content){ this.setContent(content); this.resizeTo(400,500); }, setup:function(){ return {options:{modal:false,resizable:true,padding:false}}; }...

enhancement

Hello, I would like to know if there is a way to disable or unbind default ENTER and ESC key for validate and cancel "confirm dialog box" without the need...

discussion

i do not know if there is global enable disable alertify flag option currently available or not . so it will be good to have global flag where we could...

feature

Typings would be really helpful, as we use alertifyjs in our typescript project.

help wanted