-
Notifications
You must be signed in to change notification settings - Fork 0
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
チャットメッセージのハイパーリンクの受信側の表示エラー #115
Comments
<%= raw content %>で問題なく、表示されたがリロードすると戻ってしまう |
上記から原因は、左右両方のパーシャルで呼び出しているため、 <%= raw content %>とだと1回しか呼び出されていないため、問題なく表示されたのち、呼び出していないのでcontentが置き換えられず、リロードすると単に文字列になってしまう |
対処法として |
kazu-0226
added a commit
that referenced
this issue
Oct 20, 2020
dupメソッドでコピーしてcontentを複数用意する 上記で対応したが力技の気があるため、破壊的メソッドを使わない方法も検討 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
概要
チャットメッセージのハイパーリンクの受信側の表示エラー
再現手順
https://github.comというメッセージを送信した際の相手の表示が以下となる
https://github.com/'' target='_blank'>https://github.com/' target='_blank'>https://github.com/
修正しないとどう困るか
メッセージの表示崩れ
原因
.html_safeが効いていない?
修正案
The text was updated successfully, but these errors were encountered: