neopostmodern / wohnungsbot

Der Wohnungsbot — die Anwendung zum 2. Akt ("Das Versprechen des Bots") des Automatisierungsdramas in drei Akten "Von einem der auszog eine Wohnung in Berlin zu finden" von Clemens Schöll
https://wohnungsbot.de
GNU Affero General Public License v3.0
156 stars 27 forks source link

Bot can't fill <select> fields on macOS #4

Closed neopostmodern closed 5 years ago

neopostmodern commented 5 years ago

macOS pops open <select> fields when pressing an arrow key, therefore the value doesn't change (<select>s only change when closed)

neopostmodern commented 5 years ago

Problem seems to be that some (?) macOS version now render a even-more-native select pop-up, to which key-strokes can't be send via Electron, at least not the normal way.