Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cascaded click? #10

Closed
gplesz opened this issue Sep 27, 2013 · 6 comments · Fixed by #37
Closed

Cascaded click? #10

gplesz opened this issue Sep 27, 2013 · 6 comments · Fixed by #37
Labels

Comments

@gplesz
Copy link

gplesz commented Sep 27, 2013

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
Copy link
Owner

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
Copy link
Author

gplesz commented Sep 27, 2013

Super!:)

@MisterJames
Copy link
Owner

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
Copy link
Owner

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
Copy link
Owner

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
Copy link
Author

gplesz commented Oct 7, 2013

This is really cool, I look at the new version! 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants