-
Notifications
You must be signed in to change notification settings - Fork 8
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
[Bug] Duplicate in Firefox #6
Comments
@dbkaplun Any idea of what would be a good fix for this issue? |
i am over the same issue. The problem is about the iframe.src property in FF. |
Is there any workaround available? |
We are using this library to display a terminal. It works properly on Chrome but noticed that anything on the page gets duplicated in Firefox:
Terminal on Chrome
Terminal on FF
I believe the culprit lies in
hterm.ScrollPort.prototype.decorate
:Having the iframe
src
be#
will duplicate whatever is on the page, including all the headers defined on the page consuming this library.The text was updated successfully, but these errors were encountered: