Is it possible to add browser dependant code in SmartGwt 2.5 ? like:
if (Opera) {
} else if (Chrome) {
}
My problem is that some GChart figures are disappearing when mouse hover in Opera, but not in Chrome....
thank you very much
if (Opera) {
} else if (Chrome) {
}
My problem is that some GChart figures are disappearing when mouse hover in Opera, but not in Chrome....
thank you very much