Browse Source

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

damien 11 years ago
parent
commit
a0fac5880e
1 changed files with 7 additions and 1 deletions
  1. 7 1
      pboard/pboard/templates/pod.mak

+ 7 - 1
pboard/pboard/templates/pod.mak View File

96
           </a>
96
           </a>
97
         </div>
97
         </div>
98
       % endif
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
       </div>
106
       </div>
101
 </%def>
107
 </%def>
102
 
108