[
https://issues.apache.org/jira/browse/WEEX-485?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16527123#comment-16527123
]
ASF GitHub Bot commented on WEEX-485:
-------------------------------------
GitHub user luckybilly opened a pull request:
https://github.com/apache/incubator-weex/pull/1301
[WEEX-485][Android] fix slider bug: scroll when scrollable=false make…
[WEEX-485][Android] fix slider bug: scroll when scrollable=false make index
not work
issue: [[WEEX-485]](https://issues.apache.org/jira/browse/WEEX-485)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/luckybilly/incubator-weex fix_slider
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-weex/pull/1301.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1301
----
commit e9b1641e2ee4d486df21e527020ba702b211c78d
Author: qiyi <qiyi@...>
Date: 2018-06-29T03:23:25Z
[WEEX-485][Android] fix slider bug: scroll when scrollable=false make index
not work
----
> change the index of Slider works bad when set its 'scrollable' as 'false'
> -------------------------------------------------------------------------
>
> Key: WEEX-485
> URL: https://issues.apache.org/jira/browse/WEEX-485
> Project: Weex
> Issue Type: Bug
> Components: Android
> Affects Versions: 0.18
> Reporter: billy
> Assignee: codefurture
> Priority: Major
>
> slider设置scrollable为false后,在Android平台上,通过点击导航tab切换index时slider页面切换正常,但如果用户在slider中进行横向滑动操作,再点击导航tab切换index会显示异常:
> index从2切换到3时表现为切换不成功页面未切换,
> index从2切换到0时表现为页面显示空白,
> 再从0切换到2时,恢复正常。
> 如果用户再进行横向滑动操作,又会出现相同的情况
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)