Open
Bug 125162
Opened 24 years ago
Updated 4 years ago
<editor> is always top most element
Categories
(Toolkit :: UI Widgets, defect, P5)
Toolkit
UI Widgets
Tracking
()
NEW
People
(Reporter: tseng_mike, Unassigned)
References
Details
Continue from bug 34414 <editor> is always the top most element. So no element
can be layed/float on top of <editor>. An example usage is to emulate the
netscape 4 floating component bar.
Quote from bug 34414 that might outline the problem
------- Additional Comment #10 From Charles Manske 2000-07-05 18:17 -------
This bug has mutated a bit: Here's the current problem:
The XUL contains this structure:
<deck>
<editor/> // The main editor window
<textfield/> // the HTML Source editor
</deck>
The deck frame code "hides" each child by getting its view from the press shell
and setting the size to 0,0. But recent changes in the <editor> tag (probably
by hyatt?) are such that there is no view associated directly with the
<editor> outermost frame. Thus the deck code fails.
Temporary kludge is to wrap <editor> in a <stack>, which has a view.
I will keep this bug open so hyatt can investigate and make the proper fix,
but I'll check in the temporary <stack> fix so the feature doesn't block other
nsbeta2+ work, such as the chrome enabling/disabling (38875).
Updated•24 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 2•24 years ago
|
||
-->cmanske since he is doing some things with <editor> already
Assignee: kin → cmanske
Updated•19 years ago
|
QA Contact: sujay → editor
Comment 3•4 years ago
|
||
The bug assignee didn't login in Bugzilla in the last 7 months.
:hsinyi, could you have a look please?
For more information, please visit auto_nag documentation.
Assignee: cmanske → nobody
Flags: needinfo?(htsai)
Comment 4•4 years ago
|
||
<editor> is a custom element implemented in toolkit. So, not an editor's bug.
Severity: major → --
Component: DOM: Editor → XUL Widgets
Flags: needinfo?(htsai)
Product: Core → Toolkit
Comment 5•4 years ago
|
||
See bug 1591355. editor should really be moved to comm-central
Comment 6•4 years ago
|
||
Linking to the removal bug to close this out here when <editor> moves
You need to log in
before you can comment on or make changes to this bug.
Description
•