<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
<channel>
	<title><![CDATA[ 検索語「PICT: copilot_answer.png」の検索結果［1件］ - てがろぐ - Fumy Otegaru Memo Logger - ]]></title>
	<link>https://www.nishishi.org/testground/tegalog/</link>
	<description><![CDATA[ お手軽一言掲示板（この辺の文章は「管理画面」の「設定」内にある「フリースペース」タブから編集できます。） ]]></description>
	<language>ja</language>
	<copyright>Copyright 2026</copyright>
	<lastBuildDate>Sat, 02 May 2026 19:34:24 +0900</lastBuildDate>
	<generator><![CDATA[ <!-- てがろぐ Version: -->Powered by <a href="https://www.nishishi.com/cgi/tegalog/" rel="noreferrer" target="_top">てがろぐ</a> Ver 4.8.2 ]]></generator>
	<!-- BEGIN ENTRIES -->
	<!-- One Entry Data for RSS Feed -->
<item>
	<title><![CDATA[ &gt;&gt;5073 ]]></title>
	<description><![CDATA[ <a rel="nofollow" href="https://www.nishishi.org/testground/tegalog/?postid=5073" class="postidlink">&gt;&gt;5073</a><br />
スマホやタブレットのようなタッチパネル環境で似たような経験があったので、気になってAI(Copilot)に聞いてみました。<br />
Copilotが提示した下記のjavascriptコードを外側スキンの末尾にある遅延読み込みスクリプト群の所に貼り付けてテストしたところ、文字を入力できるエリア(textareaとinput)に何らかの文字が入力されている状態でリンクをクリックした時に確認ダイアログが出ました。このままだと投稿ボタンや記事検索ボタンを押した時にも確認ダイアログが出るので、その辺の細かい部分はお好みに合わせて調整してみて下さい。<br />
<br />
&lt;script&gt;<br />
let isTyping = false;<br />
<br />
document.querySelector(&quot;textarea&quot;).addEventListener(&quot;input&quot;, () =&gt; {<br />
&nbsp;&nbsp; &nbsp;isTyping = true;<br />
});<br />
<br />
window.addEventListener(&quot;beforeunload&quot;, (event) =&gt; {<br />
&nbsp;&nbsp; &nbsp;if (isTyping) {<br />
&nbsp;&nbsp; &nbsp;&nbsp; &nbsp; event.preventDefault();<br />
&nbsp;&nbsp; &nbsp;&nbsp; &nbsp; event.returnValue = &quot;変更内容が失われる可能性があります。ページを移動してもよろしいですか？&quot;;<br />
&nbsp;&nbsp; &nbsp;}<br />
});<br />
&lt;/script&gt;<br />
<img class="embeddedimage " width="882" height="1233" src="https://www.nishishi.org/testground/tegalog/images/copilot_answer.png" alt="copilot_answer.png"> -- Posted by さくら 〔596文字〕 No.5074 ]]></description>
	<link>https://www.nishishi.org/testground/tegalog/?postid=5074</link>
	<guid>https://www.nishishi.org/testground/tegalog/?postid=5074</guid>
	<category>tegalog</category>
	<pubDate>Tue, 08 Apr 2025 00:50:48 +0900</pubDate>
</item>

	<!-- END ENTRIES -->
</channel>
</rss>

