GNOME Bugzilla – Bug 720856
User profile link in "last edited" of page not clickable
Last modified: 2016-11-06 00:13:39 UTC
Created attachment 264658 [details] [review] Poor man's patch because I couldn't find a git repo for the wiki css sources. Steps to reproduce: 1. Navigate to https://wiki.gnome.org 2. Scroll to the bottom of the page to view who edited it last. e.g. "Home (last edited 2013-12-02 18:31:31 by WilliamJonMcCann)" 3. Click on the hyperlink for the user (e.g. WilliamJonMcCann) Expected Results: The user name hyperlink be clickable. Actual Results: Can't click on hyperlink. Additional Info: Seems like an issue related to the #footer overlapping the bottom of the #main_content div.
Comment on attachment 264658 [details] [review] Poor man's patch because I couldn't find a git repo for the wiki css sources. Actually the correct way to fix this is to push the footer further to the background using the z-index property, which then achieves the current design without breaking clickability of the text. Patch follows.
Created attachment 270213 [details] [review] Fix broken clickability of page info The footer was overlapping the text, a lower z-index value is needed.
(In reply to comment #0) > Poor man's patch because I couldn't find a git repo for the wiki css sources. I had a hard time finding it too, Andrea Veri pointed me to it. It's in the static-web module.
Approved by Andreas on IRC. Attachment 270213 [details] pushed as d29e72b - Fix broken clickability of page info
My patch actually breaks the clickability of links in the footer. I reverted it.
Thanks to Mohammed's suggestion in this #765525, this fixed in https://git.gnome.org/browse/static-web/commit/?id=fc6f33dbbb3ff1e8c6eb7d03fda5f9df398935d5 *** This bug has been marked as a duplicate of bug 765525 ***