Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

GuillaumeGomez
Copy link
Member

Fixes #57695

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

r? @QuietMisdreavus

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jan 17, 2019
@QuietMisdreavus
Copy link
Contributor

@bors rollup

r=me, but i want to hold off actually putting this into the queue until we hear back from @JohnHeitmann.

@JohnHeitmann
Copy link
Contributor

JohnHeitmann commented Jan 18, 2019 via email

@bors
Copy link
Collaborator

bors commented Jan 18, 2019

@JohnHeitmann: 🔑 Insufficient privileges: not in try users

@JohnHeitmann
Copy link
Contributor

+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):

screen shot 2019-01-17 at 9 45 24 pm

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
Copy link
Member Author

Ok, so now I know where the issue is. :)

@GuillaumeGomez
Copy link
Member Author

@bors: r=QuietMisdreavus

@bors
Copy link
Collaborator

bors commented Jan 18, 2019

📌 Commit 2518987 has been approved by QuietMisdreavus

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Jan 18, 2019
GuillaumeGomez added a commit to GuillaumeGomez/rust that referenced this pull request Jan 18, 2019
…etMisdreavus

Fix non-clickable urls

Fixes rust-lang#57695

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

r? @QuietMisdreavus
Centril added a commit to Centril/rust that referenced this pull request Jan 18, 2019
…etMisdreavus

Fix non-clickable urls

Fixes rust-lang#57695

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

r? @QuietMisdreavus
bors added a commit that referenced this pull request Jan 18, 2019
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
@bors bors merged commit 2518987 into rust-lang:master Jan 18, 2019
@GuillaumeGomez GuillaumeGomez deleted the non-clickable branch January 19, 2019 11:46
@tspiteri
Copy link
Contributor

@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 QuietMisdreavus added beta-nominated Nominated for backporting to the compiler in the beta channel. beta-accepted Accepted for backporting to the compiler in the beta channel. labels Feb 21, 2019
@QuietMisdreavus
Copy link
Contributor

Oof, i didn't realize this issue was on beta. Nominating (and immediately accepting) backport.

@Mark-Simulacrum Mark-Simulacrum mentioned this pull request Feb 22, 2019
@pietroalbini pietroalbini removed the beta-nominated Nominated for backporting to the compiler in the beta channel. label Feb 22, 2019
bors added a commit that referenced this pull request Feb 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
beta-accepted Accepted for backporting to the compiler in the beta channel. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants