Jordan Schroter

Results 108 comments of Jordan Schroter
trafficstars

@rchampourlier My goal for addressing BS3 was to not break backwards compatibility with BS2 as this plugin was originally created to address the problems with BS2's default modal. Since lots...

@liago86, @urzur Can you guys be more specific or provide an example of the problem? Unless I'm missing something I'm not seeing any problems with the Ajax example on the...

I believe I have a fix for this issue you guys are having: https://github.com/jschr/bootstrap-modal/commit/3731fd5f5f3b5db51f5e996d81461bd2e664c2c6 Let me know if that works. Thanks

This doesn't seem quite right. The point of `page-overflow` is detect whether the modalmanager's container (body) extends past the viewport. There is a separate `modal-overflow` class that is applied when...

This was an intended design change and has been like this since release. Since this plugin was meant to largely address the stacking modal issue, I believe that the white...

It definitely works functionally. It was personal preference from the beginning since bootstrap is predominantly used with a light theme. I believed it was smoother having the page fade to...

Am I right to assume the bower.json file needs to be updated to 2.2.6 before creating the tag?

Just pushed https://github.com/jschr/bootstrap-modal/commit/cb80f1cb2de0150d46a179646cd0c35ddf798c8f, let me know if that fixes it. You'll have to forgive my ignorance, I've only recently started playing around with bower.

This is actually pretty easily accomplished by removing the default fade class and using a bit of javascript: http://jsfiddle.net/jschr/B584D/ That should get you started.

Best I could come up with in the meantime is to wait until the modal has gone back to it's original position in the DOM. You'll have to use a...