Can you confirm this no longer works on Chrome for the SmartClient Version: v11.1p_2018-07-19/PowerEdition Deployment (built 2018-07-19) release. It was working in a Sept-Oct 2017ish version that I originally used it with.
The button still appears, but the addTabClickedHandler does not fire when clicked.
The button still appears, but the addTabClickedHandler does not fire when clicked.
Code:
tabSet.setCanAddTabs(doSetCanAddTabs); tabSet.addAddTabClickedHandler(new AddTabClickedHandler() { @Override public void onAddTabClicked(AddTabClickedEvent event) { SC.say("clicked add tab button"); } });
Comment