It appears that we have to press the ENTER key twice after choosing an entry from the dropdown list in order to have it applied. Following your steps, after we start typing and then click on one of the entries from the drop down list, the [X] control is added to the text entry field and the [->] control color changes to indicate it can be clicked. The fact that the [->] control is now clickable implies that currently entered display filter has NOT been applied. Pressing ENTER once in my test causes the status bar to update, but it does not actually apply the display filter. Pressing ENTER a second time causes the filter to be applied and the [->] control changes color to indicate is no longer selectable.
Version 4.2.0 (v4.2.0-0-g54eedfc63953)
filter:
ip.src==192.168.1.72 || ip.dst==192.168.1.72
when I start typing the filter "ip=...." a dropdown list of previously entered / bookmarked filters appears.
when I choose the one we were discussing, nothing changes. all packets are still displayed - no filtering.
however, I discovered that if I edit that bookmarked filter by erasing the any characters (say, an OR bar, or the last '2') and re-enter it, the filter then works as it should. the same if I type in the complete filter anew.
my suspicion is that the bookmarked filters from previous WS versions installed are somehow incompatible with this new version.