Hi Telerik,
I am experiencing a weird quirk while developing under the Opera browser.
I have this CSS property set on my dashboard page which is responsible for opening the corresponding RadWindow:
and this is what happens when I mouse-over that icon in Opera: http://screencast.com/t/WMiaaJC3
with relevant code-behind:
Weird, right? Any ideas, or is this a browser thing?
I am experiencing a weird quirk while developing under the Opera browser.
Version informationVersion11.51Build1087PlatformWin32SystemWindows 7XHTML+VoicePlug-in not loadedBrowser identificationOpera/9.80 (Windows NT 6.1; U; Edition United States Local; en) Presto/2.9.168 Version/11.51I have this CSS property set on my dashboard page which is responsible for opening the corresponding RadWindow:
.RadWindow_Web20 .rwCloseButton:hover{ cursor: pointer;}and this is what happens when I mouse-over that icon in Opera: http://screencast.com/t/WMiaaJC3
with relevant code-behind:
<tr class="rwTitleRow"><td class="rwCorner rwTopLeft"> </td><td class="rwTitlebar" style="cursor: move"><div class="rwTopResize"><!-- / --></div><table align="left" cellspacing="0" cellpadding="0" class="rwTitlebarControls"><tbody><tr><td style="width: 16px"><a class="rwIcon" style="background-position: 0px 0px; background-color: transparent; background-attachment: scroll; background-repeat: no-repeat; background-image: url("http://localhost/csweb_IISVS2010/Content/Dashboard/Icons/drive-upload.png"); background-size: auto; background-origin: padding-box; background-clip: border-box"/></td><td><em unselectable="on" style="width: 194px">Upload Dashboard</em></td><td nowrap="true" style="white-space: nowrap"><ul class="rwControlButtons" style="width: 30px"><li><a href="javascript:void(0);" class="rwCloseButton" title="Close"><span>Close</span></a></li></ul></td></tr></tbody></table></td><td class="rwCorner rwTopRight"> </td></tr>Weird, right? Any ideas, or is this a browser thing?