Skip to content
This repository was archived by the owner on Mar 4, 2020. It is now read-only.

fix(doesNodeContainClick): use proper document to find nodes#1874

Merged
layershifter merged 3 commits intomasterfrom
fix/does-node-contains
Sep 2, 2019
Merged

fix(doesNodeContainClick): use proper document to find nodes#1874
layershifter merged 3 commits intomasterfrom
fix/does-node-contains

Conversation

@layershifter
Copy link
Member

Fixes #1873.
Also improved typings in doesNodeContains().

Before

popup-before

After

popup-after

@layershifter layershifter changed the title fix(doesNodeContains): use proper document to find nodes fix(doesNodeContainClick): use proper document to find nodes Sep 2, 2019
@codecov
Copy link

codecov bot commented Sep 2, 2019

Codecov Report

Merging #1874 into master will increase coverage by <.01%.
The diff coverage is 58.82%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1874      +/-   ##
==========================================
+ Coverage   69.74%   69.74%   +<.01%     
==========================================
  Files         885      885              
  Lines        7786     7787       +1     
  Branches     2274     2276       +2     
==========================================
+ Hits         5430     5431       +1     
  Misses       2348     2348              
  Partials        8        8
Impacted Files Coverage Δ
packages/react/src/components/Dialog/Dialog.tsx 35.29% <0%> (ø) ⬆️
...kages/react/src/components/Toolbar/ToolbarItem.tsx 48.21% <0%> (ø) ⬆️
packages/react/src/lib/doesNodeContainClick.tsx 100% <100%> (ø) ⬆️
packages/react/src/components/Popup/Popup.tsx 66.11% <100%> (+0.18%) ⬆️
packages/react/src/components/Portal/Portal.tsx 100% <100%> (ø) ⬆️
packages/react/src/components/Menu/MenuItem.tsx 47.95% <33.33%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 185a3a3...890bba9. Read the comment docs.

@layershifter layershifter merged commit 87f0555 into master Sep 2, 2019
@delete-merged-branch delete-merged-branch bot deleted the fix/does-node-contains branch September 2, 2019 13:00
layershifter added a commit that referenced this pull request Sep 3, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

🧰 fix Introduces fix for broken behavior. 🚀 ready for review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Unable to select an item from Dropdown when it is in a separate document

2 participants