-
Notifications
You must be signed in to change notification settings - Fork 427
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
Multiple unrelated Hypothesis frames on one page causes havoc #3433
Comments
nickstenning
changed the title
Multiple unrelated Hypothesis frames on one page causes havoc.
Multiple unrelated Hypothesis frames on one page causes havoc
Jun 9, 2016
I think this might be the same issue as seen in #2829 |
robertknight
added a commit
to hypothesis/client
that referenced
this issue
Sep 23, 2016
Its functionality has now been moved into the FrameSync service, except for the logic that was intended to synchronize the "Show Annotation Highlights" logic across multiple frames, since this is clearly broken [1]. The two pieces of functionality related to this we need to support at the moment are: 1. The `showHighlights` config option to set whether highlights are initially visible. 2. The highlight toggle button in the sidebar's outer frame Both of these work without the sidebar app's involvement. [1] See hypothesis/h#3433 and hypothesis/h#3295
robertknight
added a commit
to hypothesis/client
that referenced
this issue
Oct 12, 2016
Its functionality has now been moved into the FrameSync service, except for the logic that was intended to synchronize the "Show Annotation Highlights" logic across multiple frames, since this is clearly broken [1]. The two pieces of functionality related to this we need to support at the moment are: 1. The `showHighlights` config option to set whether highlights are initially visible. 2. The highlight toggle button in the sidebar's outer frame Both of these work without the sidebar app's involvement. [1] See hypothesis/h#3433 and hypothesis/h#3295
robertknight
added a commit
to hypothesis/client
that referenced
this issue
Oct 25, 2016
Its functionality has now been moved into the FrameSync service, except for the logic that was intended to synchronize the "Show Annotation Highlights" logic across multiple frames, since this is clearly broken [1]. The two pieces of functionality related to this we need to support at the moment are: 1. The `showHighlights` config option to set whether highlights are initially visible. 2. The highlight toggle button in the sidebar's outer frame Both of these work without the sidebar app's involvement. [1] See hypothesis/h#3433 and hypothesis/h#3295
robertknight
added a commit
to hypothesis/client
that referenced
this issue
Nov 7, 2016
Its functionality has now been moved into the FrameSync service, except for the logic that was intended to synchronize the "Show Annotation Highlights" logic across multiple frames, since this is clearly broken [1]. The two pieces of functionality related to this we need to support at the moment are: 1. The `showHighlights` config option to set whether highlights are initially visible. 2. The highlight toggle button in the sidebar's outer frame Both of these work without the sidebar app's involvement. [1] See hypothesis/h#3433 and hypothesis/h#3295
robertknight
added a commit
to hypothesis/client
that referenced
this issue
Nov 8, 2016
Its functionality has now been moved into the FrameSync service, except for the logic that was intended to synchronize the "Show Annotation Highlights" logic across multiple frames, since this is clearly broken [1]. The two pieces of functionality related to this we need to support at the moment are: 1. The `showHighlights` config option to set whether highlights are initially visible. 2. The highlight toggle button in the sidebar's outer frame Both of these work without the sidebar app's involvement. [1] See hypothesis/h#3433 and hypothesis/h#3295
sheetaluk
pushed a commit
to hypothesis/client
that referenced
this issue
Nov 8, 2016
* Move event handlers out of AnnotationUISync As a step towards having all bridge event handlers in one place, move these event handlers into frameSync. * Add tests for findIDsForTags() and for re-exporting of this function from annotationUI * Move sidebarOpened event handler to FrameSync service * Remove the AnnotationUISync service Its functionality has now been moved into the FrameSync service, except for the logic that was intended to synchronize the "Show Annotation Highlights" logic across multiple frames, since this is clearly broken [1]. The two pieces of functionality related to this we need to support at the moment are: 1. The `showHighlights` config option to set whether highlights are initially visible. 2. The highlight toggle button in the sidebar's outer frame Both of these work without the sidebar app's involvement. [1] See hypothesis/h#3433 and hypothesis/h#3295
Moved to hypothesis/client#249. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps to reproduce
Expected behaviour
Each independent Hypothesis instance can be used on its own without interfering with the others.
Actual behaviour
The "magic" autodiscovery features cause complete havoc. Specifically:
The text was updated successfully, but these errors were encountered: