Side navigation
#12650 closed bug (invalid)
Opened October 04, 2012 11:07AM UTC
Closed October 19, 2012 08:57AM UTC
.offset({ top: 100, left: 100 }) will increase position every time set
Reported by: | iamkoby@gmail.com | Owned by: | iamkoby@gmail.com |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.8.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
.offset({ top: 100, left: 100 }); => position: 100,100
.offset({ top: 100, left: 100 }); => position: 200,200
.offset({ top: 100, left: 100 }); => position: 300,300
.offset({ top: 100, left: 100 }); => position: 400,400
when the result should always be 100,100.
Attachments (0)
Change History (3)
Changed October 04, 2012 12:54PM UTC by comment:1
owner: | → iamkoby@gmail.com |
---|---|
status: | new → pending |
Changed October 04, 2012 01:51PM UTC by comment:2
it happens to me in all browsers. maybe it has to do with one of my containing div.
i'll investigate this matter and reply.
thanks
Changed October 19, 2012 08:57AM UTC by comment:3
resolution: | → invalid |
---|---|
status: | pending → closed |
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
I cannot reproduce this: http://jsfiddle.net/XZ7Gj/
This is why we request test cases. Is there some particular situation or browser where this fails? Please describe the problem in code, using jsFiddle, rather than words.