dash-docs-el / helm-dash

Browse Dash docsets inside emacs
511 stars 59 forks source link

FIx dot in anchor #169

Open amosbird opened 6 years ago

areina commented 6 years ago

Hello @amosbird!

I would like to try/test this, could you explain us which is the use case? Why is this needed?

Thank you!

amosbird commented 6 years ago

Hi, here is a case that breaks the old code in webkit, chrome and even IE, only firefox works.

https://la.wentropy.com/e3ih.html#//apple_ref/func/string.sub

by escaping the dot, this works for all browsers except firefox.

https://la.wentropy.com/e3ih.html#//apple_ref/func/string%252Esub

areina commented 6 years ago

Cool, thanks for the example. I'll take a look later

kidd commented 6 years ago

Wow, so either we support ff or all the others? Man, the browsers' world is so broken :/

Thoughts? Ideas?