tags shown at bottom of editor cause cursor or selections to jump all over the place

Last post 03-17-2008, 8:06 AM by bmassey6. 2 replies.
Sort Posts: Previous Next
  •  03-13-2008, 4:00 PM 37932

    tags shown at bottom of editor cause cursor or selections to jump all over the place

    The status bar at the bottom of the editor currently is showing the tags of an area when selected within the content area.  The problem I seem to be having is that whe you have mulitple tags as some of my clients do the status bar runs out of space to list the tags and then it pushes the editor apart (width) and then the area that you selected or clicked moves up or down and other content is selected.  I have an old WYSIWYG editor and have been working to replace it with CuteSoft but this issue is happening so much that my clients don't want us to get rid of the old basic editor.  Can you offer help or suggestions?  I love the product but I can see where this is frustrating to our users.  Any feedback would be helpful!
     
    I just tested it some more, and the tags might not have anything, but what happens is when I scroll down in the content area and try to select or click on an image or text, it will select it, but then jump back up to the top of the content as it did when the page loaded.  It does select the item but you have to scroll back down to see what you selected. Any ideas?
  •  03-14-2008, 12:43 PM 37979 in reply to 37932

    Re: tags shown at bottom of editor cause cursor or selections to jump all over the place

    Can you send me a simple example page showing the problem?
     
    At the same time, you can make the tag selector invisible.
     
    Editor.ShowTagSelector Property

    Specifies whether quick tag selector toolbar appear.


    Example Code

          <%
               Dim editor
               Set editor = New CuteEditor
               editor.ID = "Editor1"
               'Specifies whether the Preview Mode tab appear.
               editor.ShowTagSelector = false
               editor.Text = "Hello World"
               editor.Draw()
          %>

     

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  03-17-2008, 8:06 AM 38037 in reply to 37979

    Re: tags shown at bottom of editor cause cursor or selections to jump all over the place

    The issue seems to be fixed now that I disabled the tag selector feature.  The feature was causing the cursor or selected area to jump around probably due to the script that calls the tag selector function via the onclick event.  It only seemed to be affected when the number of tags for a selected area was rather high and took up more space than the status bar of the editor had to work with.  Thanks for your help and as I said many times, this is the best editor on the market and great support as well!
View as RSS news feed in XML