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

Routes linked between tabs/browsers/devices #11

Open
muvic08 opened this issue May 19, 2015 · 5 comments
Open

Routes linked between tabs/browsers/devices #11

muvic08 opened this issue May 19, 2015 · 5 comments

Comments

@muvic08
Copy link

muvic08 commented May 19, 2015

In this example, whenever I navigate in one tab/browser to a different view, all the other tabs/devices do the same. I am wondering why the views are coupled this way ... Any ideas?

@ambujpunn
Copy link

@muvic08 Can you specify exactly what you're saying? I'm having a hard time understanding your problem. Are you saying that when the app is running, and when you navigate to a different tab in your browser, the app that is running on another tab in another browser functions the same?

Sorry if I didn't understand your question, but please do try to explain it better :)

@muvic08
Copy link
Author

muvic08 commented Jun 23, 2015

@ambujpunn Sorry for my poor explanation. Let me try it again. This is how you can replicate the issue:

  1. Clone and run the project.
  2. Go to localhost:**** where you are running the project in two different tabs on the browser.
  3. Lets call the tabs tab1 and tab2.
  4. Create two projects and add tasks to them.
  5. Whenever you navigate to a project in tab1, tab2 also navigates
  6. The two tabs are mirroring each other.
  7. I want to be able to do things to tab1 without affecting the functionality of tab2.
    I hope that clarifies it a bit. Cheers

@ambujpunn
Copy link

@muvic08 Are you logged in as a user? This happens because locally you are seen as the same user in both the tabs. Hence if you were logged in as different users, that behavior would not be there. Because even in actuality, if the same user is logged onto the same application from two places (if your app allows it), then both clients should get modified.

@netanelgilad
Copy link
Owner

@muvic08 Did @ambujpunn answer help you?

@ambujpunn
Copy link

@muvic08 If you need any more explanations, I'd be more than happy to help :)

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

No branches or pull requests

3 participants