Open Bug 607700 Opened 14 years ago Updated 2 years ago

element hides if I right-click on it and bring up the context-menu

Categories

(Firefox :: General, defect)

3.6 Branch
x86
Windows 7
defect

Tracking

()

UNCONFIRMED

People

(Reporter: mx9.8080, Unassigned)

References

()

Details

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Chrome/7.0.517.41 Safari/534.7
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.11) Gecko/20101012 Firefox/3.6.11

http://jsfiddle.net/RxrjX/
I have a div that is set to hide when the mouse leaves that div. However, if I right click on the div and bring up the context-menu, the div should stay visible because the right-menu is brought up in context to that div.
This is problematic because if you have a textbox in your div and you right click to paste something in the textbox, the div containing the textbox will hide once the mouse leaves the div to select paste from the right-click menu.
Chrome and IE8 do not have this problem.

Reproducible: Always

Steps to Reproduce:
1. Go to provided link.
2. Click on button to show menu div.
3. Right-click on the shown div and mouse over the context menu. The div will hide.
Actual Results:  
The div should not hide while the right-click menu is invoked because it could contain entries such as copy,paste to interact with the shown div.
Summary: element hides if I right-click on the it and bring up the context-menu → element hides if I right-click on it and bring up the context-menu
Version: unspecified → 3.6 Branch
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.