Bitcoin Forum

Other => Meta => Topic started by: Bitcoin_BOy$ on February 23, 2015, 10:15:47 PM



Title: It seem i found a bug ?
Post by: Bitcoin_BOy$ on February 23, 2015, 10:15:47 PM
Hello all ,
`I was looking for my design of the signature of ocupy .`
And found that in this page :
 https://bitcointalk.org/index.php?action=profile;u=147773;sa=showPosts;start=140
Haven't the correct design of the forum .

Is that a bug ?

Tip here : 12zsH6yUj87QVTt58G3mA7XsourC5XfgU8  ::)

All repect ,
Bitcoin Boy .


Title: Re: It seem i found a bug ?
Post by: shorena on February 23, 2015, 10:20:27 PM
Its the "code" environment. It allows long lines without a linebreak and will mess with the layout.


Title: Re: It seem i found a bug ?
Post by: Muhammed Zakir on February 23, 2015, 10:20:42 PM
I have seen this too but mostly when used 'code' tag. I don't know whether it is intentional or is a bug. Only theymos can tell about this.

   -MZ


Title: Re: It seem i found a bug ?
Post by: HeroC on February 23, 2015, 11:10:46 PM
I don't think it is intentional, but it seems like a side-effect of another pug or patch he may have done.


Title: Re: It seem i found a bug ?
Post by: unsoindovo on February 24, 2015, 09:00:28 AM
Hello all ,
`I was looking for my design of the signature of ocupy .`
And found that in this page :
 https://bitcointalk.org/index.php?action=profile;u=147773;sa=showPosts;start=140
Haven't the correct design of the forum .

Is that a bug ?

Tip here : 12zsH6yUj87QVTt58G3mA7XsourC5XfgU8  ::)

All repect ,
Bitcoin Boy .

check in the code section...

comment few lines at a time,
and see when the error disappears,
so you can understand where it is!!

good look!


Title: Re: It seem i found a bug ?
Post by: redsn0w on February 24, 2015, 09:14:58 AM
Its the "code" environment. It allows long lines without a linebreak and will mess with the layout.


Yes , the cause is the [code tag]. I think it could be possible to fix it, but maybe theymos didn't notice it or it is not a -"primary" problem.


Title: Re: It seem i found a bug ?
Post by: abacus on February 24, 2015, 09:07:38 PM
Probably the [code] tag is working as it should, so it shouldn't be fixed.

I think that the problem arises from the fact that in some programming languages (Python for example), you cannot randomly break rows: it would lead to impredictable results.
In this way you can safely preserve a copy/paste operation.
Also, mantaining the original formatting preserves the readability and understanding of the code.

I suspect that the behaviour of [code] is exactly what was planned by the developers of the current forum (SMF).


Title: Re: It seem i found a bug ?
Post by: moko666 on February 28, 2015, 04:31:53 PM
if you are talking about extra width because of that "code" part in post then its a well known thing
it doesn't seems a bug, it happend with the post used code tag with a lot of contents in single line or when a big sized image is posted