mIRC Home    About    Download    Register    News    Help

Print Thread
#182423 09/08/07 12:04 PM
Joined: Aug 2007
Posts: 1
T
Mostly harmless
OP Offline
Mostly harmless
T
Joined: Aug 2007
Posts: 1
I don't know if someone has already mentioned this, but I have
looked for a post about it and couldn't find one. Has anyone
noticed that when a line of text goes off the right hand side of
the screen onto the following line, that it loses it's
formatting? (ie. colour, bold/underline etc.)?

I think it only happens if the text itself has to be split onto
the next line, but I've not experimented enough to pin-down
exactly how this bug is causing it's visual problems.

Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
I can't seem to reproduce.

mIRC 6.21

Joined: Jul 2006
Posts: 4,153
W
Hoopy frood
Offline
Hoopy frood
W
Joined: Jul 2006
Posts: 4,153
Which type of lines ? text from user ? from you ? from a /echo ?


#mircscripting @ irc.swiftirc.net == the best mIRC help channel
Joined: Nov 2006
Posts: 1,559
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Nov 2006
Posts: 1,559
I presume to know what the OP is talking about, or at least something quite similar.
As far as I know the phenomena I am talking about has been reported , but I was unable to find a matching thread.
To reproduce:
Code:
//var %str = $+($chr(3),05,O,$chr(3),07,O) | echo -a $str(%str,50)
Having that line in some window, slowly resize the horizontal with of that window: every now and then, the leftmost part of that string on a new line gets messed up.
Tested with:
$version = 6.21
1) .type = channel, .mdi = $true, .font = Arial
2) .type = custom, .mdi = $true, .font = Times New Roman (aline -p)
3) .type = custom, .mdi = $false (aline -p)

Now try:
Code:
//var %str = $+($chr(3),05,OO,$chr(3),07,OO) | echo -a $str(%str,50)
Testing with "text" longer than one char, there is no such weird bug. I guess it's about indent and/or is related to the fact that there is only one text char between the control codes in the first example.

Joined: Oct 2004
Posts: 8,330
Hoopy frood
Offline
Hoopy frood
Joined: Oct 2004
Posts: 8,330
I believe I saw somewhere that this is already fixed whenever the next version comes out. I can't find the topic now, though.


Invision Support
#Invision on irc.irchighway.net

Link Copied to Clipboard