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

fixes for problems inside iframes #2281

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

Conversation

rozek
Copy link

@rozek rozek commented Jan 19, 2018

No description provided.

@patrickkettner
Copy link
Member

hey @rozek!
Thanks for the PR!
Could you provide some more information? the test suite runs in an iframe, so it wouldn't effect all iframes. What was the browser? Did you have any CSP or iframe attributes that could have caused an issue?

@rejas
Copy link
Member

rejas commented Jul 11, 2018

hi @rozek could you updare your PR against the latest master so we can check it out?

@rozek
Copy link
Author

rozek commented Jul 11, 2018 via email

@rejas
Copy link
Member

rejas commented Jul 11, 2018

Awesome. Also some more info like @patrickkettner requested would be very helpful

@rejas
Copy link
Member

rejas commented Jul 11, 2018

BTW: took out some personal infos from your email signature if thats okay with you.

@rozek
Copy link
Author

rozek commented Jul 11, 2018

Sure, thank you very much - I simply responded using EMail rather than GIT itself (which was probably a bad idea)

@rozek
Copy link
Author

rozek commented Jul 11, 2018

Well, I seem to be a bit lost as I seen to be unable to resolve the conflict properly: the system does not allow me to do so...

addTest('indexeddb', false);
} else {
req.onerror = function(event) {
if (req.error && (req.error.name === 'InvalidStateError' || req.error.name === 'UnknownError')) {
Copy link
Member

Choose a reason for hiding this comment

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

that part already got merged via c5ffa86

Copy link
Member

Choose a reason for hiding this comment

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

so you can skip it in your merge

@rejas rejas added this to the Modernizr v3.8 milestone Jul 11, 2018
@rejas
Copy link
Member

rejas commented Jul 11, 2018

@rozek I think you can drop the changes in feature-detects/indexeddb.js and take a look at #2336 where changes to that file are also done. The original issue/pr is #2315 Can you take a look at those and see if part of your problem is solved by that (and the xhr iframe issues can stay in this PR on their own)?

@rozek
Copy link
Author

rozek commented Jul 12, 2018

Indeed, that fix solves the problems I mentioned as well.

I will therefore revert my indexeddb changes completely - hoping, that the other fixes will then go through...

@rejas
Copy link
Member

rejas commented Jul 14, 2018

Could you add some infos regarding @patrickkettner questions in the second comment?

@rejas
Copy link
Member

rejas commented Oct 6, 2019

hi @rozek sorry for the long pause are you still interested in finishing this PR? If so, could you add some infos as requested in the last comment to this PR?

@rejas rejas modified the milestones: Modernizr v3.8, Modernizr 3.9 Oct 6, 2019
@rejas rejas added the feedback needed issue/pr has open question, reporter needs to answer label Oct 6, 2019
@rozek
Copy link
Author

rozek commented Oct 7, 2019 via email

@rejas rejas modified the milestones: Modernizr v3.9, Modernizr v3.10 Feb 4, 2020
@rejas rejas modified the milestones: Modernizr v3.10, Modernizr v3.11 Apr 7, 2020
@rejas rejas removed this from the Modernizr v3.11 milestone Apr 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feedback needed issue/pr has open question, reporter needs to answer
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants