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

bookmark panel not showing scrollbar on adobe embedded

Community Beginner ,
May 31, 2022 May 31, 2022

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.pngexpand image

 

 

 

TOPICS
PDF Embed API , PDF Services API
708
Translate
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

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.

Translate
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

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.

Translate
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

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 ?

Translate
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
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.

Translate
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