Skip Menu |

This queue is for tickets about the webchat CPAN distribution.

Report information
The Basics
Id: 1969
Status: resolved
Priority: 0/
Queue: webchat

People
Owner: Nobody in particular
Requestors: johnseq [...] pobox.com
Cc:
AdminCc:

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



Subject: clicking on image map submit buttons doesn't work.
line 136 in WWW::Chat::Processor.pm needs a whitespace separator: IS (/^(\s*)(?:CLICK|SUBMIT)(?:\s+(\w+))?(?:(\d+)\s+(\d+))?/) { SHOULD BE (/^(\s*)(?:CLICK|SUBMIT)(?:\s+(\w+))?\s+(?:(\d+)\s+(\d+))?/) { clicking on image map submit buttons doesn't work without this.
Fixed in 0.65