Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    The rich text Item is not editable anymore in Chrome and Opera.

    The rich text Item is not editable anymore in Chrome and Opera. On Firefox and IE it works. I am using Nightly 3.1 from 18.02.

    When you put the focus on the control displays a yellow border and control is not editable

    Code:

    RichTextEditor richTextEditor = new RichTextEditor();
    richTextEditor.setWidth100();
    richTextEditor.setHeight("85%");
    richTextEditor.setControlGroups(new String[]{"formatControls", "styleControls", "colorControls"});
    richTextEditor.setOverflow(Overflow.HIDDEN);
    richTextEditor.setShowEdges(true);
    Attached Files

    #2
    Which exact OS/browser versions and which doctype?

    And what behavior do you see if you use a RichTextItem (the formItem, as opposed to a RichTextEditor)? Do you still see issues or does RichTextItem work for you?
    Last edited by Isomorphic; 21 Feb 2013, 22:45.

    Comment


      #3
      OS: WinXP
      Browser : Google Chrome 25.0.1364.97 m

      Doctype:
      <html>
      <head>
      <title>TUCAN</title>
      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
      <meta name='gwt:module' content='web.ticket.Main=web.ticket.Main'>
      <meta name='gwt:property' content='locale=es'>
      <link rel="shortcut icon" type="image/x-icon" href="images/toucan.ico" />
      <link type="text/css" rel="stylesheet" href="resources/css/estilos.css">

      </head>

      <body>

      <input type="hidden" name="version" id="hVersion" value="2013.02.13" />
      <script type="text/javascript" src="web.ticket.Main/web.ticket.Main.nocache.js"></script>

      </body>

      </html>


      Both controls have the same behavior (RichTextItem and RichTextEditor)

      Comment


        #4
        Is there any solution for this error?

        Comment


          #5
          Yes, changes were made a week or so ago that should address this in 3.1p and 4.0d - please retest with the latest nightly

          Comment

          Working...
          X