Re: Problem in implementing user confirm modal while deleting something..

2012-09-28 Thread Ondrej Zizka
To add my 2 cents: Confirmatory modal dialogs suck. I rather put a hidden bright red button next to the one which deletes, and on click, I show this red button which actually deletes. So the user 1) doesn't have to travel the mouse around the page too far 2) can't accidentally press space or ent

Re: Problem in implementing user confirm modal while deleting something..

2012-09-28 Thread Jeremy Thomerson
On Fri, Sep 28, 2012 at 10:21 AM, kshitiz wrote: > *Last cause: The component(s) below failed to render. A common problem is > that you have added a component in code but forgot to reference it in the > markup (thus the component will never be rendered). > > 1. [Component id = message]* > The e