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

Notifications are for all windows #1

Open
woolie opened this issue Mar 19, 2013 · 0 comments
Open

Notifications are for all windows #1

woolie opened this issue Mar 19, 2013 · 0 comments
Assignees
Labels
Milestone

Comments

@woolie
Copy link
Owner

woolie commented Mar 19, 2013

All notifications are being listened to no matter the scope. I moved away from the C++ observer architecture that was in the Chrome codebase as I wanted this to be a pure Objective-C codebase.

The listeners need to be able to filter the notifications so that they do not act on notifications not meant for them.

The symptom of this is:

  • Create a Window,
  • Create another TAB
  • Tear off the second TAB to another window

The new window has the torn off tab, but there is a phantom one in the old window.

@ghost ghost assigned woolie Mar 19, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant