• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Tool tip Not working in MAC and HTML5 Audio tags not functioning properly in Premiere pros<9.2

Explorer ,
Feb 19, 2016 Feb 19, 2016

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

Screen Shot 2016-02-19 at 7.53.17 PM.png

Can you give your valuable comments to resolve this issue.

Thanks and Regards,

ANOOP NR

TOPICS
SDK

Views

652

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Adobe Employee , Feb 19, 2016 Feb 19, 2016

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?

Votes

Translate

Translate
Adobe Employee ,
Feb 19, 2016 Feb 19, 2016

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?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Feb 22, 2016 Feb 22, 2016

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>

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Mar 22, 2016 Mar 22, 2016

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

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Mar 22, 2016 Mar 22, 2016

Copy link to clipboard

Copied

LATEST

None of which I am aware.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines