|
Rank: Advanced Member Groups: Member
Joined: 6/9/2007 Posts: 98
|
Hello,
I have use the HTML Editor control on my page, and have little problem.
When i select a word and would format it bold, that doesn work. Is saw that i have the same problem with your demo control on your webpage. is that a problem of my browser (IE7 & Firefox3), or is that a bug in your control?
Thanks Philipp
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,193
|
Hi,
We are aware of that problem and will be updating the site during this weekend. We will rely as soon as the site is updated.
Thanks
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,193
|
Hi,
We have updated our website and the problem should be fixed. Please download the new build from our download page.
Thanks!
|
|
Rank: Advanced Member Groups: Member
Joined: 6/9/2007 Posts: 98
|
Hello,
I have tested the new version now. It is very better as the version x.18. But when i make a text italic and then i selected the same text and click the italic button, then was not the full market text undo italic. The same effect is, when i click the bold and the underline button.
In a second test, i have see, that i cant undo listed text's. I must it remove in the html code. Can you implement that?
The Clear Function does not remove the span tag in the html code.
Thanks Philipp
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,193
|
Philipp Jenni wrote:I have tested the new version now. It is very better as the version x.18. But when i make a text italic and then i selected the same text and click the italic button, then was not the full market text undo italic. The same effect is, when i click the bold and the underline button. To undo italic or bold, you do not need to select anything. Just place the cursor inside the italic or bold block, then press the button and it should do it. Philipp Jenni wrote:In a second test, i have see, that i cant undo listed text's. I must it remove in the html code. Can you implement that? Yes. That makes sense. We will implement it as soon as possible. Philipp Jenni wrote:The Clear Function does not remove the span tag in the html code. We are not sure if it supposes to do that. We will look into it and see what we can do. Please feel free to let us know if you see any other problems!
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,193
|
Philipp Jenni wrote:The Clear Function does not remove the span tag in the html code. We have verified that ClearFormat function does remove the span tag in the html code. Can you give us an example where it does?
|
|
Rank: Advanced Member Groups: Member
Joined: 6/9/2007 Posts: 98
|
When you use this html code in the editor and marked the full text. than isnt work the clear function...
Code: HTML/ASPX
<p><span style="FONT-FAMILY: Arial">This is a text without a span tag</p>
<p><span style="FONT-FAMILY: Gautami">an </span><span style="FONT-FAMILY: Gautami">this haave one</span><span style="FONT-FAMILY: Gautami">...</span><br />aasdasda</p>
<p>asdasda</p>
</span>
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,193
|
Hi, We have posted a new build that addressed this issue. Please see your private message for download location. Note it still will not clear invalid HTML code. For example, it cleans span in:
Code: HTML/ASPX
<p><span>some text</span></p>
But it does not clean:
Code: HTML/ASPX
<p><span>some text</p></span>
Thanks
|
|