#1903: Cursor is not coming when string inserted via javascript
-------------------------+--------------------------------------------------
  Reporter:  mayank1711  |       Owner:                 
      Type:  Bug         |      Status:  new            
  Priority:  Normal      |   Milestone:                 
 Component:  General     |     Version:  FCKeditor 2.5.1
Resolution:              |    Keywords:                 
-------------------------+--------------------------------------------------
Old description:

> Don't know if it is problem of FCKeditor or Javascript I have written but
> although I am writting here. I hope you can help me.
>
> I have put FCKeditor on ASP.net 2.0 application (www.relationshiplist.us)
>
> This is code of fckeditor on my main page:
>
> <fckeditorv2:fckeditor id="FCKeditor1" runat="server"
> BasePath="~/FCKeditor/" SkinPath="skins/office2003/"
> ForcePasteAsPlainText="true"
> Height="924px"></fckeditorv2:fckeditor>
>
> Also one button is there
>
> <input id="inpbtnInsertMergeTop" type="button" value="Insert Merge Field"
> onmousedown="test()" />
>
> Javascript for that function:
>
> function test - see attachment
>
> Code on pop up window - see attachment
>
> function update - see attachment
>
> function updateparent(radiobutton) - see attachment
>
> ----------------------------------------------------------------------------
>
> Everything works fine but when it is replacing "{u_mergefield}" to proper
> string mouse cursor is not coming in editor even if I click on any area
> then also mouse cursor is not focusing there.
>
> I will soon upload one page (on www.relationshiplist.us) from where you
> can test this live.
>
> Regards,
> Mayank Parmar

New description:

 Don't know if it is problem of FCKeditor or Javascript I have written but
 although I am writting here. I hope you can help me.

 I have put FCKeditor on ASP.net 2.0 application (www.relationshiplist.us)

 This is code of fckeditor on my main page:

 <fckeditorv2:fckeditor id="FCKeditor1" runat="server"
 BasePath="~/FCKeditor/" SkinPath="skins/office2003/"
 ForcePasteAsPlainText="true"
 Height="924px"></fckeditorv2:fckeditor>

 Also one button is there

 <input id="inpbtnInsertMergeTop" type="button" value="Insert Merge Field"
 onmousedown="test()" />

 Javascript for that function:

 function test - see attachment


 Code on pop up window - see attachment


 function update - see attachment


 function updateparent(radiobutton) - see attachment

 ----------------------------------------------------------------------------

 Everything works fine but when it is replacing "{u_mergefield}" to proper
 string mouse cursor is not coming in editor even if I click on any area
 then also mouse cursor is not focusing there.

 I will soon upload one page (on www.relationshiplist.us) from where you
 can test this live.

 Regards,
 Mayank Parmar

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/1903#comment:3>
FCKeditor <http://www.fckeditor.net>
The text editor for Internet
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to