|
mickael9
|
mickael9
|
Hi, when a colored message is received and a tip is shown, the color continues to apply on the next line. Example : 
Last edited by mickael9; 21/08/07 11:08 AM.
|
|
|
|
Joined: Jun 2003
Posts: 4,670
Hoopy frood
|
Hoopy frood
Joined: Jun 2003
Posts: 4,670 |
|
|
|
|
Joined: Nov 2006
Posts: 1,552
Hoopy frood
|
Hoopy frood
Joined: Nov 2006
Posts: 1,552 |
confirmed. (I suppose breaking control codes would be the appropriate behavior) on *:text:*:#: { noop $tip(test,(Test) Text on $chan,$1-,10,$null,$null,$null,$activewid) } workaround: add a $chr(15) aka ctrl-o on *:text:*:#: { noop $tip(test,(Test) Text on $chan,$1- $+ $chr(15),10,$null,$null,$null,$activewid) }
|
|
|
|
Joined: Dec 2002
Posts: 3,841
Hoopy frood
|
Hoopy frood
Joined: Dec 2002
Posts: 3,841 |
Thanks this has been fixed for the next version.
|
|
|
|
Joined: Nov 2004
Posts: 822
Hoopy frood
|
Hoopy frood
Joined: Nov 2004
Posts: 822 |
Sorry for dragging up an old thread, but the same problem applies if you specify color in the title.
//noop $tip($ctime,$chr(3) $+ 4Longer title $+ $chr(15) $+ :,Short message.,10)

|
|
|
|
Joined: Dec 2002
Posts: 3,841
Hoopy frood
|
Hoopy frood
Joined: Dec 2002
Posts: 3,841 |
Thanks this issue has been fixed for the next version.
|
|
|
|
Joined: Nov 2004
Posts: 822
Hoopy frood
|
Hoopy frood
Joined: Nov 2004
Posts: 822 |
I think there's another bug with tip, I don't think this has been reported before. (I couldn't really search because it was being squinky. "No results found.") Anyway, I noticed this while while playing around. (I'm using gibberish because it seemed an easier example.)
//noop $tip($+($cid,.,$ctime),Note:,djdifdhd $+ $+($chr(2),$chr(3),4) $+ kdhisurnsklakhxcxxxaaaccccsdfsdddfkdhaitrmgb $+ $chr(15) $+ vdksnak $+ $+($chr(2),$chr(3),4) $+ fhgkisakbgjska $+ $chr(15) $+ lolangydijanskf,60)
I typed this three times and got the result below.
|
|
|
|
Joined: Dec 2002
Posts: 3,841
Hoopy frood
|
Hoopy frood
Joined: Dec 2002
Posts: 3,841 |
Thanks this issue has been fixed for the next version.
|
|
|
|
|