Uh oh!
There was an error while loading. Please reload this page.
Fix non-clickable urls - #57710
Conversation
QuietMisdreavus
commented
Jan 17, 2019
@bors rollup r=me, but i want to hold off actually putting this into the queue until we hear back from @JohnHeitmann. |
I believe that was to fix an issue with the "Important traits for..."
tooltip getting partially z sorted behind parts of the main block. I'm
looking at it now to refresh my memory... |
bors
commented
Jan 18, 2019
@JohnHeitmann: 🔑 Insufficient privileges: not in try users |
JohnHeitmann
commented
Jan 18, 2019
+1 to your change. Thanks for handling that, and sorry for the breakage! Here's what happened: Prior to my changes that selector was setting the z-index to a positive number-- I'm not sure why. When I simplified the markup, for some reason that positive z-index caused the code headers to bleed into the "Important traits..." tooltip like this (I just repro'd this to be sure): I don't know why I set it to a negative value instead of deleting it. I'd guess it was just a quick 'n dirty fix I forgot to revisit before submission. I just tested your change in a few scenarios and don't see any problems with it. For the future: another easy to miss z problem happens in the mobile overlay menus. I tested to be sure and your patch doesn't re-break those either. |
GuillaumeGomez
commented
Jan 18, 2019
Ok, so now I know where the issue is. :) |
GuillaumeGomez
commented
Jan 18, 2019
@bors: r=QuietMisdreavus |
bors
commented
Jan 18, 2019
📌 Commit 2518987 has been approved by |
…etMisdreavus Fix non-clickable urls Fixesrust-lang#57695 I didn't find anywhere where this rule was useful. Why did you add it @JohnHeitmann? r? @QuietMisdreavus
…etMisdreavus Fix non-clickable urls Fixesrust-lang#57695 I didn't find anywhere where this rule was useful. Why did you add it @JohnHeitmann? r? @QuietMisdreavus
Rollup of 10 pull requests Successful merges: - #56594 (Remove confusing comment about ideally using `!` for `c_void`) - #57340 (Use correct tracking issue for c_variadic) - #57357 (Cleanup PartialEq docs.) - #57551 (resolve: Add a test for issue #57539) - #57636 (Fix sources sidebar not showing up) - #57646 (Fixes text becoming invisible when element targetted) - #57654 (Add some links in std::fs.) - #57683 (Document Unpin in std::prelude documentation) - #57685 (Enhance `Pin` impl applicability for `PartialEq` and `PartialOrd`.) - #57710 (Fix non-clickable urls) Failed merges: r? @ghost
tspiteri
commented
Feb 21, 2019
@GuillaumeGomez@QuietMisdreavus Should this be backported to beta? Currently the beta docs have non-clickable method names. (I guess the highlighting will be fixed when #57859 is eventually backported.) |
QuietMisdreavus
commented
Feb 21, 2019
Oof, i didn't realize this issue was on beta. Nominating (and immediately accepting) backport. |

Fixes#57695
I didn't find anywhere where this rule was useful. Why did you add it @JohnHeitmann?
r? @QuietMisdreavus