[Webkit-unassigned] [Bug 45653] New: onmouseover event to flash object using javascript not working in Safari with Windows OS
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Sep 13 04:32:34 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=45653
Summary: onmouseover event to flash object using javascript not
working in Safari with Windows OS
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Windows 7
Status: UNCONFIRMED
Severity: Major
Priority: P2
Component: HTML DOM
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: sethurajan at jivox.com
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.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list