Skip to content

Conversation

kborchers
Copy link
Member

... shifts. Fixes #9547 - Resizable: off-by-one pixel dimensions with helper and grid

@mikesherov
Copy link
Member

test please!

@kborchers
Copy link
Member Author

Yeah, after I sent that PR late last night I was like, "Oh crap, forgot a test!" I'll add one tonight :)

@kborchers
Copy link
Member Author

@mikesherov test added

@mikesherov
Copy link
Member

@kborchers sorry to be a pain, but there's numerous whitespace issues here... I'm gonna just comment on each one.

@@ -191,4 +191,19 @@ test("resizable accounts for scroll position correctly (#3815)", function() {
equal( el.css("top"), top, "css('top') stays the same when resized" );
});

test("resizable stores correct size when using helper and grid (#9547)", function() {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

test( "

@mikesherov
Copy link
Member

Other than whitespace, 👍

@kborchers
Copy link
Member Author

OK, I can clean it up ... the reason I didn't is because that whole file is a whitespace nightmare so I just went with it. The whole thing needs a cleanup

@mikesherov
Copy link
Member

Word, I get it. We had resolved that all new code should match styles, regarding of surrounding code. Until we do a cleanup, it reduces the chances of users copypasta-ing bad style. Hopefully jscs or esformatter will automate this for us soon.

…xel shifts. Fixes #9547 - Resizable: off-by-one pixel dimensions with helper and grid
@kborchers
Copy link
Member Author

@mikesherov cleaned up

@mikesherov
Copy link
Member

👍

@jzaefferer
Copy link
Member

Looks good to me.

@kborchers
Copy link
Member Author

Landed in 14065dc

@kborchers kborchers closed this Oct 19, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants