Welcome Guest Search | Active Topics | Sign In | Register

Problem with HTML Editor Options
Philipp Jenni
Posted: Saturday, July 19, 2008 11:56:48 AM
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
eo_support
Posted: Saturday, July 19, 2008 12:03:25 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,097
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
eo_support
Posted: Sunday, July 20, 2008 8:51:18 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,097
Hi,

We have updated our website and the problem should be fixed. Please download the new build from our download page.

Thanks!
Philipp Jenni
Posted: Monday, July 21, 2008 7:33:15 AM
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
eo_support
Posted: Monday, July 21, 2008 10:10:33 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,097
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!
eo_support
Posted: Monday, July 21, 2008 2:36:37 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,097
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?
Philipp Jenni
Posted: Monday, July 21, 2008 2:52:16 PM
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>
eo_support
Posted: Tuesday, July 22, 2008 7:49:07 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,097
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


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.