Text area blanks out. Odd bug.
Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Rich Text Editor (RTE)
Forum Description: Support forum for the Web Wiz Rich Text Editor (RTE).
URL: https://forums.webwiz.net/forum_posts.asp?TID=16647
Printed Date: 29 March 2026 at 2:47am Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com
Topic: Text area blanks out. Odd bug.
Posted By: Ozymandias
Subject: Text area blanks out. Odd bug.
Date Posted: 21 September 2005 at 6:50pm
When the text being editing gets to be a certain size the window
flashes once as the raw text is displayed, flashes again as the rich
text editor formats it and displays it again, then it flashes a final
time and blanks out to the color of whatever is behind it. Is there a
limit to the ammount of text it will accept that is already in the text
box? Is this bug fixable?
Edit: This is in firefox btw.
|
Replies:
Posted By: WebWiz-Bruce
Date Posted: 23 September 2005 at 8:41am
I've not seen this myself, but from the sound of it, it sounds like an
issue with the Browser itself as the RTE uses the built in RTE features
of the web browser. With Mozilla/Firefox it uses the built in Midas API.
------------- https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting
|
Posted By: stafford
Date Posted: 07 November 2005 at 1:53pm
I ran into the same problem. I made the mistake of giving the text area id the same value as the text area name. ie
name="articlecontent id="articlecontent
changed it to
name="Editorarticlecontent id="articlecontent
and the field populates
|
|