[Webkit-unassigned] [Bug 22378] accessing forms using document."form-name". causes crash

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 20 02:34:24 PST 2008


https://bugs.webkit.org/show_bug.cgi?id=22378





------- Comment #3 from raghavendra.deshpande at philips.com  2008-11-20 02:34 PDT -------
Hi All,

You are right Eric.

   Sorry.. I found that, on Safari & Chrome...
accessing forms as:
  document.forms.MyForm.name.value= "something";
causes the crash...

But, 

document.MyForm.name.value= "something";
doesn't crash, but doesn't work either.

I see that, the 'form submit' action is NOT happening in .xhtml file.
If you change the file name to .html, it works.


-- 
Configure bugmail: https://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