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