Bitcoin Forum

Other => Meta => Topic started by: redsn0w on February 17, 2015, 01:47:51 PM



Title: [BUG] A little bug in the label news
Post by: redsn0w on February 17, 2015, 01:47:51 PM
Hey guys, maybe I've find a "little bug" here in the forum. When I quote a post the link for the download of the latest bitcoin core appears in this way :


https://i.imgur.com/Qn4ftzL.png



Can theymos "fix" it ?  Thanks for the attention.


Title: Re: [BUG] A little bug in the label news
Post by: Beastlymac on February 17, 2015, 01:58:17 PM
Same thing happens for me


Title: Re: [BUG] A little bug in the label news
Post by: Muhammed Zakir on February 17, 2015, 01:59:23 PM
Hey guys, maybe I've find a "little bug" here in the forum. When I quote a post the link for the download of the latest bitcoin core appears in this way :

[img ]https://i.imgur.com/Qn4ftzL.png[/img]

Can theymos "fix" it ?  Thanks for the attention.

I don't know if it's really a bug because if you check a hyperlink when you go to the reply page, it will be Name (link).

   -MZ


Title: Re: [BUG] A little bug in the label news
Post by: EFS on February 17, 2015, 02:29:52 PM
It's not bug. That's intentional.


Title: Re: [BUG] A little bug in the label news
Post by: shorena on February 17, 2015, 02:53:28 PM
It's not bug. That's intentional.

If so, why does it only appear when quoting and not when one clicks on "reply" and "insert quote" later?


Title: Re: [BUG] A little bug in the label news
Post by: redsn0w on February 17, 2015, 03:00:26 PM
It's not bug. That's intentional.

If so, why does it only appear when quoting and not when one clicks on "reply" and "insert quote" later?

Exact, if it was intentional so also the intentional way is "bugged".


Title: Re: [BUG] A little bug in the label news
Post by: EFS on February 17, 2015, 03:05:56 PM
I don't know. I don't see a problem here. If it's really a big problem theymos will fix it.


Title: Re: [BUG] A little bug in the label news
Post by: redsn0w on February 17, 2015, 03:14:19 PM
I don't know. I don't see a problem here. If it's really a big problem theymos will fix it.

I don't say it is a problem. It is a bug, only a bug.


Title: Re: [BUG] A little bug in the label news
Post by: ColderThanIce on February 17, 2015, 06:21:38 PM
i am sort of experiencing the same bug. sort of as in i see a bunch of text on 1/15 of the pages i load. the other 14 pages load fine, and display the text how it should appear. not sure what's causing it but hopefully it can be fixed soon.


Title: Re: [BUG] A little bug in the label news
Post by: theymos on February 17, 2015, 09:48:43 PM
This also happened previously; you just didn't notice it because the link wasn't so long.

Whenever your session code is in the URL, all links are broken. Otherwise, your session code will be sent in the referrer if you click one of the links and the destination is HTTPS. (Links are also broken with some JavaScript things like quick edit when your session code is not in the URL.)

I changed the link to a shorter one so it's less annoying.


Title: Re: [BUG] A little bug in the label news
Post by: redsn0w on February 17, 2015, 10:06:22 PM
Thanks for the "fix" theymos, I've noticed it but I don't think it was "intentional". For example also when you modify a post (with the quick edit button) you see the "links broken"; but after a refresh all come back as earlier.


Title: Re: [BUG] A little bug in the label news
Post by: R2D221 on February 18, 2015, 04:07:17 PM
This also happened previously; you just didn't notice it because the link wasn't so long.

Whenever your session code is in the URL, all links are broken. Otherwise, your session code will be sent in the referrer if you click one of the links and the destination is HTTPS. (Links are also broken with some JavaScript things like quick edit when your session code is not in the URL.)

I changed the link to a shorter one so it's less annoying.

Maybe the session code shouldn't be included in the URL to begin with?

I think changing the link to a shorter one is fixing the wrong problem.