Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

83
votes
6answers
32k views

How to distinguish between left and right mouse click with jQuery?

What is the way of obtaining the clicked mouse button with JavaScript using jQuery? $('div').bind('click', function(){ alert('clicked'); }); this is triggered by both right and left click, what ...
18
votes
3answers
18k views

How do I create a right click context menu in Java Swing?

I'm working on a school project and we want to implement a right click pop-up menu in the gui. Currently we are doing something like creating a JMenu on right click and setting its location to that ...
16
votes
16answers
1k views

Right mouse click in web applications: good or bad idea?

I'm currently working on a web application and the powers above have decided that overriding the browser's right-click menu with our own application-specific one is the way to go. I totally disagree. ...
9
votes
1answer
3k views

How to add a custom right-click menu to a webpage?

I want to add a custom right-click menu to my web application. Can this be done without using any pre-built libraries? If so, where can I find a good tutorial that shows how to display a simple custom ...
8
votes
4answers
9k views

right click context menu for datagrid

I have a datagrid in a .NET winform app. I would like to rightclick on a row and have a menu pop up. Then i would like to select things such as copy, validate, etc How do i make A) a menu pop up B) ...
6
votes
3answers
9k views

C# datagridview right click select row and show menu to delete it

I have few columns in my DataGridView, and there is data in my rows, I saw few solutions in here, but I can not combine them! simply a way to right-click on a row, it will select the whole row and ...
5
votes
1answer
458 views

Is there any way to 'simulate' right-click save-as command or force download of file in the browser with JavaScript?

I have this situation where we have media files stored on a global CDN. Our web app is hosted on it's own server and then when the media assets are needed they are called from the CDN url. Recently we ...
5
votes
1answer
266 views

detect if browser supports right-click event overridding

I'm using a context-menu jquery plugin and I need to detect what browsers support this. How can this be done? I heard some versions of opera and safari don't support this right-click overriding ...
5
votes
2answers
3k views

how to write your own right click menu and disable the default using jquery/javascript

I successfully disabled the right click event on the page that I am working on using jquery. I want to create a customize right click menu. How can I do this? Does this need relevant css setting to ...
5
votes
3answers
1k views

Can I override the context menu in Silverlight for all browsers that support Silverlight 2.0?

It seems like a common question on Google, but I couldn't find a satisfactory answer (unless the answer is 'no') I would like to add menu items or show a custom menu when a user right-clicks on my ...
4
votes
2answers
354 views

delphi - how do you find out which TPopupMenu a TMenuItem belongs to

Should be simple enough but I can't see it. You can find out the component that was right-clicked on to display a popup menu with: PopupMenu1.PopupComponent but how do you find out the popup menu ...
4
votes
1answer
561 views

Hide items in the right-click context menus in Visual Studio 2010 (08)?

The right-click context menus of the source editor, the project items and the solution item, is getting ridiculously long, and two of them even have scrolling now on my 1680x1050 screen. Is there any ...
4
votes
4answers
441 views

Show the default right-click menu - Delphi

I have a Listbox which contain a list of files . can i access the Windows right-click menu in the listbox to access the open , properties , delete and rename items ?
4
votes
2answers
442 views

Show contextual menu on ctrl-click/right-click on header of NSTableView

I'm searching for an elegant way to detect a right-click/ctrl-click on the header of an NSTableView. When the right click occurs, I want to display an contextual menu. - (NSMenu ...
4
votes
5answers
1k views

No right-click event Firefox 3.6

I'm in the process of porting an app to JavaScript/CSS and it uses right-click. For some reason Firefox 3.6 for Windows isn't issuing a right-click event, but Chrome and IE do. Here's some test ...
4
votes
6answers
10k views

remove the right click menu in flash 9

Is it possible, using actionscript 3 to disable the right click menu? Any help greatly appreciated!
3
votes
2answers
251 views

Chrome - “Save As…” disabled in right click menu when using a “data” url

If you paste the following into the url bar in chrome and try to do right click-> save as... the save as... is grayed out. Any way to stop this from being grayed out? URL: ...
3
votes
1answer
229 views

WPF DragDrop.DoDragDrop (for a RIGHT-Click?)

In WPF I want to do initiate a drag-drop using the right click. Something like windows explorer, right click, move slightly and you get the adorner to indicate a drag drop in operation. Don't move ...
3
votes
2answers
853 views

Right-click on a Listbox in a Silverlight 4 app

I am trying to implement what I used to take for granted in Winforms applications. I am a Silverlight noob, so hopefully all this is elementary. I have a listbox in a Silverlight 4 app. I'd like to ...
3
votes
3answers
611 views

JavaScript: Capturing right click and disabling menu only within certain element

I have coded a jquery script where there is a small grid on screen and using drag and drop users can place tiles on the grid (snaps in place). Currently if you hover over a tile it fades in the option ...
3
votes
3answers
4k views

jQuery: preventDefault() not working on input/click events?

I want to disable the default contextMenu when a user right-clicks on an input field so that I can show a custom contextMenu. Generally speaking, its pretty easy to disable the right-click menu by ...
3
votes
1answer
1k views

How to generate a right-click event in all browsers

A little context: The app I'm working on has a right-click context menu for certain objects on the screen. The current design as that each of these objects listens for a right-click, sends an AJAX ...
3
votes
2answers
3k views

RIght-Click in GWT?

I am building an AJAX web app with GWT, and I want to use right-click for various things, just like in a desktop app. However, right-click produces the standard Web context menu and void ...
3
votes
2answers
6k views

Dynamic Context Menu on Treeview Nodes

Duplicate Of : http://stackoverflow.com/questions/2527/c-treeview-context-menus I've got a context menu on a Treeview, when the user right clicks it supposed to change based on the currently right ...
3
votes
2answers
2k views

On QT widgets like DoubleSpinBox or ComboBox, how do i have custom right click menu

I have a few combo-boxes and double spin boxes on my QT Dialog. Now I need a "ResetToDefault" item on a menu that comes up when you right click on the widget (spin box or combo box). How do i get it. ...
3
votes
6answers
1k views

Remove “Save target as…” from IE

Is there any way to remove “save target as” from internet explorer’s right-click menu by using group policies or registry hacks? Failing that is there a simple programmatic way?
2
votes
1answer
177 views

Selenium 2 right-click

I am using Selenium 2 (Web Driver) under Linux with a FireFoxDriver. I am not able to perform a right click on a WebElement or on another possition using coordinates. I also cannot move the mouse ...
2
votes
2answers
97 views

Right click on a menu item and show options

I have menu ServerList, I am adding the menuItems dynamically using C# code. It reads the servers list from file and populate the menu items. I have added the right click options for each server. Edit ...
2
votes
2answers
74 views

How can I make a right-click behave as a left-click for the purpose of selecting or focusing an object

Event though a right-click (as far as I know) fires a mousedown event, that mousedown seems to be ignored in most cases. I'm currently working on displaying a custom context menu via a right-click, ...
2
votes
1answer
90 views

How do I change what appears when right clicking in a rich text box in C#?

So in a rich text box (in Visual C#.NET) when I highlight some text and then right click with my mouse nothing happens. How do I make that little right click window pop up? How do I set the options ...
2
votes
2answers
544 views

Disable a right click (press and hold) in WPF application.

I am working on the touch screen application which is running on Windows XP Standard. With current hardware to invoke a right click user has to click and hold for couple of seconds, but this might ...
2
votes
2answers
442 views

Move a borderless Winform holding right mouse button, possibly with native methods

I have a situation where I would like to move a windows form by holding right mouse button on it's client area; the form it's borderless as i've stated. I would like to move it "natively" (if ...
2
votes
4answers
128 views

CSS : Firefox right click selects all on my site…why?

I have built a context menu but have found annoyingly that when I right click on my site in firefox all text and images just seem to randomly get selected. It is not a JS issue as I have removed all ...
2
votes
6answers
97 views

Preventing web images from being taken

I've been looking around to see if there exists a good way to prevent viewers from using their right click options to download images that I upload to my website. I know that people can look at the ...
2
votes
1answer
312 views

PyGTK: Treeview's row right click

How do I do something when user right click in a treeview's row?
2
votes
2answers
1k views

Cocoa: Right Click NSStatusItem

I am a .Net developer who need to port a small project into Mac, so I know next to nothing about Objective C. In fact the code below was just a bunch of grasping at straws and shooting in the dark. ...
2
votes
3answers
212 views

Why can't I copy values from an editable textbox?

I have a GUI where some values are displayed in an editable textbox. For some reason I cannot copy those values with the mouse. I can select the text, but no drop-down menu appears when I right-click ...
2
votes
6answers
1k views

How to disable mouse right click on a web page?

I want to disable mouse right click on an HTML page. I have a page where user has to enter the details. I don't want the user to see the menu thats get displayed with the mouse right click. Rather I ...
2
votes
3answers
378 views

jQuery live right click

How can i use the jQuery live function as a right click listener? I've used this plugin: http://abeautifulsite.net/2008/05/jquery-right-click-plugin for right click event listening. But it isn't ...
2
votes
1answer
326 views

Windows Explorer Context Menu Integration, get file that was right clicked on

I've already figured out how to add a menu item to the right click context menu of the windows explorer using the registry. I currently have it set to launch my application when my menu item is ...
2
votes
1answer
133 views

Can I add a command to make ReSharper repeat last test run to the right click context menu in visual studio?

I'd like to add a context menu item to allow me to repeat resharper's last test run, similar to the one that test driven.net adds. Is this possible?
2
votes
1answer
584 views

Missing Right Click menu in Windows 7

We have a few different programs all compiled together in the same suite, recently we had a bug reported that "The Right Click Shortcut Menu was missing." So as with any bug I tried to reproduce it ...
2
votes
1answer
634 views

Right-click on a NSStatusItem

I have a NSStatusItem and I want to popup a menu by rightclicking the item. I subclassed a NSView and overwrote the - (void)rightMouseDown:(NSEvent *)event method. I also implemented - ...
2
votes
1answer
3k views

How to add a ContextMenu depending on which WPF DataGrid row is right-clicked?

I need to display different options in a ContextMenu depending on which row of a WPF DataGrid is right-clicked. My initial ideas were to accomplish this through either binding or handling a mouse ...
2
votes
3answers
5k views

wpf listview right-click problem

so I have attached a context menu (right-click menu) to a wpf listview. unfortunately, when you right-click it brings up both the menu and selects whatever item you are over. Is there a way to shut ...
2
votes
1answer
908 views

capture right click through Javascript, withouth wmode

Flash player has a bug in using anything other than wmode="window" in Firefox/Chrome when using any other language than English. This bug is reported and not fixed yet ...
2
votes
3answers
704 views

How to have proper different actions from left and right click on Firefox

I am working on a web app, in which I want to have a different action to happen to an element whether I left or right click on it So I added a function for "click" with jQuery and added a function ...
1
vote
2answers
67 views

Add option to right-click menu in Firefox

Hi I'm studying Python and I've started my first little project. The first thing that I want to do is to add an item to the right click menu of Firefox. So, when I right-click a link that item will ...
1
vote
0answers
30 views

MySQL Workbench overwrites query tab code

When I right-click a table in MySQL Workbench (version 5.2) Object Browser, choosing "Select Rows - Limit 1000", I expect the result to appear in a new tab. Instead, the currently selected query tab ...
1
vote
1answer
58 views

How to retrieve the element where a contextmenu has been executed

I am trying to write a google chrome extension where I use a contextmenu. This contextmenu is available on editable elements only (input texts for example). When the contextmenu is clicked and ...

1 2 3 4