Modify ↓
Ticket #73 (closed bug: fixed)
Event Object
| Reported by: | peter.goodman@… | Owned by: | |
|---|---|---|---|
| Priority: | undecided | Milestone: | |
| Component: | ajax | Version: | |
| Keywords: | Otto | Cc: | Otto |
| Blocking: | Blocked by: |
Description
This problem is happening for me in Mac FireFox but not in Camino.
I'm basically doing $("#someid").css("width", '10px'); inside an event that's being bound onto another element. It's telling me that 'e' has not properties and a quick alert if typeof of 'e' shows that it's undefined. So I went and looked at JQuery.attr and fooled around in there with no success. I'm using the latest SVN version which I just checked out about 10 minutes ago.
Change History
comment:1 Changed 7 years ago by john
- Status changed from new to closed
- Resolution set to worksforme
comment:2 Changed 7 years ago by anonymous
- Priority set to blocker
- Resolution set to invalid
- Status changed from reopened to closed
- Component set to ajax
- Type set to bug
SPAMPOLICE
comment:3 Changed 7 years ago by Otto
- Cc Otto added; "" removed
- Component changed from ajax to 1
- Summary changed from Problem with 'e' being passed to JQuery.css() to Otto
- Priority changed from blocker to 1
- Version set to 1
- Milestone set to 1
- Keywords Otto added; css removed
- Type changed from bug to 1
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Peter - I'm having trouble duplicating this issue. If you could whip up a simple test case, I'd appreciate it. I tested this with rev 150 and here's my test page: http://john.jquery.com/jquery/test/e.html