Bug 45653
Summary: | onmouseover event to flash object using javascript not working in Safari with Windows OS | ||
---|---|---|---|
Product: | WebKit | Reporter: | sethurajan <sethurajan> |
Component: | DOM | Assignee: | Nobody <webkit-unassigned> |
Status: | UNCONFIRMED | ||
Severity: | Major | ||
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | Windows 7 |
sethurajan
I'm trying to attach an onmouseover event to flash object using javascript. This is not working in Safari with Windows OS. In other browsers and OS it is working fine.
sample oode:
document.getElementById('creative' + id).onmouseover = function(){
//code goes here
}
The 'creative'+id refers to the id of the flash object.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |