Hi,
I was using smartGWT 6.1p until yesterday, when i upgraded to 12.0p (2019-04-30).
I have been using a TabSet with closable tabs by using setCanClose(true)on the Tab objects.
I was also changing the close icon of the TabSet with setCloseTabIcon ("close.svg").
In the newer 12.0p version, the tabs won't close anymore. So i removed the call to replace the close icon and use the default and it started working.
I changed the SVG file to a PNG file and the tab closes correctly.
So it looks like using an SVG file as a close tab icon is causing problems. Is SVG still supported in this case ?
Thank you,
Marc-Andre
I was using smartGWT 6.1p until yesterday, when i upgraded to 12.0p (2019-04-30).
I have been using a TabSet with closable tabs by using setCanClose(true)on the Tab objects.
I was also changing the close icon of the TabSet with setCloseTabIcon ("close.svg").
In the newer 12.0p version, the tabs won't close anymore. So i removed the call to replace the close icon and use the default and it started working.
I changed the SVG file to a PNG file and the tab closes correctly.
So it looks like using an SVG file as a close tab icon is causing problems. Is SVG still supported in this case ?
Thank you,
Marc-Andre
Comment