You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2020/06/22 06:33:04 UTC

[GitHub] [incubator-echarts] leohazy opened a new issue #12841: sublink无效

leohazy opened a new issue #12841:
URL: https://github.com/apache/incubator-echarts/issues/12841


   ### Version
   4.8.0
   
   ### Steps to reproduce
   #### 1. sublink not work
   the sublink cannot open ,but title link function well。such as the example in <https://echarts.apache.org/examples/zh/editor.html?c=map-HK>, sublink is not work,if change to link,function well,after this ,change to sublink again, sublink can work。
   
   副标题链接无法打开,改成主标题链接则可以打开,此时再改为副标题链接则可以正常打开。
   #### 2. 'www.xxxx' link not work
   in the case <https://echarts.apache.org/examples/zh/editor.html?c=map-HK>,set the sublink to *www.baidu.com*,the link refer to <https://echarts.apache.org/examples/zh/undefined>,change sublink to link, it refer to <https://echarts.apache.org/examples/zh/www.baidu.com>. if set the link to *http://www.baidu.com*,funtion well。
   
   如果把上述例子中的链接改为*www.baidu.com*时,sublink改为link的时候仍然无法打开,会跳转到<https://echarts.apache.org/examples/zh/www.baidu.com>,但是改为*http://www.baidu.com*,怎可以正常跳转
   
   ### What is expected?
   click sublink to jump to the specific link
   
   ### What is actually happening?
   jump to an undefined page
   
   <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
   <!-- This issue is in English. DO NOT REMOVE -->


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[GitHub] [incubator-echarts] plainheart edited a comment on issue #12841: sublink无效

Posted by GitBox <gi...@apache.org>.
plainheart edited a comment on issue #12841:
URL: https://github.com/apache/incubator-echarts/issues/12841#issuecomment-647319523


   It is indeed a bug that `sublink` does not work, but maybe `www.xxx` is not.
   This feature uses `window.open` to open the links, if no protocol is specified for url, the browser will open it by current context path.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[GitHub] [incubator-echarts] plainheart commented on issue #12841: sublink无效

Posted by GitBox <gi...@apache.org>.
plainheart commented on issue #12841:
URL: https://github.com/apache/incubator-echarts/issues/12841#issuecomment-647328287


   Thanks for your reporting. It has been fixed in #12842.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[GitHub] [incubator-echarts] plainheart closed issue #12841: sublink无效

Posted by GitBox <gi...@apache.org>.
plainheart closed issue #12841:
URL: https://github.com/apache/incubator-echarts/issues/12841


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[GitHub] [incubator-echarts] echarts-bot[bot] commented on issue #12841: sublink无效

Posted by GitBox <gi...@apache.org>.
echarts-bot[bot] commented on issue #12841:
URL: https://github.com/apache/incubator-echarts/issues/12841#issuecomment-647316140


   This issue is labeled with `difficulty: easy`.
   @leohazy Would you like to debug it by yourself? This is a quicker way to get your problem fixed. Or you may wait for the community to fix.
   
   Please have a look at [How to debug ECharts](https://github.com/apache/incubator-echarts/blob/master/CONTRIBUTING.md#how-to-debug-echarts) if you'd like to give a try. 🤓


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[GitHub] [incubator-echarts] echarts-bot[bot] commented on issue #12841: sublink无效

Posted by GitBox <gi...@apache.org>.
echarts-bot[bot] commented on issue #12841:
URL: https://github.com/apache/incubator-echarts/issues/12841#issuecomment-647314863


   Hi! We've received your issue and please be patient to get responded. 🎉
   The average response time is expected to be within one day for weekdays.
   
   In the meanwhile, please make sure that **you have posted enough image to demo your request**. You may also check out the [API](http://echarts.apache.org/api.html) and [chart option](http://echarts.apache.org/option.html) to get the answer.
   
   If you don't get helped for a long time (over a week) or have an urgent question to ask, you may also send an email to dev@echarts.apache.org. Please attach the issue link if it's a technical questions.
   
   If you are interested in the project, you may also subscribe our [mail list](https://echarts.apache.org/en/maillist.html).
   
   Have a nice day! 🍵


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[GitHub] [incubator-echarts] plainheart edited a comment on issue #12841: sublink无效

Posted by GitBox <gi...@apache.org>.
plainheart edited a comment on issue #12841:
URL: https://github.com/apache/incubator-echarts/issues/12841#issuecomment-647319523


   It is indeed a bug that `sublink` does not work, but `www.xxx` may be not.
   This feature uses `window.open` to open the links, if no protocol is specified for url, the browser will open it by current context path.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[GitHub] [incubator-echarts] leohazy commented on issue #12841: sublink无效

Posted by GitBox <gi...@apache.org>.
leohazy commented on issue #12841:
URL: https://github.com/apache/incubator-echarts/issues/12841#issuecomment-647322717


   > It is indeed a bug that `sublink` does not work, but `www.xxx` may be not.
   > This feature uses `window.open` to open the links, if no protocol is specified for url, the browser will open it by current context path.
   
   got it ,thx! hope fix this sublink bug 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[GitHub] [incubator-echarts] plainheart commented on issue #12841: sublink无效

Posted by GitBox <gi...@apache.org>.
plainheart commented on issue #12841:
URL: https://github.com/apache/incubator-echarts/issues/12841#issuecomment-647319523


   `sublink` does not work is indeed a bug, but maybe `www.xxx` is not a bug. 
   This feature uses `window.open` to open the links, if no protocol is specified for url, the browser will open it by current context path.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[GitHub] [incubator-echarts] echarts-bot[bot] removed a comment on issue #12841: sublink无效

Posted by GitBox <gi...@apache.org>.
echarts-bot[bot] removed a comment on issue #12841:
URL: https://github.com/apache/incubator-echarts/issues/12841#issuecomment-647316140


   This issue is labeled with `difficulty: easy`.
   @leohazy Would you like to debug it by yourself? This is a quicker way to get your problem fixed. Or you may wait for the community to fix.
   
   Please have a look at [How to debug ECharts](https://github.com/apache/incubator-echarts/blob/master/CONTRIBUTING.md#how-to-debug-echarts) if you'd like to give a try. 🤓


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org