Announcement

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

    NativePreviewHandler breaks LinkItem in IE9

    I am running SmartGwt Pro 3.1p from july 6th, but the problem has been present since the release of 3.1.
    Problem does only appear in IE (only testet on IE9), and only in Quirks mode.

    If a NativePreviewHandler is added, and running IE9 in quirks mode, linkitems will appear as editable.
    LinkItem.setTarget("javascript") is used (or not), and/or a ClickHandler is added.
    If canEdit(false) is set, clicking the linkitem will open a new window with the link javascript:void. The ClickHandler is triggered in either case, and no errors are reported.

    Regards
    Hans Petter Simonsen, Evry, Norway

    #2
    Correction: 3.1p should of course read 3.0p.

    Comment


      #3
      Hello Isomorphic. Is there a resolution to this problem, apart from running browser in Standard mode?
      Regards,
      Hans Petter

      Comment

      Working...
      X