Regression with server data binding?

Possible regression because before the fix, the entire expression is a single object so clicking the wand icon displays the structure of the expression. Now only one binding can be selected. For example, clicking == to change to != gives a warning Please select an expression to format! which requires going to Code mode rather than using the UI. Is there a way to manually select the entire expression as a single object?

As a workaround, switch to Code mode and click the wand icon.

Another workaround is to add parentheses around the expression like (value1==value2), then it also is seen as a single element and you can visually edit it.