Closed
Bug 246036
Opened 21 years ago
Closed 13 years ago
Since release 1.7 it isn't possible to move a text-layer away from an image-layer
Categories
(SeaMonkey :: Composer, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: info, Unassigned)
References
()
Details
(Keywords: regression, testcase)
Attachments
(1 file)
899 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.7) Gecko/20040608
Build Identifier: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.7) Gecko/20040608
Have you a fixed positioned object (e.g. clipart) und you want to create a
second fixed positioned text-object about this clipart, you can't correct the
position with the mouse. The gripper disappears.
Reproducible: Always
Steps to Reproduce:
1.Edit http://www.mv-harmonie-reilingen.de
2.Click on "Aktuelle Änderungen"
3.The text-box appears, but it can't be moved.
Actual Results:
I inlarged the frame.
Expected Results:
The "gripper device" must be shown, like release 1.5 or 1.6
Comment 1•21 years ago
|
||
Please try to create a reduced testcase whenever you can.
New steps to reproduce:
1) Paste the following code into the body node (between <body> and </body> in
HTML source editing mode)
<img src="http://www.mozilla.org/images/mlogo.gif" style="width: 209px; height:
99px; position: absolute; top: 100px; left: 100px;" alt="">
<div style="position: absolute; top: 151px; height: 100px; left: 149px; width:
300px;">This div element is abs. positioned</div>
of a new blank Composer page. Notice that none of the [DHTML layer] positioning
grippy are viewable, visible when selecting the img or div in Normal or HTML
tags editing mode. Except if you right-click the img.
2) Save the file under a name and close the file
3) Reopen the file
4) Click on the div or on the img in either Normal or HTML tags
In your webpage and code, there is an abs. pos. image which is behind the abs.
pos. div:
<img src="Grafiken/hinweistafel.gif" alt="" style="position: absolute; z-index:
0; top: 218px; left: 558px;"
and its stacking level is 0. I can see a slice of the positioning grippy of the
div. The problem involves overlapping DHMTL layers.
CONFIRMING
Reduced testcase created from the code coming up
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 2•21 years ago
|
||
Load this webpage and then Edit Page (Ctrl+E) in Composer.
Updated•20 years ago
|
Product: Browser → Seamonkey
Comment 3•17 years ago
|
||
MozillaAS v1.7.x is not supported anymore.
Can you reproduce with SeaMonkey v1.1.9 ?
WFM on attached testcase, both elements can be dragged without problems
User agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/16.0 Firefox/16.0 SeaMonkey/2.13a1
Build identifier: 20120712003002
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•