Hello,
In RichTextEditor the toolbar buttons do not have any visual change if they are pressed or not. For example one can press the Bold button, text is written in bold but that button looks like exactly as it was before clicking on it. I guess it should change color like when hovering the mouse pointer over it and stay changed until the user clicks on it again to turn off it's functionality.
This issue happens SmartGWT showcase page both in IE and FireFox. I can see with firebug that when hovering over or clicking the <td> style class changes from "button" to "buttonOver" or "buttonDown" respectively but as soon as the mouse button releases it returns back to "button" and any styling the previous classes applied (e.g. changing background color from #F0F0F0 to #BDDDFF) resets.
In RichTextEditor the toolbar buttons do not have any visual change if they are pressed or not. For example one can press the Bold button, text is written in bold but that button looks like exactly as it was before clicking on it. I guess it should change color like when hovering the mouse pointer over it and stay changed until the user clicks on it again to turn off it's functionality.
This issue happens SmartGWT showcase page both in IE and FireFox. I can see with firebug that when hovering over or clicking the <td> style class changes from "button" to "buttonOver" or "buttonDown" respectively but as soon as the mouse button releases it returns back to "button" and any styling the previous classes applied (e.g. changing background color from #F0F0F0 to #BDDDFF) resets.