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 720856 - User profile link in "last edited" of page not clickable
User profile link in "last edited" of page not clickable
Status: RESOLVED DUPLICATE of bug 765525
Product: website
Classification: Infrastructure
Component: wiki.gnome.org
current
Other Windows
: Normal normal
: ---
Assigned To: Wiki maintainers
Wiki maintainers
Depends on:
Blocks:
 
 
Reported: 2013-12-21 01:23 UTC by Leif Gruenwoldt
Modified: 2016-11-06 00:13 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Poor man's patch because I couldn't find a git repo for the wiki css sources. (307 bytes, patch)
2013-12-21 01:23 UTC, Leif Gruenwoldt
rejected Details | Review
Fix broken clickability of page info (740 bytes, patch)
2014-02-24 23:50 UTC, Alexandre Franke
committed Details | Review

Description Leif Gruenwoldt 2013-12-21 01:23:08 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 1 Alexandre Franke 2014-02-24 23:48:04 UTC
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.
Comment 2 Alexandre Franke 2014-02-24 23:50:27 UTC
Created attachment 270213 [details] [review]
Fix broken clickability of page info

The footer was overlapping the text, a lower z-index value is needed.
Comment 3 Alexandre Franke 2014-02-24 23:52:53 UTC
(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.
Comment 4 Alexandre Franke 2014-04-25 10:17:49 UTC
Approved by Andreas on IRC.

Attachment 270213 [details] pushed as d29e72b - Fix broken clickability of page info
Comment 5 Alexandre Franke 2014-04-25 20:05:38 UTC
My patch actually breaks the clickability of links in the footer. I reverted it.
Comment 6 Tom Tryfonidis 2016-11-06 00:13:39 UTC
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 ***