plibither8 / refined-hacker-news

✨ Hacker News, but refined — Interface tweaks and features to make the HN experience better
MIT License
807 stars 34 forks source link

Bug: Profile Links Dropdown not working #38

Closed andspenrob closed 5 years ago

andspenrob commented 5 years ago

A feature I really enjoy in HNES is that a logged-in user has a drop-down menu on-hover by their name in the upper-right, which lets you link to the various user pages that are available under the user ID link, including:

  | change password   | submissions   | comments   | hidden   | upvoted submissions / comments (private)   | favorite submissions / comments (shared)

It makes it much easier to navigate previous conversations, etc. Great work on RHN!

plibither8 commented 5 years ago

It's already there, the profile-links-dropdown feature does exactly what you want! :slightly_smiling_face:

Tell me if I've understood it incorrectly.

plibither8 commented 5 years ago

Clarification: instead of hovering over the username, you have to click it to access the dropdown.

andspenrob commented 5 years ago

Glad you thought of this!

Hmm... This could be a bug with the Firefox Extension or some strange setting blocking the JS on my end...

Here are two screen-caps of a Console error and of a grayed out

when I inspect the down arrow button.

Any Ideas?

plibither8 commented 5 years ago

I can't see the screencaps, would you mind sending them again?

andspenrob commented 5 years ago

Images didn't take... Here they are again. SourceMapError GrayedOutDiv

andspenrob commented 5 years ago

And this error seems to be a Firefox bug?

plibither8 commented 5 years ago

I think the network error (which is in fact a warning only) that is appearing is irrelevant to the extension.

The div is probably greyed out because display is set to none on it right now. Try clicking your username instead of the arrow to access the dropdown.

andspenrob commented 5 years ago

When I click on the username, it just takes me to the standard HN page. I don't get a dropdown... :-(

plibither8 commented 5 years ago

This is unfortunate :/

It might be a lot to ask, but could you record the screen and console while you click the dropdown? I couldn't get much from the screencaps

plibither8 commented 5 years ago

My apologies! This is definitely a bug, I am facing it too!

Working on it right away.

plibither8 commented 5 years ago

I'll be releasing the updated version of the extension soon!

plibither8 commented 5 years ago

I have updated the Chrome and Firefox extensions from my end. The updates should be active soon. Thanks again for pointing this out! :)