Op woensdag 21 december 2016 22:04:44 UTC+1 schreef Alexandre Galays:
>
> - About the input being reused in another view; that's entirely normal. 
> Any VDOM implementation can't know whether the input should be a physically 
> different one unless it has a different class, id or key.
>
> - About the cursor going crazy; this is a bug in Elm. I've seen that kind 
> of bugs in at least 3 Virtual DOM implementations but it got fixed fast. 
> Example: 
> https://github.com/Matt-Esch/virtual-dom/blob/master/virtual-hyperscript/index.js#L44
>

It's the combination of the two: (cursor going crazy ->  use defaultValue) 
(use defaultValue -> leaks of value to next view)
That causes the leak, with potential password becoming visible problem that 
worries me. 
I couldn't find the cursor-going-crazy as an issue on github, but will look 
again.

-- 
You received this message because you are subscribed to the Google Groups "Elm 
Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elm-discuss+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to