Created by: mfansler
Simple fix to prevent the page from scrolling due to focus being called on the modal before it has finished its transition into view. See Issue #5336.
@fat - I hope you'll let this go with no unit tests since the problem being fixed comes from CSS transitions which can't be tested in QUnit, afaik.