Code Monkey home page Code Monkey logo

apprise-v2's People

Contributors

thrivingkings avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

apprise-v2's Issues

$Apprise is null

I got a code and i added Apprise, A summary:

This is my head
screenshot_17

And Apprise is in my body tag

image

am i doing sth wrong?

$Apprise is null

Hi, I made a page with the following code and javascript console send me a "[13:38:47,711] TypeError: $Apprise is null @ http://localhost/agape/javascript/apprise-v2.js:59" error with mozilla browser. The same with chrome and ie. Found only one guy who has the same issue today over google. Do you know what can it be?

If i try on your website, it's working.
2013-03-13_14h05_17

Thanks.

Cyrille

Not playing well with document.execCommand()

I select some text in a contenteditable and then call Apprise to accept some input but when I call Apprise my contenteditable loses the text selection. Works with a regular Javascript prompt() but not Apprise.

unable to use location.reload()

It seems that if you do the following you will only get the Apprise for a brief second and the page reloads, it doesn't wait.
function captureError(){
Apprise('Test');
location.reload();
}
If you try to put it in the options:

action: function (e) {
Apprise('close');
location.reload();
}

You will get an undesired Pop-Up from the browser and the user must click before the reload happen.

Multiple Lines?

Might be me having a blonde moment... How would I display multiple lines of text in an Apprise popup?

Thanks,

L

Escape Confirms

When creating a simple OK / Cancel dialog, hitting OK fires the confirm event instead of the cancel event.

ie compability

Hi would love to use this plugin but it acts crazy in IE. When I want to close the popup, IE asks me if I want to close the tab.
IE7 does not even work => javascript error

UPDATE: i fixed the problems:

  • $this.close() is a reserved function in IE9 so I replaced it with closeMe()
  • IE does not like commas at the end of arrays e.g. confirm: {id: 'confirm', text: 'Ok' ,} produced an error. just removed the commas at the end.

Can't set width

Hello,
I've been using apprise 1.5 for a long time, and it is great.
Recently I've discovered v2, and I was really surprised at the way the width of the alert was handled (or not handled).
It's such a basic thing.

I ended up rewriting half the code to get it to work, and even after that its still doesn't behave exactly as I want.

I was wondering, was this an attempt at selling support to users, or is there an idea behind the madness that I just can't see.

It would be great if you could shade light on the matter, maybe I just don't see it.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.