Side navigation
#44 closed bug (fixed)
Opened July 07, 2006 04:43AM UTC
Closed July 16, 2006 12:54AM UTC
Last modified June 20, 2007 01:17AM UTC
onemouseover broken?
Reported by: | john | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.0 |
Component: | event | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
In dev/sane onemouseover is broken, double-check in 1.0:
Now, with the latest release (/dev/sane), onemouseover() seems broken;
here's the code;
$("#welcome img").mouseover(function(){ // WHY IS onemouseover broken ??
$("#logo").html('<img src="images/logo/border.gif">');
});
NOTE: I switched to .mouseover() to restore functionality.
Attachments (0)
Change History (1)
Changed July 16, 2006 12:54AM UTC by comment:1
resolution: | → fixed |
---|---|
status: | new → closed |
I fixed this issue and it's in SVN rev 144.