if ( !filterItem.isSelected() ) {
                // Only attempt to remove the tag if we can find an item for it (T198140, T198231)
                if ( this.findItemFromData( filterItem.getName() ) !== null ) {
                    this.removeTagByData( filterItem.getName() );
                }