Overkill.
A Better Twitter Bootstrap Modal
51–60 of 73 posts
Re: A Better Twitter Bootstrap Modal
#52It looks good, but the animation is really slow on an iPad 3
Re: A Better Twitter Bootstrap Modal
#53Earlier quoted context omitted.
Not without heavy js code
Well, I actually submitted a pull-request almost a year ago but it was rejected for "complexity"... I didn't understand that decision back then and I don't understand it today. The patch weighs in at about 100 lines which doesn't seem heavy to me. Especially when you consider that without the patch the bootstrap-"modal" is not a modal ... Anyway, here's the fixed bootstrap-modal.js for the version that was current ba…
Re: A Better Twitter Bootstrap Modal
#54 1. Ajax loader inside the modal (load modal first)
2. Pinterest like modal (aka modal with HTML5 history API /
hashchange / browser back button support)Re: A Better Twitter Bootstrap Modal
#55But I don't blame you, its probably just chrome 18 being ancient.
Re: A Better Twitter Bootstrap Modal
#56Re: A Better Twitter Bootstrap Modal
#57Re: A Better Twitter Bootstrap Modal
#58This is a nice modal, but I'd much rather never have a modal ever. The only time a modal should appear is if a critical error occurred that the user must know about immediately. For most cases where modals tend to get used, like on iOS "please rate us", or "we want your contact information now", I don't think it is appropriate at all.
Re: A Better Twitter Bootstrap Modal
#59Re: A Better Twitter Bootstrap Modal
#60This is a nice modal, but I'd much rather never have a modal ever. The only time a modal should appear is if a critical error occurred that the user must know about immediately. For most cases where modals tend to get used, like on iOS "please rate us", or "we want your contact information now", I don't think it is appropriate at all.
And not everything is mobile web.