Hello:
There is a issue in Chrome about pages with flash objects and iframes containing radio button.
The problem is a white border around this widget.
In this page there is an example
It's a Chrome bug ( and very old , by the way ), but this bug affects in a serious way to all GWT applications running in hosted pages with flash elements.
I don't know why , but it looks like radio buttons are renderized inside iframe element and write them out of it. am I wrong ?
So, it's a problem : all radio are painted with a ugly white border
Does anyone know a workaround ? Setting the background color of the page to white is not a solution for me
Does anyone know if Google (Chromium project) is solving this issue ?
Thanks and regards