-
Notifications
You must be signed in to change notification settings - Fork 1
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
all addressed windows opening in Firefox #7
Comments
The Intro Bundle must open all tools used in the Intro at startup so that the CSS classes are present and can be used by the Intro. What exactly is the problem? Do the windows close again or do they stay open? |
The windows open at startup and stay open. Some buttons are flickering like they are pressed over and over again. |
Does this happen in the sample app as well? If not can you provide your intro configuration? |
Could you check if this new version fixes the error? |
The sample app with its default-configuration does not seem to produce the error. When adding several "dummy"-custominfo-buttons (opening a window each) which are also addressed by the intro the error occurs from time to time. I added our app so you can see how our intro configuration looks like Sadly the new version does not fix the error. |
TODO: Einschränkungen dokumentieren |
Raising the timeout value works for me in all Browsers (UserIntro.js): async(() => {tool.set("active", false); }, 1000); async(() => { |
Idea: Make timeout configurable on a case by case basis |
When using the Firefox browser starting the intro results (most times) in opening all windows/tools that are addressed by the intro-tool.
The text was updated successfully, but these errors were encountered: