vugu / vugu

Vugu: A modern UI library for Go+WebAssembly (experimental)
https://www.vugu.org
MIT License
4.8k stars 175 forks source link

Ignore errors when accessing selection* properties in WebKit-based browsers #222

Closed ipromax closed 2 years ago

ipromax commented 2 years ago

If we create an input element with type checkbox (or radio, file, etc) will raise an exception TypeError: Type error if you try to access selectionStart, selectionEnd, selectionDirection. This problem can be reproduced on play.vugu.org  (Safari 15.2)

bradleypeabody commented 2 years ago

Thanks for tracking this down!