[Webkit-unassigned] [Bug 22781] New: AJAX/Javascript code doesn't cycle through images

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 10 09:52:31 PST 2008


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

           Summary: AJAX/Javascript code doesn't cycle through images
           Product: WebKit
           Version: 525.x (Safari 3.2)
          Platform: PC
               URL: http://myhouseweb.net/fsbo/listingDisplay.php?listingid=
                    3
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jasneet at chromium.org
                CC: jasneet at chromium.org


I Steps:
Go to http://myhouseweb.net/fsbo/listingDisplay.php?listingid=3
Click on "Next >>" a few times

II Issue:
There are 3 pictures on this page. The AJAX/Javascript code should cycle
through all of them when "Next >>" is clicked multiple times.It's not cycling
past the 2nd picture.

III Conclusion:
Needs an application server(can interpret jsp page) to run attached reduced
testcase.

It uses the "id" property of <img> tag to cycle between the images, and the
<img> is replaced by Ajax method when clicking the "Next" link. The problem is,
Chrome always submits id="0" to the server, while IE/Firefox submits different
ids("0","1","2") as the image changes. 

In other words, though the image id's value is changed by javascript each time
by clicking "Next" link, Chrome always submits the original id's value "0" to
the server.

IV Other Browsers:
IE7: ok
FF3: ok

V Nightly tested: 39088

Bug in Chromium : http://code.google.com/p/chromium/issues/detail?id=4653


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