documentdownload link flickering

Certified Lead Developer

Hi Champ,

I am using document download in my portal application. When user clicking the link, it usually flickers and download it in a next tab and comes back to main page. 

Can we somehow stop this flickering behavior?

Regards,

Ghanashyam

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to Stefan Helzle

    It's difficult for me to record it ; but if you do a small poc use document download link in any interface, it will behave the same way. It open a new blank window in the same browser, download the document and automatically comes back to the main window.

    Below is the code snippet:

    a!richTextIcon(
    icon: "download",
    link: a!documentDownloadLink(
    document: cons!document
    ),
    color: "NEGATIVE"
    )

Children