After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 765525 - Link to editor's wiki cannot be clicked
Link to editor's wiki cannot be clicked
Status: RESOLVED FIXED
Product: website
Classification: Infrastructure
Component: wiki.gnome.org
current
Other Linux
: Normal normal
: ---
Assigned To: Wiki maintainers
Wiki maintainers
: 720856 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2016-04-25 10:48 UTC by Mohammed Sadiq
Modified: 2016-11-06 00:13 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Mohammed Sadiq 2016-04-25 10:48:55 UTC
Each wiki page has information about who edited the wiki last, and link to his/her personal wiki page at the bottom of wiki page, like the one below:

   Home (last edited 2015-09-24 16:20:17 by AndreasNilsson)
  
The text above is from https://wiki.gnome.org/

The link AndreasonNilsson, which is an href to the wiki is not clickable. Checked using Firefox 43.
Comment 1 Mohammed Sadiq 2016-08-14 02:36:29 UTC
The reason behind this is that the footer image (id: footer_image) is getting overlay over the link.

Setting the following css on the div (id: pageinfo) fixes the issue:
    z-index: 999 (or something high)
    position: relative

The other way would be reducing the height of footer_image.
Comment 2 Tom Tryfonidis 2016-11-06 00:12:19 UTC
Thank you Mohammed for the suggestion. 

It should be fixed now with the commit https://git.gnome.org/browse/static-web/commit/?id=fc6f33dbbb3ff1e8c6eb7d03fda5f9df398935d5
Comment 3 Tom Tryfonidis 2016-11-06 00:13:39 UTC
*** Bug 720856 has been marked as a duplicate of this bug. ***