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
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
Comment