[Webkit-unassigned] [Bug 15316] New: Events are executed in designMode
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Sep 29 03:19:46 PDT 2007
http://bugs.webkit.org/show_bug.cgi?id=15316
Summary: Events are executed in designMode
Product: WebKit
Version: 522+ (nightly)
Platform: PC
OS/Version: Windows XP
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: HTML Editing
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: amla70 at gmail.com
If a document is in designMode I don't think that events should be executed, as
they will make the editing harder or even raise errors if they depend on
scripts that aren't loaded while the document is being edited.
Tested in XP with r25792
IE executes them.
Firefox doesn't execute.
Opera does execute.
Test case following to show that executing events can be annoying.
If you want to test how they can raise errors, copy some text from MS Word with
comments and paste them, the functions called on the onmouseover and onmouseout
events aren't available and they will generate errors in the JS console.
--
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list