MisterJames / CollidR

An open source project leveraging SignalR to make real time forms easy.
Apache License 2.0
22 stars 5 forks source link

Cascaded click? #10

Closed gplesz closed 10 years ago

gplesz commented 11 years ago

collidr

If i use 3 page, and i click on first page, then the second page of the message arrives, set of the focus, then on the third page of the message is received as if it would happen on the second page of the edit

MisterJames commented 11 years ago

I'm not sure I follow there with the diagram, but I think I understand what you're saying. I'll have a look into this one too.

gplesz commented 11 years ago

Super!:)

MisterJames commented 11 years ago

Ah...got it. I see the browsers aren't playing nicely :)

My best guess here is that when I add the tooltip on one of the not-in-focus forms that it is causing a focus on the field. It gets a little more trippy still if you start switching up browsers. I'll have to keep investigating, and more importantly, test on multiple machines.

MisterJames commented 11 years ago

I have implemented a "stringDictionary" library that should make this easier to diagnose, but haven't got back to it. It's still happening, for sure, but I haven't confirmed what the source is.

MisterJames commented 10 years ago

Turns out this was a problem with the bootstrap tooltip; it doesn't (always) refresh when you update the title, so you have to call a fixTitle method on the tooltip. Thanks @gplesz for finding this one!

gplesz commented 10 years ago

This is really cool, I look at the new version! :+1: