Open
Bug 238280
Opened 22 years ago
Updated 5 years ago
some HTML objects are hardly editable, bacause GUI misplaces their corners...
Categories
(Core :: DOM: Editor, defect, P5)
Tracking
()
NEW
People
(Reporter: andre.deyk, Unassigned)
References
(
URL
)
Details
(Keywords: testcase)
Attachments
(1 file, 1 obsolete file)
|
478 bytes,
text/html
|
Details |
User-Agent: PPC 8/b10 (Amiga NT7; U) [en]
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040113
please edit the example file I provided , template_01_DivX_mod.html
try to edit/move "composer" , "Custom1" or other of the "table"/box items.
the points that should allow to grab/move the object are way off.
Reproducible: Always
Steps to Reproduce:
1.edit attached template_01_DivX_mod.html with composer
2."composer" , "Custom1" or other of the "table"/box items. (in the HTML file)
Actual Results:
placeholders corner markers were way off, and changed position after some
moving, but still were badly misplaced.
Expected Results:
(you will know when you see the problem)
| Reporter | ||
Comment 1•22 years ago
|
||
Comment 2•22 years ago
|
||
the problem is that the grippies for a positioned div inside another positioned
div are placed as if the position should be relative to the page (or however it
is explained that thing)
simpler test case:
<div style="border: 1px solid blue; width: 108px; top: 100px; left: 200px;
position: absolute;">x:200 y:100
<div style="border: 1px solid red; top: 125px; left: 150px; width: 171px;
position: absolute;">x:150 y:125 put cursor here
</div>
</div>
Confirming (1.7b wXP) and moving to Editor:core
Assignee: composer → mozeditor
Status: UNCONFIRMED → NEW
Component: Editor: Composer → Editor: Core
Ever confirmed: true
Keywords: testcase
QA Contact: bugzilla
Comment 3•22 years ago
|
||
load this attachment and press Ctrl+E
Attachment #144509 -
Attachment is obsolete: true
Updated•19 years ago
|
QA Contact: bugzilla → editor
Updated•19 years ago
|
Assignee: mozeditor → nobody
Comment 4•5 years ago
|
||
Bulk-downgrade of unassigned, untouched DOM/Storage bug's priority.
If you have reason to believe, this is wrong, please write a comment and ni :jstutte.
Severity: normal → S4
Priority: -- → P5
You need to log in
before you can comment on or make changes to this bug.
Description
•