It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
The MORE button drop down in library on the site looks to be broken. See pic.
Attachments:
bug.png (327 Kb)
avatar
BKGaming: The MORE button drop down in library on the site looks to be broken. See pic.
Lucky you! At least you can see all the options in the drop-down menu... (see my pic)
Attachments:
blob.png (123 Kb)
Same problem here. I can not see all the options too.
Attachments:
Yeah, I've noticed that the "more" drop-down in the game shelf is still broken.
So assign tags and changelog still use the old style, the rest a (worse) new one, and in some browsers they can overlap. (Interestingly, in IE they don't, looks like BKGaming's shot - usually it's the first one that breaks when something changes).
And the GOG downloader link is missing... *sigh*
avatar
SpacemanSpiffed: And the GOG downloader link is missing... *sigh*
Maybe it's hidden behind one of those other unusuable options ;)
I am so glad that I still use GOG downlaoder. Works for me till the beginning :)
avatar
Cavalary: So assign tags and changelog still use the old style, the rest a (worse) new one, and in some browsers they can overlap. (Interestingly, in IE they don't, looks like BKGaming's shot - usually it's the first one that breaks when something changes).
I'm using MS Edge on Win10 so that would probably be why...

avatar
SpacemanSpiffed: And the GOG downloader link is missing... *sigh*
I'm pretty sure they are not missing just hidden behind the overlapping buttons.
Post edited June 26, 2018 by BKGaming
avatar
SpacemanSpiffed: And the GOG downloader link is missing... *sigh*
avatar
BKGaming: I'm pretty sure they are not missing just hidden behind the overlapping buttons.
Yeah, they're there.
The broken "More" button for a game in the games library seems to be because the other options are not included with the span element that contains the "Assign Tags..." and "Changlog" options. When I move the other options into that span element they then appear okay.

Using Safari 11.1.1 on macOS 10.13.5, I'm able to use the inspector (Control-click on the "More" text, select "Inspect Element") to reveal its element:
 
<span class="module-header2__dropdown game-details__dropdown--capitalize _dropdown is-contracted" gog-dropdown="">More
...
It helps to change the "is-contracted" class name to "is-expanded". Just double-click on the text "contracted" and it will be highlighted for editing. Press return when done changing the name. The styles will take effect and show the menu without needing to click on "More", and without having to keep pointer hovered over the menu.

Inside that element is the element containing the drop down arrow, and after that is the element containing the "Assign Tags..." and "Changelog" options:
 
<span class="_dropdown__items game-details__dropdown-items js-init-scroll">...
 
To see the elements inside, open that element by clicking on the triangle next to it. The two options are inside, along with the menu for the "Assign Tags...", but ignore those because they appear okay in the page.

Anyway, having it opened also allows for easily dragging and dropping other elements into it. The menu options happen to be anchor "a" elements that are listed after the menu, immediately after the ending of the span element: </span>. For example, the first is the link to the "Store page & reviews":
 
<a class="_dropdown__item _dropdown__item--contrast" ng-show="details.url.storePage" ng-href="/game/myst_masterpiece_edition" href="/game/myst_masterpiece_edition">Store page & reviews</a>
 
Click somewhere on that "a" element and drag it upwards towards the </span>. A thin horizontal line will appear indicating where the dragged element will be inserted when the letting go. So move just before the </span> and let go. It'll immediately appear after the "Changelog" option in the menu on the webpage itself, and will look normal like the other two options. It also turns out that once it is done for one game, it stays correct for all games. Well, until the webpage is reloaded.

Since the options look normal when put into that span element, it seems to me they are being accidentally left out of that span element. That's just a big superficial guess because there is way too much markup and CSS and Javascript for me to ever try to know anything for sure.

A client-side fix would be to push those other options inside, probably with a little bit of Javascript, but I figure the server-side will be fixed sooner than it's worth to do that (other than as an exercise, or racing the GOG webmasters).
avatar
thomq: Since the options look normal when put into that span element, it seems to me they are being accidentally left out of that span element. That's just a big superficial guess because there is way too much markup and CSS and Javascript for me to ever try to know anything for sure.
You appear to be correct. I wasn't going to bother since I figured GOG would fix it tomorrow, but for the hell of it I opened up the console and did some digging. it does appear to be related to those span elements not being nested into the parent span element.

Once nested, all links appear to be fine. Should be fixed pretty quickly.
Not sure where else to report this.

The account menu at the top of the webpage used to lead to a 404 error page if the profile is disabled in "Privacy & settings". However, that has now been fixed to lead to the games library, like it used to do before the new profiles were introduced. So everything is back to normal.

To be clear, toggling the checkbox to enable/disable the profile immediately updates the account menu at the top of the webpage. When the profile is enabled, the account name goes the activity feed, and there are are links in the menu for both the activity feed and profile. When disabled, the account name goes to the games library, and there are no links to the non-existing activity feed and non-existing profile. Reloading the webpage is not necessary.

EDIT: I'm quite certain it wasn't like that yesterday, so it seems to me it got fixed within the last 24 hours.
Post edited June 26, 2018 by thomq
When viewing games in the shelf/library, clicking the More option on any game (where it gives options for Changelog, Forums, Store Page/Reviews etc) the Assign Tags menu opens on top of the More menu, blocking off some of the options and being irritating.
Yup, can confirm that the more menu on the game library currently being annoying with the tags and everything.
Post edited June 26, 2018 by zlaywal
avatar
thomq: EDIT: I'm quite certain it wasn't like that yesterday, so it seems to me it got fixed within the last 24 hours.
Something seems to have changed recently; the Barefoot Essentials option to choose the target for the [username] navbar link has stopped persisting.