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

bookmark panel not showing scrollbar on adobe embedded

Community Beginner ,
May 31, 2022 May 31, 2022

Copy link to clipboard

Copied

Hi Team, I am refereing below document for abobe annotation.

https://developer.adobe.com/document-services/docs/overview/pdf-embed-api/howtos_ui/#

 

I am using below configuration to enable or disable the icons,

viewerConfig = {
defaultViewMode:"FIT_WIDTH",
showAnnotationTools: true,
enableAnnotationAPIs: true,
showLeftHandPanel: true,
includePDFAnnotations: false,
enableFormFilling: false,
dockPageControls: false,
};

 

My problem is i am not able to scrollbar on bookmark panel.How do i enable is?

shri246565162o0z_0-1653990726962.png

 

 

 

TOPICS
PDF Embed API , PDF Services API

Views

312

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
Community Beginner ,
Jun 01, 2022 Jun 01, 2022

Copy link to clipboard

Copied

Hi there,

The scrollbar on the bookmarks panel is not visible unless it's actively being used. I can see how that could be a bit confusing.

If you indeed have enough bookmarks expanded in the panel to necessitate a scroll bar, put your cursor over the bookmarks panel and then use your mouse wheel to scroll down. You should then see that there is indeed a scroll bar and the panel should scroll down.

If you're still having issues please let us know.

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
Community Beginner ,
Jun 01, 2022 Jun 01, 2022

Copy link to clipboard

Copied

I was able to determine this behaviour of the scroll bar using the Embed API playground, which you might find useful: 
https://documentcloud.adobe.com/view-sdk-demo/index.html#/view/FULL_WINDOW/Bodea%20Brochure.pdf


Note: You'll need to provide a PDF that has a large number of bookmarks for the scrolling to be enabled.

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
Community Beginner ,
Jun 08, 2022 Jun 08, 2022

Copy link to clipboard

Copied

Hi Kyle, If i hover over the mouse on bookmark and start scroll down then only its scrolling. But as a end user how do i know there is more bookmarks ?

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 ,
Jun 08, 2022 Jun 08, 2022

Copy link to clipboard

Copied

LATEST

You've rightly pointed out that there is confusing behaviour with the bookmarks panel. The end user, (for example you) has no way of knowing that the scrollbar is invisible unless utilized. Typically a scrollbar will be present to tell the end user that there is indeed content to scroll to.

I will bring this up with our development team as a bug. We appreciate your feedback.

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