Side navigation
#73 closed bug (fixed)
Opened July 16, 2006 08:50PM UTC
Closed November 18, 2006 12:00AM UTC
Event Object
| Reported by: | peter.goodman@gmail. | 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.
Attachments (0)
Change History (4)
Changed July 17, 2006 01:56AM UTC by comment:1
| resolution: | → worksforme |
|---|---|
| status: | new → closed |
Changed October 26, 2006 02:26PM UTC by comment:2
| component: | → ajax |
|---|---|
| priority: | → blocker |
| resolution: | → invalid |
| status: | reopened → closed |
| type: | → bug |
SPAMPOLICE
Changed November 06, 2006 09:57PM UTC by comment:3
| cc: | "" → Otto |
|---|---|
| component: | ajax → 1 |
| keywords: | css → Otto |
| milestone: | → 1 |
| priority: | blocker → 1 |
| summary: | Problem with 'e' being passed to JQuery.css() → Otto |
| type: | bug → 1 |
| version: | → 1 |
Changed November 18, 2006 12:00AM UTC by comment:4
| component: | → ajax |
|---|---|
| priority: | → blocker |
| resolution: | → fixed |
| status: | reopened → closed |
| summary: | Otto → Event Object |
| type: | → bug |
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