Opened 13 years ago

Closed 13 years ago

#174 closed defect (fixed)

Narrowing to instance names with quotes doesn't quite work

Reported by: adehnert@mit.edu Owned by:
Priority: minor Milestone:
Component: ui Keywords:
Cc:

Description

If you write to instance "test" and 'test', and then attempt to narrow to either one, the filter related-class-foo-instance-.test. will be created, with the definition properly using "(un)*'test'(\.d)*$". This means that when you try to narrow to the other one, it will notice that you already have the filter, and narrow to it. As a result, you won't actually see the correct message.

Change History (1)

comment:1 Changed 13 years ago by andersk@mit.edu

  • Resolution set to fixed
  • Status changed from new to closed

I already fixed that in commit 9518a859987b60867c3566157ad0a24358cd28fb.

Note: See TracTickets for help on using tickets.