Closed Bug 146487 Opened 22 years ago Closed 22 years ago

tab autocomplete fails on nicks with characters other than \w

Categories

(Other Applications :: ChatZilla, defect)

x86
Windows 2000
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 146509

People

(Reporter: giscardg, Assigned: rginda)

Details

Attachments

(1 file)

If someone has a nick like [rgindaisgay] typing

hello [rgin<tab>

would not match the nick.
var wordStart = line.substr(0, selStart).search(/\s\w*$/);

in onTabCompleteRequest

becomes

var wordStart = line.substr(0, selStart).search(/\s\S*$/);

*** This bug has been marked as a duplicate of 146509 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Product: Core → Other Applications
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: