Skip Menu |

This queue is for tickets about the CGI-Ajax CPAN distribution.

Report information
The Basics
Id: 17967
Status: new
Priority: 0/
Queue: CGI-Ajax

People
Owner: Nobody in particular
Requestors: dorianscholz [...] gmx.de
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.691
Fixed in: (no value)



Subject: pjx_combo.pl example doesn't work fully with Opera 8.5
server system: debian linux kernel 2.6.11 perl 5.8.8 CGI::Ajax 0.691 webserver is WebMin's miniserv.pl client system: Windows XP SP2 Opera 8.5 Firefox 1.5 when trying out the 'pjx_combo.pl' example with Opera I discoverd following bug: after selecting a value in the 'Single Selection' and in the 'Multiple Selection' combobox the jsdebug url reads: pjx_combo.pl?fname=ShowResult&args=A&listA=A&args=&listB= showing that the first combobox value was read correctly and the second one (from the multi select) was not. consequently the 'Result' div doesn't show anything. trying the same with Firefox the jsdebug url reads: pjx_combo.pl.cgi?fname=ShowResult&args=A&listA=A&args=42&listB=42 and the 'Result' div shows 'A42', as it is supposed to. as far as I can tell this seems to be a bug on the JavaScript side not on the Perl side. unfortunately I couldn't figure out, how to resolve this. thanks for your great work on this project! Dorian