View Issue Details

IDProjectCategoryView StatusLast Update
0000039Aardvark Bugspublic2009-06-23 20:24
Reportergeoffclare Assigned Tomsbrown  
PrioritynormalSeverityEditorialTypeError
Status Under ReviewResolutionAccepted 
NameGeoff Clare
OrganizationThe Open Group
User Reference
Summary0000039: tag filter ignores first tag
DescriptionI think there is an off-by-one error in the way the "View Issues" filter processes the selected tags. It ignores the first tag in the list.

For example, with the default filters there are currently 15 issues listed. Selecting "real bug in aardvark" from the tag list and clicking "Apply Filter" produces the same list. However, selecting the same tag again (so that the filter is now looking for "real bug in aardvark, real bug in aardvark") and re-applying produces the correct list of the 5 issues with that tag.
Desired ActionFix the filter processing code that handles tags.
TagsNo tags attached.

Activities

geoffclare

2009-06-19 02:25

manager   bugnote:0000068

Actually, on further investigation the bug is more subtle. If you select two different tags it works correctly (showing issues that have either of the tags).

So the problem is not that it ignores the first tag, but that it ignores a tag list consisting of only one tag.

msbrown

2009-06-23 19:05

manager   bugnote:0000070

hmm, more than that. if I do the "real bug in aardvark" as in the Description, twice, it goes from 15 to 5. If I then delete the second "real bug in aardvark" manually, it gives me 5. I'm looking at this one now.

msbrown

2009-06-23 20:24

manager   bugnote:0000071

Actually, just pressing "Apply Filter" a second time does the trick. Not sure why yet.

Issue History

Date Modified Username Field Change
2009-06-19 02:16 geoffclare New Issue
2009-06-19 02:16 geoffclare Name => Geoff Clare
2009-06-19 02:16 geoffclare Organization => The Open Group
2009-06-19 02:25 geoffclare Note Added: 0000068
2009-06-19 06:17 msbrown Status New => Under Review
2009-06-19 06:17 msbrown Assigned To => msbrown
2009-06-23 19:05 msbrown Note Added: 0000070
2009-06-23 20:24 msbrown Note Added: 0000071
2009-06-23 20:24 msbrown Resolution Open => Accepted