瀏覽代碼

bug #13 - while bug not fixed, hide the voiceBtn input only usefull for mobile devices

damien 11 年之前
父節點
當前提交
a0fac5880e
共有 1 個文件被更改,包括 7 次插入1 次删除
  1. 7 1
      pboard/pboard/templates/pod.mak

+ 7 - 1
pboard/pboard/templates/pod.mak 查看文件

@@ -96,7 +96,13 @@
96 96
           </a>
97 97
         </div>
98 98
       % endif
99
-        <input type="text" data-edit="inserttext" id="voiceBtn" x-webkit-speech="">
99
+##
100
+## FIXME - D.A. - 2013-11-15 - FIX THIS
101
+## The voiceBtn button input field is visible in case we add the rich text editor multiple times in the same page
102
+## This is probably due to the use of #voiceBtn id (which should be unique... and which is not)
103
+## This fix will be required for mobile phone compatible user interface
104
+## See bug #13 - https://bitbucket.org/lebouquetin/pod/issue/13/voicebtn-input-widget-shown-in-meta-data
105
+##        <input type="text" data-edit="inserttext" id="voiceBtn" x-webkit-speech="">
100 106
       </div>
101 107
 </%def>
102 108