[o2on-svn] [135] FIX: #13479 管理画面がSafari未対応

Back to archive index

o2on svn commit o2on-****@lists*****
2009年 2月 1日 (日) 03:42:59 JST


Revision: 135
          http://svn.sourceforge.jp/view?root=o2on&view=rev&rev=135
Author:   electrolysis
Date:     2009-02-01 03:42:58 +0900 (Sun, 01 Feb 2009)

Log Message:
-----------
FIX: #13479 管理画面がSafari未対応

ブロードキャストで空文字列がPOSTされたことになる件の修正

Ticket Links:
:-----------
    http://sourceforge.jp/projects/o2on/tracker/detail/13479

Modified Paths:
--------------
    trunk/o2on/admin/im.xsl

Modified: trunk/o2on/admin/im.xsl
===================================================================
--- trunk/o2on/admin/im.xsl	2009-01-07 09:14:54 UTC (rev 134)
+++ trunk/o2on/admin/im.xsl	2009-01-31 18:42:58 UTC (rev 135)
@@ -5,8 +5,9 @@
 	</xsl:template>
 	<xsl:template match="messages">
 	  <iframe name="bc" src="/xml/imbroadcast" width="100%" height="120px"></iframe>
-    <form name="broadcast" method="POST" action="/xml/imbroadcast" target="bc" onSubmit="submit();msg.value='';return false;">
-      <input type="text" name="msg" class="bcmsg" autocomplete="off" style="width:100%"/>
+    <form name="broadcast" method="POST" action="/xml/imbroadcast" target="bc" onSubmit="msg.value=dummy_msg.value;submit();dummy_msg.value='';return false;">
+      <input type="text" name="dummy_msg" class="bcmsg" autocomplete="off" style="width:100%"/>
+      <input type="hidden" name="msg" value=""/>
     </form>
     <form name="d" method="POST" action="/xml/im">
   	  <div id="body" class="body">




o2on-svn メーリングリストの案内
Back to archive index