Skip to content
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

Use JQuery position() method instead of DOM .offset{Top|Left} #383

Merged
merged 1 commit into from
Aug 18, 2015

Conversation

insightfuls
Copy link
Contributor

It seems to allow for table cells better.

Prior to this change, I found that putting an input in a table resulted in the caret not aligning.

Tested on a handful of desktop and tablet browsers and noticed no ill effects.

@Mottie
Copy link
Owner

Mottie commented Aug 18, 2015

I'm guessing you testing this to make sure it's working?

If you accept being a collaborator, you can just merge this yourself 😉

Check out this crazy demo I was working on today to help a friend make the caret easier to position in an AnythingZoomer window.

@insightfuls
Copy link
Contributor Author

Yes, testing to check at least nothing obvious is broken. 😄 With luck, nothing at all will be.

Happy to merge. If I do merge things like this, should I be updating any changelogs, or tagging releases or anything?

Will continue submitting pull requests to give you a chance to comment on any changes before I merge.

And yeah, that is one crazy demo!

@Mottie
Copy link
Owner

Mottie commented Aug 18, 2015

Naw, you don't have to update change logs, tag or push releases... unless you want to do that stuff LOL.

This one looks good then, go for it.

insightfuls added a commit that referenced this pull request Aug 18, 2015
Use JQuery position() method instead of DOM .offset{Top|Left} as it seems to allow for table cells better.
@insightfuls insightfuls merged commit 831f118 into Mottie:master Aug 18, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants