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

ActionSheet 包含数据过多,touch无法滚动 #86

Closed
Nick-Tsao opened this issue May 18, 2018 · 4 comments
Closed

ActionSheet 包含数据过多,touch无法滚动 #86

Nick-Tsao opened this issue May 18, 2018 · 4 comments
Labels
feature New feature or request
Milestone

Comments

@Nick-Tsao
Copy link

  • Mand Mobile Version
  • OS Version & Browser Version
  • Node Version, Package Management Tool(such as npm/cnpm/yarn) & Version for building errors
  • Recurring Links
  • Recurring Steps
  • Expectant Behaviors

ActionSheet 中即使包含很多的行为,也是可以触摸滑动的.

  • Actual Behaviors

2018-05-18 7 23 40

@Nick-Tsao
Copy link
Author

md-selector 这个组件也是一样的 当数据过多后. 鼠标滚轮可以滑动, touch事件无法滑动

@Nick-Tsao
Copy link
Author

查看源码 发现是 Popup 阻止了滚动默认事件. 但是 这些组件是根据Popup分发出来的. 而且没有提供 prevent-scroll 的参数设置. 期望可以在分发组件中提供 prop prevent-scroll 的设置

@xxyan0205 xxyan0205 added the feature New feature or request label May 18, 2018
@xxyan0205 xxyan0205 added this to the v1.3.x milestone May 18, 2018
@xxyan0205
Copy link
Collaborator

xxyan0205 commented May 18, 2018

v1.3.0 增加maxHeight来控制容器最高高度,超出后可滚动

@Nick-Tsao
Copy link
Author

1.2.3 直接到 1.3.0了嘛? 还是要等很久?

moyus pushed a commit that referenced this issue May 28, 2018
* feature(picker):reset picker when cancel

* feature:add maskClosable prop #64

* fix(date-picker):amend defaultDate according to minDate and maxDate #75

* feature(cashier):update channel display logic #77

* feat(tab-picker): add revoke operation feature  when user click the cancel button

* feat(tab-pciker): add async casacade tabpicker initial feature

* feature(action-sheet & selector):add max-height limit prop #86

* fix(tab-picker): recursion breakpoints continue

* fix(cashier):fix unit test error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants