Announcement

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

    LinkItem shows a box

    Hi,
    I'm upgrading from SmartGWT 2 to SmartGWT 3.

    Upper in screenshot is SmartGWT 2.x
    Lower is SmartGWT 3.

    All LinkItems now show its value in a TextBox (with or without setTextBoxStyle() defined to change the style) instead of being a textual link.
    Code:
    		linkPW = new LinkItem();
    		linkPW.setTitle("");
    		linkPW.setLinkTitle("Forgotten Password?");
    GWT Dev mode - FireFox 4
    SmartClient Version: SC_SNAPSHOT-2011-07-14/EVAL Deployment
    Attached Files

    #2
    I see it also in the built in DEBUG CONSOLE for link "Enable AutoTest subsystem".
    Attached Files

    Comment


      #3
      This has been fixed and the fix will appear in the next nightly.

      Comment


        #4
        Thanks, just checked it and the box is gone.

        I do now have an alignment styling issue however, I'll check where that cause can be - applied my own style, but it was OK in v2.x.

        Comment


          #5
          It looks like that if the LinkItem is setCanEdit(false), then there is no style applied to it anymore.

          Comment


            #6
            Could you be more specific? Are you saying that the value does not appear as a link, a CSS style property you specified does not seem to be applied, something else?

            Comment

            Working...
            X