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: 修复 switch transfrom 所引起的层级改变,导致弹窗不显示问题 #2543

Open
wants to merge 1 commit into
base: v2
Choose a base branch
from

Conversation

cleverboy32
Copy link

因为在用 switch 打开 dialog 时, 在 ios 上会因为 transfrom 导致 上下堆叠层级暂时失效,所以等 switch
的 transfrom 完成后 再弹出dialog 经自测可以解决问题。 这里就是用的 延迟 150 ms 显示。

@codecov-io
Copy link

codecov-io commented Mar 16, 2018

Codecov Report

Merging #2543 into v2 will increase coverage by 0.69%.
The diff coverage is 12.5%.

Impacted file tree graph

@@            Coverage Diff             @@
##               v2    #2543      +/-   ##
==========================================
+ Coverage   19.47%   20.16%   +0.69%     
==========================================
  Files         226      212      -14     
  Lines        5603     5212     -391     
  Branches      710      596     -114     
==========================================
- Hits         1091     1051      -40     
+ Misses       4393     4052     -341     
+ Partials      119      109      -10
Impacted Files Coverage Δ
src/components/x-dialog/index.vue 12.5% <12.5%> (+2.97%) ⬆️
src/directives/transfer-dom/index.js 34.69% <0%> (-12.25%) ⬇️
src/components/range/lib/matches-selector.js 40% <0%> (-10%) ⬇️
src/components/inline-calendar/util.js 72.94% <0%> (-5.89%) ⬇️
src/components/datetime/index.vue 20.98% <0%> (-5.39%) ⬇️
src/components/datetime-view/index.vue 75% <0%> (-5%) ⬇️
src/components/x-img/index.vue 20% <0%> (-5%) ⬇️
src/components/selector/index.vue 13.95% <0%> (-4.66%) ⬇️
src/components/datetime/util.js 36.84% <0%> (-2.64%) ⬇️
src/components/datetime/datetimepicker.js 13.75% <0%> (-2.5%) ⬇️
... and 43 more

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 e148583...107ba56. Read the comment docs.

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.

None yet

2 participants