mozilla / platform-status

Project Platform Status
https://platform-status.mozilla.org/
Apache License 2.0
156 stars 53 forks source link

Permalink to a feature is not working fine #536

Open stof opened 6 years ago

stof commented 6 years ago

When hovering a feature, an anchor appears near the name, corresponding to the permalink to the feature. But clicking on it has no effect at all, which means the only way to get the permalink is to use the developer tools to get the target of the anchor manually.

In case this is browser-specific, I'm using Firefox 61.0.1 on Ubuntu.

stof commented 6 years ago

similar to #522

stof commented 6 years ago

I think I understood the issue here. The icon is floated, not the link. But this means that the link has always a width of 0, and so we cannot click on it.

stof commented 6 years ago

and another thing. the link itself is behind the .feature-title element. So when clicking, the click goes to the title, not to the link

bennypowers commented 4 years ago

could be helped by making search terms a URL query param