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

Fix #3939 - update firefox specific code in renderAd function #3980

Merged
merged 2 commits into from
Jul 9, 2019

Conversation

jsnellbaker
Copy link
Collaborator

Type of change

  • Bugfix

Description of change

This change updates the firefox specific logic in the renderAd function to only run if the user is using a version of Firefox below 67 (since Mozilla fixed the original bug in 67.0).

Additional references relevant to this overall change:

Copy link
Collaborator

@snapwich snapwich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

src/prebid.js Outdated
doc.open('text/html', 'replace');
// will check if browser is firefox and below version 67, if so execute special doc.open()
// for details see: https://github.com/prebid/Prebid.js/pull/3524
// TODO remove this browser specific code at later date
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would just add here ...later date when Firefox < 67 usage is mostly gone

Copy link
Member

@mkendall07 mkendall07 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@jsnellbaker jsnellbaker merged commit 1086def into master Jul 9, 2019
@jsnellbaker jsnellbaker deleted the firefox_render_code branch July 16, 2019 17:48
leonardlabat pushed a commit to criteo-forks/Prebid.js that referenced this pull request Jul 30, 2019
…rebid#3980)

* update browser specific code in renderAd function

* update TODO comment
VideoReach pushed a commit to VideoReach/Prebid.js that referenced this pull request Aug 1, 2019
…rebid#3980)

* update browser specific code in renderAd function

* update TODO comment
sa1omon pushed a commit to gamoshi/Prebid.js that referenced this pull request Nov 28, 2019
…rebid#3980)

* update browser specific code in renderAd function

* update TODO comment
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants