-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Dialog & Resizable styles fixed NE,SE,S,E handles. Fixed #9521 ui.Dialog... #1092
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Before I mess up the author information again, can you please rebase this PR on top of latest origin/master and change your git email address to the correct one? Thank you. |
@jzaefferer i will rebase all my pending PRs , also i see some formatting issues . |
Please hold on this PR , looks like |
@dekajp any progress on getting this reviewable? |
@kborchers i think this PR can move forward. looks like sorry for delay |
We've landed a few dialog fixes in master in the last two days, including the issue you commented on. If you've seen test failures unrelated to your patch (especially in IE8), rebasing should help. |
@jzaefferer 2 tests are still failing on master branch but only for chrome-30 , it works in FF25 in MacOS. one on side note - i am executing these unit test cases in browser. my unit test case checks for scrollbar presence . on consecutive execution it fails.(i think because some other test case creates a scrollbar) but on individual execution it works. |
i will look why travis build is failed. in my local machine looks like grunt jshint failed with |
…i.Dialog:Resizable dialogs move/resize out of viewport boundary - which results in scrollbar
@jzaefferer - build passed. |
@mikesherov could you review this one? |
@jzaefferer on it. |
This one makes me nervous because I'm not the greatest with css. @scottgonzalez any input here. It seems like the issue just resolves the negative margins causing scrollies. But I don't feel comfortable that this won't cause any visual regressions. |
Can't this be as simple as just adding |
It was removed in 2c16435 because @scottgonzalez & I couldn't come up with a reason it was there. Apparently there is one. @dekajp Would you be interested in testing out |
@scottgonzalez 👍 . i will test this out and send out a new PR |
@scottgonzalez - do you still need the unit test case ? for this or we can ignore it. |
I don't think it's necessary, but if others think it's important, we can revisit it. |
...:Resizable dialogs move/resize out of viewport boundary - which results in scrollbar