Balise [justify] problem in sceditor?
4 posters
Page 1 of 1
Balise [justify] problem in sceditor?
Hi.
I received a complaint from an administrator in my support, not being able to use more than one code to justify text in messages.
He used twice:
Is bug? If so, move to the correct subforum, please.
I received a complaint from an administrator in my support, not being able to use more than one code to justify text in messages.
He used twice:
- Code:
[justify]TEXT[/justify]
[justify]TEXT[/justify]
- Code:
[justify]A [b]Golden Punisher[/b] é uma escopeta rara de NX. É uma das escopetas mais cobiçadas e raramente vistas dentro de Combat Arms. Assim como todas as versões da "Double Barrel", a Golden Punisher pode facilmente matar um inimigo com um tiro dos dois canos. Graças ao seu maior dano e alcance, a arma permite que você acerte os inimigos de uma distância ainda mais longe, sem redução de dano. Um jogador de [i]"camper" (ato do jogador ficar parado esperando possíveis alvos)[/i] pode usar eficazmente as suas estatísticas exclusivas para se esconder nos cantos.[/justify]
[justify]Embora esta arma tem uma capacidade de apenas duas capsulas e um curto intervalo para uma escopeta, o tempo de saque é extremamente rápido e esquecido. A Golden Punisher e o resto da família "Double Barrel" continua a manter o título das escopetas mais poderosas de Combat Arms, tendo o maior dano por tiro de qualquer arma.[/justify]
[center][table border=10][tr][td colspan=2][center][size=18][b]Golden Punisher[/b][/size][/center]
[/td]
[/tr]
[/table]
[/center]
Is bug? If so, move to the correct subforum, please.
Last edited by Shek on September 11th 2014, 8:38 pm; edited 1 time in total
Re: Balise [justify] problem in sceditor?
Hi,
The bbcode mess up May be because of ScEditor
Try implementing this JavaScript.
Credits to Ea from the French Support Team, and to Ange Tuteur for translating.
The bbcode mess up May be because of ScEditor
Try implementing this JavaScript.
Credits to Ea from the French Support Team, and to Ange Tuteur for translating.
- Code:
$(function() {
var a = $("#text_editor_textarea"), t;
a.length && (t = a.val()) && $(function() {
a.sceditor && a.sceditor("instance") && a.sceditor("instance").val(t);
});
});
Last edited by Ramdaman on September 3rd 2014, 4:52 pm; edited 1 time in total
Re: Balise [justify] problem in sceditor?
@Shek All the other alignments successfully add a break line where specified. I'm not sure why justify doesn't. For now you can consider it a bug until we get some clarification.
Ea from French Support wrote the tuto and script. I translated it for English members. ^^
centercenterleftleftrightrightjustifyjustify
Ramdaman wrote:Hi,
The bbcode mess up May be because of ScEditor
Try implementing this JavaScript.
Credits to Ange Tuteur
Ea from French Support wrote the tuto and script. I translated it for English members. ^^
Re: Balise [justify] problem in sceditor?
Thanks Ramdaman and Age...
Age, but without the code then see that it is a technical problem that we can not fix alone.
Age, but without the code then see that it is a technical problem that we can not fix alone.
Re: Balise [justify] problem in sceditor?
I don't even think that code would fix this problem. This deals with the submission of the message. A single line break doesn't add a break, but if you insert two it adds one. It's like the line break which is directly after the justify element is being ignored.
Re: Balise [justify] problem in sceditor?
I understand. In this case, is the natural behavior of the Editor? I see no other alternative to resolve the situation.
Thanks Age...
Thanks Age...
Re: Balise [justify] problem in sceditor?
Perhaps, however, I believe that the BR directly after the justified DIV element should not be ignored. It could be an error.
Re: Balise [justify] problem in sceditor?
Topic solved and archived
Derri- Helper
- Posts : 8711
Reputation : 638
Language : English & Basic French
Location : Scotland, United Kingdom
Similar topics
» SCEditor problem - Lost content
» New button on sceditor
» i want add this code in sceditor
» Icon in SCEditor
» How to add this in sceditor button
» New button on sceditor
» i want add this code in sceditor
» Icon in SCEditor
» How to add this in sceditor button
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum