"Review Offer "button no longer works in eBay

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.
User avatar
Dogmatix
Hobby Astronomer
Hobby Astronomer
Posts: 21
Joined: 2021-04-29, 12:15

"Review Offer "button no longer works in eBay

Unread post by Dogmatix » 2022-11-03, 17:07

Since the last update the "Review Offer" button that appears in a pop-up window when you are making a Best Offer on eBay is greyed out and will not function at all.

User avatar
Dogmatix
Hobby Astronomer
Hobby Astronomer
Posts: 21
Joined: 2021-04-29, 12:15

Re: "Review Offer "button no longer works in eBay

Unread post by Dogmatix » 2022-11-05, 16:27

"Contact a seller" doesn't work either, it stalls as a blue circle keeps going around and around and never delivers the contact form.

User avatar
Moonchild
Pale Moon guru
Pale Moon guru
Posts: 35600
Joined: 2011-08-28, 17:27
Location: Motala, SE
Contact:

Re: "Review Offer "button no longer works in eBay

Unread post by Moonchild » 2022-11-05, 18:16

Looks like they changed their scripting, breaking it on Pale Moon as a result. It worked fine the other day.

Code: Select all

Timestamp: 05/11/2022 19:11:38
Error: SyntaxError: expected expression, got '='
Source File: https://ir.ebaystatic.com/rs/c/br/desktop-9EyCx33k.js
Line: 7, Column: 1031
Source Code:
tings.flatOptions||{};for(c in b)void 0!==b[c]&&((f[c]?a:d||={})[c]=b[c]);return d&&e.extend(!0,a,d),a}var Ba=[],vc=Obje
The problem is using "logical assignments" which are a very new addition to JavaScript (ES2021), i.e. using ||=.
I'm afraid they blanket changed this to only cater to "current mainstream" at the moment (i.e. Mozilla and Blink) without fallback code. You can try to contact eBay support about this but getting through to the right person may be very hard.
"Sometimes, the best way to get what you want is to be a good person." -- Louis Rossmann
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite

sindi
Fanatic
Fanatic
Posts: 111
Joined: 2016-12-21, 02:23
Contact:

Re: "Review Offer "button no longer works in eBay

Unread post by sindi » 2023-01-08, 00:19

Puppy Linux Bionic32 (based on Ubuntu 18, kept up to date). Not checked on 64 bit or Windows systems.

'Review Refund" button is also not working, greyed out, when I try to send a partial refund to someone who provided the wrong address.
There is an 'order level refund' line also greyed out.

It works with Lightning browser on an Android 4.4 phone. There is no 'order level refund line'.

I have not used Toolkit Error Console or Developer Tools Web Console. I don't know how.

Locked