[Webkit-unassigned] [Bug 13287] New: Cannot change SELECT to a dynamically created option

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 5 06:32:27 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=13287

           Summary: Cannot change SELECT to a dynamically created option
           Product: WebKit
           Version: 522+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ap at webkit.org
OtherBugsDependingO 13270
             nThis:


Another issue reduced from trenitalia.com.

    theSelect.insertBefore(new Option("SUCCESS", "SUCCESS", false, true),
theSelect.firstChild);
    theSelect.options[0].selected = true; // FAILS

Surprisingly, this is not a regression.


-- 
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