Opened 17 years ago
Closed 17 years ago
#73 closed bug (fixed)
Event Object
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | |
Component: | ajax | Version: | |
Keywords: | Otto | Cc: | Otto |
Blocked by: | Blocking: |
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 (4)
comment:1 Changed 17 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
comment:2 Changed 17 years ago by
Component: | → ajax |
---|---|
Priority: | → blocker |
Resolution: | → invalid |
Status: | reopened → closed |
Type: | → bug |
SPAMPOLICE
comment:3 Changed 17 years ago by
Cc: | Otto added; "" removed |
---|---|
Component: | ajax → 1 |
Keywords: | Otto added; css removed |
Milestone: | → 1 |
Priority: | blocker → 1 |
Summary: | Problem with 'e' being passed to JQuery.css() → Otto |
Type: | bug → 1 |
Version: | → 1 |
comment:4 Changed 17 years ago by
Component: | → ajax |
---|---|
Priority: | → blocker |
Resolution: | → fixed |
Status: | reopened → closed |
Summary: | Otto → Event Object |
Type: | → bug |
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