Ticket #8 (closed Defect: fixed)

Opened 7 years ago

Last modified 5 years ago

nickname highlights where there shouldnt be one

Reported by: novaa Owned by: timothy
Priority: Low Milestone:
Component: Colloquy (Mac) Version: 2.0 (2D9)
Severity: Minor Keywords: member highlight nickname
Cc:

Description

when you are in a channel where someone has a name with just one char (for example the Q and L bots in quakenet) and if then somebody says a word containing this char and then a special char (for example a german umlaut) then the nickname of the bot gets highlighted in this word. see the link below for a example.

 http://members.lycos.co.uk/staff/pub/colloquy/colloquy-ui-bug-1.pdf

Change History

Changed 7 years ago by timothy

  • keywords member highlight nickname added; bug removed
  • status changed from new to assigned
  • severity changed from normal to minor

Changed 7 years ago by timothy

The issues seems to be here is PCRE considers accented chars to be word boundaries, so they match \b. This shouldn't be the case I would think...

Changed 7 years ago by timothy

  • status changed from assigned to closed
  • resolution set to fixed

I think I fixed this with the new PCRE.

Note: See TracTickets for help on using tickets.