Modify ↓
Ticket #44 (closed bug: fixed)
onemouseover broken?
| Reported by: | john | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.0 |
| Component: | event | Version: | 1.0 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
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.
Change History
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.

I fixed this issue and it's in SVN rev 144.