Skip to content
This repository has been archived by the owner on Dec 15, 2018. It is now read-only.

IE11: this.get('closeSrc') is undefined #4

Open
palsingh opened this issue Mar 2, 2015 · 2 comments
Open

IE11: this.get('closeSrc') is undefined #4

palsingh opened this issue Mar 2, 2015 · 2 comments

Comments

@palsingh
Copy link

palsingh commented Mar 2, 2015

In IE11, this.get('closeSrc') initiates a request to /undefined.
Setting it in config while creating new instance of infobubble doesn't make any difference.
bug

@rytmis
Copy link

rytmis commented Jan 20, 2017

The problem is that setValues is called after buildDom_ in the constructor. Reversing the order doesn't work either, because it fires change callbacks for properties where the DOM is expected to already exist.

Adding:

  this.set('closeSrc', options['closeSrc']);

before the buildDom_ call in the ctor gets rid of the problem, but it seems a bit hacky.

@cnsgithub
Copy link

This is reproducible on Firefox 52.0.2 (latest) also and sometimes is responsible for crashing our sessions. Are there any plans to fix it?

GrapsasFilippos added a commit to GrapsasFilippos/js-info-bubble that referenced this issue Feb 15, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants