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

先頭にコロンの付いたURLを開くと正常にページを開けない #33

Closed
takatwu opened this issue Dec 29, 2012 · 2 comments

Comments

@takatwu
Copy link

takatwu commented Dec 29, 2012

:http://
または
:http://
といった表記のURLをダブルクリックで開いた時に
コロンが付いてきてしまうため正常にページを開くことができません。

@piroor
Copy link
Owner

piroor commented Dec 29, 2012

以下のような例を作って試してみましたが、既定の設定で再現できませんでした。
何か設定を変更されていたりしますでしょうか?

<p id="with-leading-colon">コロンに続いてURLが書かれている場合。
例1:http://example.com/test/、
例2:ftp://anonymous:anonymous@ftp.mozilla.org/、
例3:http://test@example.com/test/など。
例4:http://example.com:80/test/、
例5:http://test@example.com:80/test/、
例6:http://test:pass@example.com:8080/test/など。</p>
<p id="with-leading-colon2">:http://example.com/test/</p>

相対パスの検出等を有効にしていると、それだけ検出する対象の自由度が上がるため、誤爆も増えてしまいます。
もしそれが原因なのだとすると、これは今の自分の技術力と知識レベルだと、ちょっと解決の方向が見えない状態です。

@takatwu
Copy link
Author

takatwu commented Dec 29, 2012

相対パスを有効にしていました。
解除することで解決しました。
どうもありがとうございました。

@takatwu takatwu closed this as completed Dec 29, 2012
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

No branches or pull requests

2 participants