Closed
Bug 7085
Opened 25 years ago
Closed 25 years ago
Feature: Enhance XUL fragments to reference content within one file
Categories
(Core :: XUL, defect, P3)
Tracking
()
VERIFIED
WONTFIX
M10
People
(Reporter: cmanske, Assigned: hyatt)
Details
Here's some comments you sent to me concerning reusing a block of XUL within
the same file instead of always including a "chrome:" URL:
I'm thinking this should be a generic mechanism, and that the current XUL
fragment syntax could just be extended...
so that you could say...
<fragment id="paragraphFormat">
[the menu]
</fragment>
And do the merging by saying...
<menu name="Format">
<menu name="Paragraph Format" include="#paragraphFormat"/>
...
</menu>
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M8
Assignee | ||
Updated•25 years ago
|
Target Milestone: M8 → M9
Assignee | ||
Comment 1•25 years ago
|
||
Moving to M10.
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → WONTFIX
Assignee | ||
Comment 2•25 years ago
|
||
I'm not going to implement this. It isn't strictly necessary. It's just
convenient.
Updated•25 years ago
|
QA Contact: gerardok → ckritzer
Comment 3•25 years ago
|
||
Changing QA Contact to ckritzer@netscape.com
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 4•25 years ago
|
||
Marking VERIFIED WONTFIX per hyatt's comments
BULK MOVE: Changing component from XUL to XP Toolkit/Widgets: XUL. XUL
component will be deleted.
Component: XUL → XP Toolkit/Widgets: XUL
Component: XP Toolkit/Widgets: XUL → XUL
QA Contact: ckritzer → xptoolkit.widgets
You need to log in
before you can comment on or make changes to this bug.
Description
•