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

PDF Embed API - right-hand panel missing after exit from fullscreen mode

Community Beginner ,
Oct 24, 2022 Oct 24, 2022

Copy link to clipboard

Copied

Hi there,

 

I find that right-hand panel will be missing after exit from fullscreen mode. 

 

Steps to reproduce the issue:

1. Open the test site I made with PDF Embed API: https://share.dc1979.com/poc/

2. After the pdf preview loaded, click the fullscreen button on top-right corner to enter fullscreen mode

3. Press Esc to exit fullscreen mode

4. The right-hand panel (containing comments panel, page thumbnails, page navigation etc.) is missing, instead there is a broken panel shows in the bottom:

JoelBHZhang_0-1666617492915.png

 

The preview config I used is: 

var viewerConfig = {
        embedMode: "FULL_WINDOW",
        defaultViewMode: "FIT_WIDTH",
        showDownloadPDF: false,
        showPrintPDF: false,
        showLeftHandPanel: false,
        showAnnotationTools: true,
        enableFormFilling: false,
        showDisabledSaveButton: false,
        showFullScreen: true,
        enableAnnotationAPIs: true,
        includePDFAnnotations: true,
};

 

So is this a bug, or am I missing something?

 

Thanks for any help.

Views

265

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 ,
Oct 25, 2022 Oct 25, 2022

Copy link to clipboard

Copied

This is a bug and I'm reporting it now.

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 ,
Nov 17, 2022 Nov 17, 2022

Copy link to clipboard

Copied

LATEST

This has been fixed.

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
Resources