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: Make properties DND IE11 compatible #2196

Merged
merged 3 commits into from
Mar 19, 2020
Merged

fix: Make properties DND IE11 compatible #2196

merged 3 commits into from
Mar 19, 2020

Conversation

JKMarkowski
Copy link
Contributor

@JKMarkowski JKMarkowski commented Mar 18, 2020

Please provide a link to the associated issue.

One of #2192

Please provide a brief summary of this pull request.

There are some native JS methods replaced, because of IE11 compatibility
getBoundingClientRect().x/y to getBoundingClientRect().left/top and
element.remove() to element.parentNode.removeChild(element)

Please check whether the PR fulfills the following requirements

Documentation checklist:

@JKMarkowski JKMarkowski added the IE11 Issues for Internet Explorer 11 label Mar 18, 2020
@JKMarkowski JKMarkowski added this to the Sprint 34 - Głogów milestone Mar 18, 2020
@JKMarkowski JKMarkowski requested review from droshev and a team March 18, 2020 16:08
@JKMarkowski JKMarkowski added this to In progress in Development via automation Mar 18, 2020
@netlify
Copy link

netlify bot commented Mar 18, 2020

Deploy preview for fundamental-ngx ready!

Built with commit 0306bac

https://deploy-preview-2196--fundamental-ngx.netlify.com

@InnaAtanasova InnaAtanasova changed the title fix (dnd): Make properties DND IE11 compatible fix: Make properties DND IE11 compatible Mar 18, 2020
Development automation moved this from In progress to Reviewer approved Mar 19, 2020
@JKMarkowski JKMarkowski merged commit eb821df into master Mar 19, 2020
Development automation moved this from Reviewer approved to Done Mar 19, 2020
@JKMarkowski JKMarkowski deleted the fix/dnd-ie11 branch March 19, 2020 14:59
DeepakSap14 pushed a commit that referenced this pull request Mar 30, 2020
* fix (dnd): Make properties DND IE11 compatible

* Fix tests / add nullcheck

* Fix DND tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Defect Hunting IE11 Issues for Internet Explorer 11
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants