Side navigation
#8228 closed bug (invalid)
Opened February 10, 2011 03:01AM UTC
Closed February 10, 2011 07:15AM UTC
Last modified February 10, 2011 07:26AM UTC
Click events firing on wrong elements and animate problems
Reported by: | brandnewdejavu | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.next |
Component: | unfiled | Version: | 1.5 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Clicking on resume my fire portfolio, etc. Sometimes fires correctly. Sometimes not.
Animate with width = 50%, height = 50% goes to 100% when stops, plus doesn't look too pretty with this code.
Animate with left = - val sometimes goes to the right place. Sometimes not.
Also, would like to have event.target.name so that I know the name of the element the event fired on to clean up my code.
Will place code at http://www.sovsites.com tomorrow.
Attachments (0)
Change History (4)
Changed February 10, 2011 05:29AM UTC by comment:1
_comment0: | animate doing something in IE. \ \ click always firing on the about element rather than the one the event handler is assigned to. → 1297315795152248 |
---|
Changed February 10, 2011 06:05AM UTC by comment:2
Click on the tabs.
Changed February 10, 2011 07:15AM UTC by comment:3
resolution: | → invalid |
---|---|
status: | new → closed |
Thanks for submitting a ticket to the jQuery Bug Tracker. Unfortunately we're unable to help debug or fix complete projects as this can take a lot of time. The tracker is only for reduced issues with jQuery core that can be easily reproduced.
If you would like further assistance with your site, feel re-ask your questions in the jQuery Forums or on our freenode IRC channel #jquery as they would be able to assist further.
If you can reduce the cause of the problem down to something specific, feel free to re-submit your ticket and we'll be happy to re-evaluate at that point.
Changed February 10, 2011 07:26AM UTC by comment:4
I just thought I'd quickly whip up what probably wasn't the best idea and see how it looks.
But, the whole thing is a mess. It's not holding or animating to my parameters.
I was double checking the shifting of the tab to the right, but it animates to a different location.
It also doesn't hold the 50%. And the 50% seems to simply truncate the div.
In IE, animate doing something, not what intended, but something.
In FF, click always firing on the about element rather than the one the event handler is assigned to.