I mainly need double click events. I'm doing a transcription editor: I'm using a Speech To Text tool to generate words with their timestamps.
I'm putting the words in a contenteditable div so that people can correct the transcription, and each word is surrounded by a span containing the timestamp info in some data- attribute. When people double click on the span, I want the audio player to play the file starting at this timestamp. And when the audio is playing, I want the «current word» to be highlighted in the contenteditable div. Does it make sense? Le mardi 30 août 2016 16:36:10 UTC+2, Peter Damoc a écrit : > > Well, it was a naive approach. ^_^ > > As for events inside the contenteditable div, I have no idea but what kind > of events do you want to handle in this kind of a scenario? > > > > On Tue, Aug 30, 2016 at 5:11 PM, Vincent Jousse <[email protected] > <javascript:>> wrote: > >> Thanks, but I would not say that it's "working" as it seems that the >> cursor position is reset after each event, causing the text to be written >> from right to left :-) >> >> It's seems related to this issue: >> https://github.com/elm-lang/virtual-dom/issues/23 >> >> And with this approach (storing a string), how could I trigger events on >> the HTML inside the contenteditable div? >> >> > -- > There is NO FATE, we are the creators. > blog: http://damoc.ro/ > -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
