[Webkit-unassigned] [Bug 9354] New: Nested dynamic popups filled with Ajax do not work.

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Thu Jun 8 00:36:59 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=9354

           Summary: Nested dynamic popups filled with Ajax do not work.
           Product: WebKit
           Version: 420+ (nightly)
          Platform: Macintosh
               URL: http://tijej.dyndns.org/WebKitBug/index.php
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: blocker
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at opendarwin.org
        ReportedBy: jerome.foucher at free.fr


My page has a first popup that is filled with the contents of a table stored in
a mySQL database.
It lets you select a department.

Using Ajax, when the user selected a department, I then show a second popup
that lists all the laboratories inside the selected department.

This second popup also uses Ajax to show a third popup that lists all the
employees of the selected laboratory.

The first connection popup1->popup2 works nicely.
However, the second connection popup2->popup3 does not work. WebKit does not
seem to "see" the onchange action of the newly created popup2.

Note that this works correctly on FireFox and Camino.

http://tijej.dyndns.org/WebKitBug/index.php is a simple showcase of the problem


-- 
Configure bugmail: http://bugzilla.opendarwin.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