Closed
Bug 131330
Opened 23 years ago
Closed 23 years ago
<wizard/> : Need a way to set background images in header box per wizardpage
Categories
(Core :: XUL, defect)
Tracking
()
VERIFIED
FIXED
mozilla1.0
People
(Reporter: racham, Assigned: racham)
Details
(Whiteboard: [adt1])
Attachments
(1 file)
|
652 bytes,
patch
|
racham
:
review+
sspitzer
:
superreview+
asa
:
approval+
|
Details | Diff | Splinter Review |
Today, when we set a image as a background for wizard-header-box-1, it spans
overall wizard pages as it is a property of wizard itself. I am wondering if
there is a way to take option of setting a background image per wizard as we
wish. One can set simply set the label where background image is not needed.
This will be useful for ISPs as they try to brand each of wizard pages.
Activation will need this as we try to customize each page. If there is already
a way to do this, please add the description in here and close this as
invalid. thanks.
Comment 2•23 years ago
|
||
nsbeta1+/adt1 per Nav triage team.
Comment 3•23 years ago
|
||
-> racham, I showed him how to fix this and he is working on it for activation
Assignee: hewitt → racham
This patch allows us to distingusih the pages by pageid and thus facilitating
style rules to be applied appropriately.
Seth & Hewitt,
Reviews please ? Thanks.
Status: NEW → ASSIGNED
Comment 6•23 years ago
|
||
Comment on attachment 79050 [details] [diff] [review]
patch
sr=sspitzer
Attachment #79050 -
Flags: superreview+
Comment 7•23 years ago
|
||
Comment on attachment 79050 [details] [diff] [review]
patch
sr=sspitzer
please add a comment to the code, indicating why setting this attribute is
useful.
Added comments :
// Setting this attribute allows wizard's clients to dynamically
// change the styles of each page based on purpose of the page.
Blake,
Can you review the patch ? thanks.
bhuvan
Comment 10•23 years ago
|
||
Comment on attachment 79050 [details] [diff] [review]
patch
I was about to just review this but I find that it seems like looking at the
wizard js code as a whole that something seems missing. Where in the wizard
can you "get" this currentpageid ? is it purely just so you have a hook into
css for selection? Should there be a <property> tag as well?
Comment 11•23 years ago
|
||
Comment on attachment 79050 [details] [diff] [review]
patch
r=andreww after talking to bhuvan
| Assignee | ||
Comment 12•23 years ago
|
||
landed on the trunk.
Comment 13•23 years ago
|
||
Grace or Ninoschka, please test this on the trunk and update the bug with the
results. Talk to Bhuvan about what needs to be tested.
Keywords: adt1.0.0
Comment 14•23 years ago
|
||
Netscape banner is showing (in both Modern and Classic theme) during Activation,
both Registration and Downstream (at least on attempts to create new Webmail
Account and new IM name)
looks great
| Assignee | ||
Comment 15•23 years ago
|
||
Attachment #79050 -
Flags: review+
Comment 16•23 years ago
|
||
adding adt1.0.0+. Please check this into the branch as soon as possible and add
the fixed1.0.0 keyword.
Comment 17•23 years ago
|
||
Comment on attachment 79050 [details] [diff] [review]
patch
a=asa (on behalf of drivers) for checkin to the 1.0 branch
Attachment #79050 -
Flags: approval+
| Assignee | ||
Comment 18•23 years ago
|
||
Fixed.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Comment 20•23 years ago
|
||
Bhuvan, was this checked into the branch also? If so, please add the fixed1.0.0
keyword.
| Assignee | ||
Comment 21•23 years ago
|
||
Fixed both on branch and trunk. Sorry, missed adding keyword. Added fixed1.0.0 now.
Keywords: fixed1.0.0
Component: XP Toolkit/Widgets: XUL → XUL
QA Contact: shrir → xptoolkit.widgets
You need to log in
before you can comment on or make changes to this bug.
Description
•