Rank: Member Groups: Member
Joined: 7/28/2008 Posts: 25
|
Before I start coding around these issues, is there any advice you can offer. I have an ASP.net 3.5 project, the editor has a custom emoticon list that i reference. IN firefox 3 and later you cannot see the emoticons. Here is the editor string:
<p>----------- Original Message ---------------</p> <br /> <p>Message Subject: Welcome to the new Project - Talbot D Testing</p> <br />Sent to: Boeckmann, Ashleigh;Talbot, Marie;Talbot, Mike;
<p><img width="18" height="18" src="/eo_web.ashx?id=emoticon&i=smile" alt="smile" /></p> <p> </p> <p>Let know if you see the smiley emoticon.</p> <p> </p> <p>Also, read this email and then reply to it and say anything you want.</p> <p> </p> <p>Thanks for you help with this!</p>
Also, in firefox < version 3.0 the spellchecker that is part of the editor locks up the application window when clicked. When this user upgraded to Firefox 3, the spellchecker worked but the emoticons no longer show.
Thank you
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Do you mean the emoticon drop down does not appear at all or the drop down appear but the icons doesn't?
As to the spell checker issue, you said "in 3.0 ...it locks up.... after upgraded to FireFox 3, it worked...". I am not sure which version works and which version doesn't because both seems to be referencing FF 3. Can you clarify?
Thanks!
|
Rank: Member Groups: Member
Joined: 7/28/2008 Posts: 25
|
On spell checker. Firefox versions older than 3 lock up the window when you try to run the spellchecker.
The emoticon doesn't show up when you try to view the string in a label control. Thats why I included the string.
Thanks
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
We are not able to reproduce either issue. Can you create a test app that can reproduce the problem?
Thanks!
|