Copy link to clipboard
Copied
Hi All,
Tool tips are not working in any version of Premiere pro panels in MAC. We are calling a aspx web page inside an iframe with nodejs-disabled="true" parameter.
Tool tip function is working in the windows environment.
Also the HTML5 audio tag seek bar is are coming wrongly in Premiere pro versions <9.2
Can you give your valuable comments to resolve this issue.
Thanks and Regards,
ANOOP NR
From CEP_6.1_HTML_Extension_Cookbook.pdf:
"CEP 5.2 supports HTML title attribute to show the tooltip on Windows. However, it's not supported on Mac due to off-screen rendering. The alternative is use JavaScript instead, please refer to http://www.a2zwebhelp.com/bootstrap-tooltips for good examples."
Anoop, send me a snippet that reproduces the audio tag seek bar issue, in a PPro panel?
Copy link to clipboard
Copied
From CEP_6.1_HTML_Extension_Cookbook.pdf:
"CEP 5.2 supports HTML title attribute to show the tooltip on Windows. However, it's not supported on Mac due to off-screen rendering. The alternative is use JavaScript instead, please refer to http://www.a2zwebhelp.com/bootstrap-tooltips for good examples."
Anoop, send me a snippet that reproduces the audio tag seek bar issue, in a PPro panel?
Copy link to clipboard
Copied
Hi Bruce,
Thank you for you immediate response.
We are able to create the tooltip in MAC using the javascript method.
For Audio we are ust using plane HTML audio tag inside a div. Here is the code snippet. Content will be loaded Dynamically.
<div class="divAudioPlayer" style=" display:none;">
<Audio id="audioPlayer" preload="meta" controls="" type="audio/mpeg" style="cursor: pointer; z-index: 1; width:500px;"></Audio>
<div class="clear"></div>
</div>
Copy link to clipboard
Copied
Hi Bruce,
Is there any work around/solution to solve the audio tag seek bar issue in the older Premiere pro versions
Thanks and Regards,
Anoop NR
Copy link to clipboard
Copied
None of which I am aware.