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

[Fix]#115/ハイパーリンクの受信側の表示エラー #117

Merged
merged 1 commit into from
Oct 20, 2020

Conversation

kazu-0226
Copy link
Owner

チャットメッセージのハイパーリンクの受信側の表示エラーを解消。

https://github.comというメッセージを送信した際の相手の表示が以下となっていた。
https://github.com/'' target='_blank'>https://github.com/' target='_blank'>https://github.com/

原因は、左右両方のパーシャルで呼び出しているため、
<%= content_url_to_link(content).html_safe %>

送信(右のパーシャル)で破壊的メソッドでcontentの内容を書き換えて、さらに左で書き換えているからリロードしないと2重になる。

dupメソッドでコピーして書き換えるcontentを複数用意して二重の処理を防ぐ。
少々力技の感じがあるため、破壊的メソッドを使わない方法で改善予定。

@kazu-0226 kazu-0226 merged commit e4878e4 into develop Oct 20, 2020
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 this pull request may close these issues.

チャットメッセージのハイパーリンクの受信側の表示エラー
1 participant