Opened 14 years ago
Closed 14 years ago
#7883 closed Bug (duplicate)
[Opera] Context menu appears for toolbar button double-click
Reported by: | Frederico Caldeira Knabben | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.0 |
Keywords: | Opera | Cc: | Hallvord R. M. Steen (Opera Software) |
Description
- With a default sample, double-click the "some" word to select it.
- Double-click the "Bold" button.
It applies and removed the bold style properly, but an Opera native context menu is displayed.
Confirmed with Opera build 2109 at least.
Notes: it doesn't happen if the above point 1 is not done. The double-click doesn't need to be "that" fast. The second click can be under around 1s.
Change History (3)
comment:1 Changed 14 years ago by
Status: | new → confirmed |
---|---|
Version: | 3.6.1 (SVN - trunk) → 3.0 |
comment:2 Changed 14 years ago by
comment:3 Changed 14 years ago by
Resolution: | → duplicate |
---|---|
Status: | confirmed → closed |
Yes looks like a DUP of #4533
If there is a selection somewhere, the "Hotclick" menu triggers on doubleclick (isn't there a CKEditor issue on this problem already? ;-))
AFAIK, if you detect dblclick events and preventDefault() where suitable, the nuisance should go away. I guess we should also consider not popping up the Hotclick menu if you double-click unselectable elements (assuming that the buttons are marked unselectable - right?)