shares on lightroom.adobe.com

For support with specific websites

Moderator: trava90

Forum rules
Please always mention the name/domain of the website in question in your topic title.
Please one website per topic thread (to help keep things organized). While behavior on different sites might at first glance seem similar, they are not necessarily caused by the same.

Please try to include any relevant output from the Toolkit Error Console or the Developer Tools Web Console using the following procedure:
  1. Clear any current output
  2. Navigate or refresh the page in question
  3. Copy and paste Errors or seemingly relevant Warnings into a single [ code ] block.
damjang
Fanatic
Fanatic
Posts: 113
Joined: 2012-01-14, 11:22

shares on lightroom.adobe.com

Post by damjang » 2025-11-04, 17:54

Today I receive a link with shared photos on https://lightroom.adobe.com/shares/ , the page shows with the photos, but no title showed on page and when I click on the image to view it nothing happen. But I see an error:

Code: Select all

Napaka: ReferenceError: event is not defined
Izvorna datoteka: https://d3gnp5fs6fu2h7.cloudfront.net/legacy/chunks/ShareGridView.2ad554f2efca2015.js
Vrstica: 1
I'm sorry but can not share the link but maybe someone else can post a test link to try. I searched around but didn't find any.

vannilla
Moon Magic practitioner
Moon Magic practitioner
Posts: 2487
Joined: 2018-05-05, 13:29

Re: shares on lightroom.adobe.com

Post by vannilla » 2025-11-04, 18:05

See if toggling dom.window.event.enabled in about:config solves it.
It might still error out with a different message, though.

User avatar
Moonchild
Pale Moon guru
Pale Moon guru
Posts: 38484
Joined: 2011-08-28, 17:27
Location: Sweden

Re: shares on lightroom.adobe.com

Post by Moonchild » 2025-11-04, 18:05

Try the following:
  • In the address bar, type about:config and press enter
  • Confirm you take your chances with dragons ;)
  • Find the preference "dom.window.event.enabled" (typing "event" in the filter box should help quickly finding it)
  • Double-click the entry so it reads "true"
Then try the Adobe link again. If it works, then they are using the strongly discouraged ambiguous "window.event" global, which we don't support by default because it's non-standard and very fragile. Adobe should know better ;)
"There is no point in arguing with an idiot, because then you're both idiots." - Anonymous
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite

damjang
Fanatic
Fanatic
Posts: 113
Joined: 2012-01-14, 11:22

Re: shares on lightroom.adobe.com

Post by damjang » 2025-11-04, 19:29

Thank you! Enabling the event now when I click on image it open. But the title of the page, the menu on the left and other infos on the page and image page are not shown as in e.g. chrome :silent: and no other errors shown in javascript console :(
I suspect a style problem (maybe css?)

User avatar
Moonchild
Pale Moon guru
Pale Moon guru
Posts: 38484
Joined: 2011-08-28, 17:27
Location: Sweden

Re: shares on lightroom.adobe.com

Post by Moonchild » 2025-11-04, 19:56

Since we can't inspect it because it's private, there's not much more we can help with.
Considering it hard failed on window.event it's likely only targeting Chrome and Edge (and probably using a bunch of draft specs). I suggest you use a blink-based browser for adobe; it's unlikely they will listen to feedback.
"There is no point in arguing with an idiot, because then you're both idiots." - Anonymous
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite