Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsForumForumError on Editing content in Basic Text modeError on Editing content in Basic Text mode
Previous
 
Next
New Post
9/4/2009 7:51 PM
 

Hi Sri,

I remember on beginning of the Version 4.4.3 to a issue with the png fix, if a doble fix was also added to the skin.  Isso was gone if the PNG fix was moved from the skin. 

Regards

Matthias

 
New Post
5/20/2010 11:15 AM
 
Hi.
I got this error too.
Also I see this error at this forum
(Turn off to 'Basic Text Box' , Click on the textarea and you will get this error)
Error: storepos is not defined
Source: http://www.dotnetnuke.com/Community/Forums/tabid/795/ctl/PostEdit/forumid/7/postid/327797/action/reply/mid/2108/Default.aspx
at
<textarea name="dnn$ctr2108$Forum_PostEdit$teContent$txtDesktopHTML" rows="12" cols="75" id="dnn_ctr2108_Forum_PostEdit_teContent_txtDesktopHTML" class="NormalTextBox"
onclick="storepos(this);" onselect="storepos(this);" onkeyup="storepos(this);" style="height:250px;width:100%;"></textarea>

What must this function "storepos" do and how can this function be removed or disabled ?

Thanks ,
Kirill.
 
New Post
5/20/2010 7:10 PM
 
Ok , I looked through source
Problem with literals litScript , litJavaScript (Visible=False)
I try to fix it

Controls/AttachmentControl.ascx.vb
Line 590
I comment
'litScript.Text = sb.ToString
and i add
If (Not Me.Page.ClientScript.IsStartupScriptRegistered(Me.Page.GetType(), "BASIC TEXT")) Then
                Me.Page.ClientScript.RegisterStartupScript(Me.Page.GetType(), "BASIC TEXT", sb.ToString(), False)
End If


Controls/EmoticonControl.ascx.vb
Line 481
'litJavaScript.Text = sb.ToString
If (Not Me.Page.ClientScript.IsStartupScriptRegistered(Me.Page.GetType(), "BASIC TEXT")) Then
                Me.Page.ClientScript.RegisterStartupScript(Me.Page.GetType(), "BASIC TEXT", sb.ToString(), False)
End If


hmm...)
 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsForumForumError on Editing content in Basic Text modeError on Editing content in Basic Text mode


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out