Closed
Bug 290304
Opened 20 years ago
Closed 20 years ago
Wrong cursor position on absolute positioned iframe when it hoovers over another iframe
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: nicolai.petersen, Unassigned)
Details
(Keywords: testcase)
Attachments
(2 files)
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; i-NavFourF; .NET CLR 1.1.4322; .NET CLR 1.0.3705) Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040616 If an iframe is positioned above another iframe, then the mouse coordinates returned to javascript will become invalid (event.clientY, event.clientX). Futher, the Mozilla context menu of the page will be placed at this incorrect location. Reproducible: Always Steps to Reproduce: 1. Move cursor above hoovering iframe. 2. Right click mouse. Actual Results: The context menu will be placed improperly on the screen, and the event returned to javascript will contain the wrong coordinates too. Expected Results: Returned the coordinates of the mouse cursor. This issue affects ALL versions of the Mozilla 1.7 branch (including FireFox 1.0.x).
| Reporter | ||
Comment 1•20 years ago
|
||
Try to right click in the green field.
Comment 2•20 years ago
|
||
This bug is not a bug in the Bugzilla Bug Tracking Software.
Assignee: myk → general
Component: User Interface → General
Product: Bugzilla → Mozilla Application Suite
QA Contact: default-qa → general
| Reporter | ||
Comment 3•20 years ago
|
||
Comment 4•20 years ago
|
||
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8b2) Gecko/20050414 Firefox/1.0+ Testcase right click menu is in the correct position for me. Nicolai, can you check your testcase with the latest nightly (beta) build and if the issue is no longer present, mark this bug Resolved WorksForMe. Thanks! http://ftp.uni-erlangen.de/pub/mozilla.org/firefox/nightly/latest-trunk/
Keywords: testcase
WFM with Mozilla 1.8b1 and the attached testcase, but I can reproduce this bug with Mozilla 1.7.7RC/Firefox1.0.2.
| Reporter | ||
Comment 6•20 years ago
|
||
(In reply to comment #4) > Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8b2) Gecko/20050414 > Firefox/1.0+ > Testcase right click menu is in the correct position for me. > Nicolai, can you check your testcase with the latest nightly (beta) build and if > the issue is no longer present, mark this bug Resolved WorksForMe. Thanks! > http://ftp.uni-erlangen.de/pub/mozilla.org/firefox/nightly/latest-trunk/ Dear Sir, I don't no why, but my first comment on your feedback wasn't published. Neither was the modification of the version tag. In response to your observation: The issue is only present in the 1.7.x branch (this includes Firefox 1.0.x).
Version: unspecified → 1.7 Branch
Comment 7•20 years ago
|
||
We're not going to change event dispatch on branch, unless a security exploit is involved.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•