[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-bugs-dist
Subject:    [Bug 136913] Konqueror does not function well in the website of
From:       Germain Garand <germain () ebooksfrance ! com>
Date:       2007-06-01 23:43:18
Message-ID: 20070601234318.10336.qmail () ktown ! kde ! org
[Download RAW message or body]

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
         
http://bugs.kde.org/show_bug.cgi?id=136913         




------- Additional Comments From germain ebooksfrance com  2007-06-02 01:43 -------
Created an attachment (id=20756)
 --> (http://bugs.kde.org/attachment.cgi?id=20756&action=view)
test case

the script is changing a form element's name, then still uses the old name as
an accessor.

it repeatedly does something like:

   document.some_form.some_name.name = "new_name"

IE doesn't seem to update the document.some_form array at all,
while other engines keep the old name as an alias (probably for compat with
IE). 

In other words:
   document.some_form.some_name
remains a valid accessor to
   document.some_form.new_name

see attached testcase.

IE output:
==========
document.racoon.magill.name is : magill

now changing document.racoon.magill.name to 'nancy'

document.racoon.nancy is : undefined
document.racoon.magill is : [object]
document.racoon.magill.name is : nancy
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic