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

Default firefox context menu is displyed instead of cutom created for schedular

3 Answers 35 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Samir Patel
Top achievements
Rank 1
Samir Patel asked on 13 Aug 2009, 09:24 AM
HEllo,

In my application i have created a context menu for scheduler with the option "SHOW" , "ORDER" , "COPY" and PASTE" , when i run the application ON IE7 / IE 8, and open the scheduler and do the right click , i can view all above options, and its functioning..

But when my this application on Fire fox browser , and open the scheduler and do the right click , displayed default Firefox option...

How can i view my custom context menu for Firefox???

Regards
Samir

3 Answers, 1 is accepted

Sort by
0
Samir Patel
Top achievements
Rank 1
answered on 02 Sep 2009, 02:31 PM
Why my context menu is not working in FF3?
0
Vesko
Top achievements
Rank 2
answered on 03 Sep 2009, 08:34 AM
As I can see the context menu is working fine in the online demo in Firefox.

http://demos.telerik.com/aspnet-ajax/scheduler/examples/contextmenu/defaultcs.aspx

You can check the code and compare it with yours.
0
Ingo Buck
Top achievements
Rank 1
answered on 10 Aug 2010, 08:14 AM
For googlers:

If you have an exception within OnClientContextMenuShowing the menu is not shown properly.
If you using clipboardData you will have an exception using FireFox, because it is not supported for security reasons...

Surround your ContextMenuShowing code with a try/catch alert.
Avoid using clipboardData. Not all browsers support it.

Hope this helps.
Ingo

 

Tags
Scheduler
Asked by
Samir Patel
Top achievements
Rank 1
Answers by
Samir Patel
Top achievements
Rank 1
Vesko
Top achievements
Rank 2
Ingo Buck
Top achievements
Rank 1
Share this question
or