Ticket #856 (closed defect: fixed)
ContextMenu event handler oddity
| Reported by: | ray | Owned by: | gogo |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Plugin_ContextMenu | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Have a look at context-menu.js, line 287:
if (!self.currentMenu) {
alert(HTMLArea._lc("How did you get here? (Please report!)", "ContextMenu"));
return false;
This looks like an exception that never really should happen, but in fact it happens almost certainly (at least in Firefox). Just click a few times left and right in turn. Once the case, each of the next unforeseeable amount of clicks in the document results in the alert and sometimes (not always) keyboard input is disabled, too (every key including F5).
Anyone an idea how to handle this?
Change History
Note: See
TracTickets for help on using
tickets.
