Closed
Bug 187026
Opened 23 years ago
Closed 20 years ago
<pre> in one iframe confuses context menus placement of other iframe
Categories
(Core :: Layout: Images, Video, and HTML Frames, defect, P4)
Tracking
()
RESOLVED
WORKSFORME
Future
People
(Reporter: bwucke+bug, Unassigned)
References
()
Details
(Keywords: testcase)
Attachments
(1 file)
|
587 bytes,
application/x-gzip
|
Details |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3a) Gecko/20021212
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3a) Gecko/20021212
On a page with two iframes, one above the other, like in the testcase, if the
first iframe contains a <pre>...</pre> tag, right-clicking on items of the
second iframe causes the context menu connected with them to appear far away
from the mouse cursor and the items.
Reproducible: Always
Steps to Reproduce:
1. Follow the URL (
http://wolf.solutions.net.pl/bug/iframes_pre_bug/bugfset.html ). Alternatively
download and unpack the testcase (will attach in a moment)
2. Make sure the browser window displays at least most of both frames. The
effect doesn't appear when the upper frame is not visible.
3. Right click on the "A random link"
Actual Results:
Context menu appears somewhere around the middle of the first iframe.
Expected Results:
Context menu appears with first item under mouse cursor (just above the link)
| Reporter | ||
Comment 1•23 years ago
|
||
Comment 2•23 years ago
|
||
I have the same problem on PC-Win32 (Build ID: 2002121215). Don't know if it's
about PRE tags, but right-click menu appears in another IFRAME too (In a
document with many IFRAMES, appears on the first of them). An URL where it
happens is http://www.k10k.net
Comment 3•23 years ago
|
||
PC-Win32 : Windows 98
Comment 4•23 years ago
|
||
Can confirm this problem here with build 2002121215, Win2000:
A page with only one IFRAME in it. Single right click in the IFRAME should open
the context menu at a position (dx,dy) relative to the top left of the IFRAME,
but the context menu appears at (dx,dy) relative to the top left of the whole page.
Updated•23 years ago
|
Priority: -- → P4
Target Milestone: --- → Future
Comment 5•21 years ago
|
||
Is this still an issue?
Comment 6•20 years ago
|
||
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20051006
Firefox/1.6a1 ID:2005100617
This works for me on Windows, but could still be an issue on Linux. Please
reopen if it's reproducible in the latest trunk builds.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → WORKSFORME
Updated•8 years ago
|
Product: Core → Core Graveyard
Updated•8 years ago
|
Component: Layout: HTML Frames → Layout: Images
Product: Core Graveyard → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•