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

Buggy output on Chrome Browser only #87

Closed
ahmetkizilay opened this issue Nov 20, 2015 · 1 comment · Fixed by #88
Closed

Buggy output on Chrome Browser only #87

ahmetkizilay opened this issue Nov 20, 2015 · 1 comment · Fixed by #88

Comments

@ahmetkizilay
Copy link

I am trying to linkify the following text on linkify homepage (Number 3 on http://soapbox.github.io/linkifyjs/) and I get different results on Google Chrome (Version 46.0.2490.86 (64-bit)) and Firefox (42.0) on Ubuntu 14.04

Here's my text (in Turkish):

Bu haritanın verileri Direniş İzleme Grubu'nun yaptığı Türkiye İşçi Eylemleri haritası ile birleşebilir esasen. https://graphcommons.com/graphs/00af1cd8-5a67-40b1-86e5-32beae436f7c?show=Comments

The result on Chrome is

<div id="demo-3-output" class="well demo-well">Bu haritanın verileri Direniş İzleme Grubu'nun yaptığı Türkiye İşçi Eylemleri haritası ile birleşebilir esasen. .t<a href="tps:////aphcommons.c.m/g/aphs/0/af1cd8-5a67-40b1-86e5-32beae436f7c?s?ow=Comments" class="linkified" target="_blank">tps:////aphcommons.c.m/g/aphs/0/af1cd8-5a67-40b1-86e5-32beae436f7c?s?ow=Comments</a></div>

The result on Firefox is:

<div id="demo-3-output" class="well demo-well">Bu haritanın verileri Direniş İzleme Grubu'nun yaptığı Türkiye İşçi Eylemleri haritası ile birleşebilir esasen. <a target="_blank" class="linkified" href="https://graphcommons.com/graphs/00af1cd8-5a67-40b1-86e5-32beae436f7c?show=Comments">https://graphcommons.com/graphs/00af1cd8-5a67-40b1-86e5-32beae436f7c?show=Comments</a></div>

Thanks a lot!

nfrasser added a commit that referenced this issue Nov 20, 2015
Does not modify the length of certain localized strings, which
appears to be the case with the previous strategy on V8-based
runtimes

Fixes #87
@nfrasser
Copy link
Owner

Hi @artsince, thanks for the bug report. I've issued a fix in #88, and have included it in the latest release.

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 a pull request may close this issue.

2 participants