WebSearchField not able to adjust Height

The WebSearchField control does not have the property of height available within the IDE inspector. Adding a height property as an Open event also doesn’t change the height of the field - it appears to change the height of the control but not the Field within the control.

Has any else experienced this? Using Xojo 2017 R3 - Tried on Safari, Chrome & Firefox

It is a limitation of the macOS system. I tried all I knew to change the height of that control in RubberViewsWE to no avail.

Your best bet is to replace it by a lens symbol as cue text.

Thanks Michel. I used &u1F50D it looks more like a tennis racquet but will have to do for now.

Will create an example project and log as an issue.

[quote=380737:@Kevin Russell]Thanks Michel. I used &u1F50D it looks more like a tennis racquet but will have to do for now.

Will create an example project and log as an issue.[/quote]
It’ll just get closed. The search field is provided by the browser and cannot be taller.

Thanks Greg for the clarification - which explains why the behaviour / look is different based on OS and browser.