Closed
Bug 205528
Opened 22 years ago
Closed 21 years ago
Inserting element produces correct HTML, but incorrect display
Categories
(Core :: Layout: Block and Inline, defect)
Core
Layout: Block and Inline
Tracking
()
RESOLVED
DUPLICATE
of bug 141019
People
(Reporter: KaiE, Assigned: KaiE)
References
Details
(Keywords: topembed+, Whiteboard: editorbase edt_x3)
Attachments
(1 file)
(deleted),
text/html
|
Details |
- open the attached HTML file in the editor.
- use cursor keys and go to end of document
- click "bullet list" toolbar icon
Actual behaviour:
Caret moves to a different position, it moves to the top of the document.
The bullet list is not shown at cursor position, but at the top of the document.
Expected behaviour:
Bullet list should get created and displaed at caret position.
Interesting additional observation:
After save and reopen, the bullet list is no longer shown at the top of the
document, but at the originally expected position!
Assignee | ||
Comment 1•22 years ago
|
||
Assignee | ||
Comment 2•22 years ago
|
||
-> me
Assignee | ||
Comment 3•22 years ago
|
||
I'm unsure where I should search for the bug.
The point is:
- the same (incorrect) HTML file produces differet visual rendering
- when the (incorrect) HTML files is loaded from file,
it gets displayed correctly
- when the (incorrect) HTML file is created dynamically by the editor,
it gets displayed incorrectly
Assignee | ||
Comment 4•22 years ago
|
||
The bug is not dependent on "bulleted list".
If you insert a HR, you see the same behaviour. Displayed at the incorrect
location, HTML source looks ok, and save-close-load make the display look ok, too.
Assignee | ||
Comment 5•22 years ago
|
||
Johnny, Peter, do you have ideas, what "variable/data structure" in content
could be responsible for the different display?
Any ideas for debugging, tracing to learn more would help me a lot.
Assignee | ||
Updated•22 years ago
|
Summary: Bullet List command produces correct HTML, but incorrect display → Inserting element produces correct HTML, but incorrect display
Comment 6•22 years ago
|
||
This is the same old "block in inline" problem. Kin knows a lot about this
layout code, I think.
Component: Editor: Core → Layout: Block & Inline
Assignee | ||
Comment 7•22 years ago
|
||
Kin, any knowledge you have for us is appreciated.
Assignee | ||
Comment 8•22 years ago
|
||
I'm not sure whether this bug is a dupe of bug 141019, but the patch in bug
141019 fixes this problem, I just tested it.
Depends on: 141019
Assignee | ||
Comment 10•21 years ago
|
||
*** This bug has been marked as a duplicate of 141019 ***
You need to log in
before you can comment on or make changes to this bug.
Description
•