|
@@ -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
|
|