This is a migrated thread and some comments may be shown as answers.

Opera support

5 Answers 114 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
Tom
Top achievements
Rank 1
Tom asked on 04 Jul 2007, 08:20 PM
What browser's are supported? Seams not to work correct in Opera

5 Answers, 1 is accepted

Sort by
0
Ubong
Telerik team
answered on 05 Jul 2007, 08:01 AM

Hi Tom Suter,

As mentioned on the browser page: http://www.telerik.com/support/requirements-and-compliance/browser-support.aspx we do support the Opera browser( 8.0+) and you can see a movie of a test I just did with Opera 9.10 on my machine without any issues.
Could you tell us what your scenario is and what exactly you have problems with in opera? A screenshot along with a simple running application zipped into a support ticket would help us quickly provide you with details regarding this.

All the best,
Ubong
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
vanlap74
Top achievements
Rank 1
answered on 12 Jul 2007, 09:31 AM
Hi Telerik,
Now I use Opera 9.2, but your radtreeview, rad menu, rad grid don't work well as IE7, Firefox, Safari,... I 've seen in your list support b, I've run your demo, it don't work property.
 Please tell me reason, thanks
0
Tsvetie
Telerik team
answered on 13 Jul 2007, 07:48 AM
Hello vanlap74,
Different browsers use different engines to parse the HTML code which leads to the different behavior of our controls. We have fixed most of the problems our controls have under Opera or have found workarounds for them. Therefore, in case you provide detailed information on the problems you have come across, we will do our best to help you solve them.

All the best,
Tsvetie
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Harshal Joshi
Top achievements
Rank 1
answered on 07 Jan 2010, 03:21 PM
I don't see the context menus appear under Opera browser in RADTreeView Control.Below is the sample code that I am using :-

<telerik:radtreeview id="radTV" runat="server" Width="300px"
                                    oncontextmenuitemclick="radTV_ContextMenuItemClick" onclientcontextmenuitemclicking="onClientContextMenuItemClicking"
                                    onclientcontextmenushowing="onClientContextMenuShowing" OnNodeEdit="radTV_NodeEdit">
                <ContextMenus>
                    <telerik:RadTreeViewContextMenu ID="mainContextMenu" runat="server">
                        <Items>
                            <telerik:RadMenuItem Value="NewFolder" Text="New Folder">
                            </telerik:RadMenuItem>
                            <telerik:RadMenuItem Value="Rename" Text="Rename">
                            </telerik:RadMenuItem>
                            <telerik:RadMenuItem Value="Delete" Text="Delete">
                            </telerik:RadMenuItem>
                        </Items>
                        <CollapseAnimation Type="none" />
                    </telerik:RadTreeViewContextMenu>
                </ContextMenus>
        </telerik:radtreeview>


NONE of the context menus work under Opera 10.10 .Urgent help needed ..We are using telerik dll version 2009.3.1103.20

Thanks,
Harshal





0
Yana
Telerik team
answered on 08 Jan 2010, 01:35 PM
Hello Harshal,

You should set Opera browser to allow context menu events, this is done by using  "Tools -> Preferences -> Advanced -> Content -> JavaScript options -> Allow scripts to detect context menu events".

 In addition, because of browser limitations, on right-click both RadContextMenu and the standard browser context menu are displayed. A workaround to the latter is using the ESC key to hide the default browser context menu.


Greetings,
Yana
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Splitter
Asked by
Tom
Top achievements
Rank 1
Answers by
Ubong
Telerik team
vanlap74
Top achievements
Rank 1
Tsvetie
Telerik team
Harshal Joshi
Top achievements
Rank 1
Yana
Telerik team
Share this question
or