Updates:
        Labels: Area-WebKit

Comment #2 on issue 4653 by [EMAIL PROTECTED]: AJAX page not working  
correctly
http://code.google.com/p/chromium/issues/detail?id=4653

Needs an application server(can interpret jsp page) to run the attached  
reduction.

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.

Other browsers:

IE 7: OK
Firefox 3: OK
Safari 3.2: Same issue

Attachments:
        4653.zip  99 KB

-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Chromium-bugs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/chromium-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to