Gemini Community Support Site

This Gemini community support site can be used to find solutions to product issues. You can log in using Open Id, Google Profile and even Facebook. Feel free to ask a question or browse FAQs and documentation. Product tour videos are also available along with how-to videos demonstrating key Gemini capabilities.




Strange caching behaviour in Gemini 2.0.5

web-app

We are encountering a strange caching issue when creating or commenting on issues. For some reason, the rich text editor is prefilled with content from another issue. I created a screenmovie from this so you can see what i mean: http://www.apollo-software.nl/portals/0/tutorials/dnngeminicacheproblem/dnngeminicacheproblem.html

Of course you can also go to the live application and see for yourself: http://support.dotnetnuke.com

What would cause this behaviour? Is there some caching setting that can be changed, or some IIS setting maybe? It does not seem to be client related, this is an issue that has been reported by many users already.

Cheers,

Erik

erikvb
· 1
erikvb
Replies (5)
helpful
0
not helpful

This is an issue with the RAD editor control that will be fixed in 2.1.

Open the file RichTextCtrl.ascx (under the issue directory of the Gemini virtual folder) and delete any text between the radE:RadEditor tags then make the file readonly.


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

thanks. I suppose another option is to switch back to FTB?

Cheers,

Erik


erikvb
· 1
erikvb
helpful
0
not helpful

Yes, FTB or simple text box will fix this as well.


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

Can you please clarify how to set which text editor to use?


(found this thread http://community.countersoft.com/forums/thread/2074.aspx to answer it)


Simon@MailboxPro
· 1
Simon@MailboxPro
helpful
0
not helpful

As the thread you found specifies, these can be change in the web.config file.

The possible values:

  • Text - Will display a "normal" text area.

  • FreeTextBox - Will display FreeTextBox

  • RichText  - Will use RAD


Mark Wing
· 9108
Mark Wing