Allow WHEELDOWNMOUSE, WHEELUPMOUSE and MIDDLEMOUSE to be passed through the textedit button event handler. This will allow navigating the search results, when the text input focus is in the search field.
Problem
Editable buttons like UI_BTYPE_TEXT, UI_BTYPE_NUM, UI_BTYPE_NUM_SLIDER and UI_BTYPE_TAB block too many events when in BUTTON_STATE_TEXT_EDITING state. From the user experience perspective, this blocks the input that has nothing to do with the text editing, and in most other software don't require a text input focus to be in the receiving widget or window. Example of such actions is scrolling. Most notably, it is impossible to scroll the search results while the search box is in the edit state (see video examples).
| Before: | After: |

