Closed
Bug 76158
Opened 24 years ago
Closed 24 years ago
refactor nsWidgetStateManager to handle non-iframe-based page sets
Categories
(Core :: XUL, defect)
Core
XUL
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: hewitt, Assigned: hewitt)
Details
I need this for the new wizard bindings. I want to leverage
nsWidgetStateManager, but since new wizards don't use iframes I need to adapt
nsWSM to work within a single page.
I've already written the code, I'll submit a patch after I test it a bit more.
Assignee | ||
Comment 1•24 years ago
|
||
About 2 minutes after filing this bug I realized I don't really need
nsWidgetStateManager for the wizards code. Since all the elements are in one
document, they never go away, and I don't need to persist their values in a
nsWSM. However, I'll post my page for this bug anyway since it could come in
handy for some cases.
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•24 years ago
|
||
nevermind
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•