Feroze Shahpurwala

Results 34 comments of Feroze Shahpurwala

Any solutions on this? It is still getting stuck

Its interesting. If you add a color to the large size text, and then copy and paste, then the size stays the same. Its only if its black text.

@eamodio Trapping the mousedown on `.ql-toolbar` and calling e.preventDefault() fixes this. Preventing default on the parent seems to work best as it takes care of preventing blur for all buttons...

@jhchen hmm I tested in chrome, firefox, safari, and edge and I cannot notice any issues. I prevent default on mousedown on the entire ql-toolbar. And so far the dropdowns...

@pematt @natterstefan I have been using this fix in production for some time and no one has had any issues.

@pedrosanta I noticed this issue too. The cursor is sometimes sent before the sharedb delta operation is updated. So it sometimes forces the cursor onto a new line or it...

But I do notice one downside is the constant sending of cursor data via sockets... Otherwise the cursor module shifts the cursor to the correct spot depending on the delta,...

@pedrosanta I've noticed the debounce timeout is 1500, but it updates much quicker and works better with lower debounce time, like 100ms. Why did you choose 1500 as the debounce...

@pedrosanta I have also noticed in my console that I get the `console.log('Troubles!', cursor)` statement reached quite often. But it still appears that the cursor works just fine... Why is...

We are having the same issue here. I think it might have to do with the database being hosted on another machine?