Re: Weex accessibility discussion about voice-over in iOS read order

2017-11-09 Thread 杨 劭君
Using API to define navigation order is necessary, but default order is important too, define the order for every element manually is quite heavy for the developer. @xing zhang Maybe [https://www.w3.org/TR/html51/editing.html#focus] is helpful, browser provide default sequential focus

[jira] [Closed] (WEEX-103) I can not launch project from weex init project.

2017-11-09 Thread Edward Zhang (JIRA)
[ https://issues.apache.org/jira/browse/WEEX-103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Edward Zhang closed WEEX-103. - Resolution: Fixed node modules install interrupt. Maybe it caused error. thank you everyone. > I can not

[jira] [Commented] (WEEX-103) I can not launch project from weex init project.

2017-11-09 Thread erha19 (JIRA)
[ https://issues.apache.org/jira/browse/WEEX-103?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16247081#comment-16247081 ] erha19 commented on WEEX-103: - Hi, Edward Zhang This is a sub-installation error (see

Re: Community building?

2017-11-09 Thread Adam Feng
+1,  We can give it a try,  for Github issues are easier to manage. Thanks. Adam Feng On 24 Oct 2017, 1:29 PM +0800, Raphael Bircher , wrote: > Hi all > > First of all, thanks for the work. We at Apache tend to do not a vote on > such a Topic. This one is a typical

Re: 回复:Weex accessibility discussion about voice-over in iOS read order

2017-11-09 Thread Adam Feng
BSF or DSF is a little bit difficult to understand,  I suggest that we provide a consistent default behavior first, then give a more  generic customization as moxun said. Thanks. Adam Feng On 8 Nov 2017, 11:45 PM +0800, 李剑锋(墨循) , wrote: > Hi there,Now I am also

[jira] [Comment Edited] (WEEX-103) I can not launch project from weex init project.

2017-11-09 Thread Edward Zhang (JIRA)
[ https://issues.apache.org/jira/browse/WEEX-103?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16246987#comment-16246987 ] Edward Zhang edited comment on WEEX-103 at 11/10/17 4:53 AM: - I remove this line

Re: [jira] [Commented] (WEEX-103) I can not launch project from weex init project.

2017-11-09 Thread Drew Hansen
Hi, Edward Zhang This is a sub-installation error (see https://github.com/webpack-contrib/uglifyjs-webpack-plugin/issues/132), after weexpack 0.4.7 version, I have added `npm-shrinkwrap.json` to lock dependences while running `npm install` command. Maybe you should check your node environment,

[jira] [Commented] (WEEX-103) I can not launch project from weex init project.

2017-11-09 Thread Edward Zhang (JIRA)
[ https://issues.apache.org/jira/browse/WEEX-103?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16246987#comment-16246987 ] Edward Zhang commented on WEEX-103: --- I remove this line from *weboack.config.js* file. below:

[jira] [Commented] (WEEX-103) I can not launch project from weex init project.

2017-11-09 Thread Edward Zhang (JIRA)
[ https://issues.apache.org/jira/browse/WEEX-103?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16246973#comment-16246973 ] Edward Zhang commented on WEEX-103: --- I find problems maybe caused by "webpack webpack-dev-server" command.

[jira] [Updated] (WEEX-103) I can not launch project from weex init project.

2017-11-09 Thread Edward Zhang (JIRA)
[ https://issues.apache.org/jira/browse/WEEX-103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Edward Zhang updated WEEX-103: -- Description: *When I use "weex init xxx". I created a project. And I use "npm install", "npm run build",

[jira] [Created] (WEEX-103) I can not launch project from weex init project.

2017-11-09 Thread Edward Zhang (JIRA)
Edward Zhang created WEEX-103: - Summary: I can not launch project from weex init project. Key: WEEX-103 URL: https://issues.apache.org/jira/browse/WEEX-103 Project: Weex Issue Type: Bug

[jira] [Commented] (WEEX-100) Support customize button title for picker module

2017-11-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/WEEX-100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16245657#comment-16245657 ] ASF GitHub Bot commented on WEEX-100: - Github user weex-bot commented on the issue:

[jira] [Commented] (WEEX-100) Support customize button title for picker module

2017-11-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/WEEX-100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16245654#comment-16245654 ] ASF GitHub Bot commented on WEEX-100: - GitHub user CYJB opened a pull request:

[jira] [Commented] (WEEX-99) The setViewport method in WXMetaModule is ASYN right now which makes weexInstance.viewportWidth setted after view created.

2017-11-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/WEEX-99?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16245450#comment-16245450 ] ASF GitHub Bot commented on WEEX-99: Github user asfgit closed the pull request at:

[jira] [Commented] (WEEX-96) Timer exposed on JSContext can not clear and it has potential crash switching globalQueue

2017-11-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/WEEX-96?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16245445#comment-16245445 ] ASF GitHub Bot commented on WEEX-96: Github user asfgit closed the pull request at:

[jira] [Commented] (WEEX-94) scroller component can lead to crash in iOS 8 and older iOS version

2017-11-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/WEEX-94?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16245438#comment-16245438 ] ASF GitHub Bot commented on WEEX-94: Github user asfgit closed the pull request at:

[jira] [Commented] (WEEX-91) support max-width in text component on iOS

2017-11-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/WEEX-91?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16245433#comment-16245433 ] ASF GitHub Bot commented on WEEX-91: Github user asfgit closed the pull request at: