[Bug 11300] Remove form owner from scope chain in event handlers

http://www.w3.org/Bugs/Public/show_bug.cgi?id=11300

--- Comment #1 from Jonas Sicking <jonas@sicking.cc> 2010-11-11 19:06:29 UTC ---
Created attachment 934
  --> http://www.w3.org/Bugs/Public/attachment.cgi?id=934
testcase

Are you saying that for something like

<html>
<body>
  <form method="POST">
    <input onclick="this.value = method;">
  </form>
</body>
</html>

IE throws an exception and doesn't alter the value of the input?

For which versions of IE is this true?

I'd love to remove this from Firefox, not just for performance reasons, but
also to reduce complexity.

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Thursday, 11 November 2010 19:06:32 UTC