Closed
Bug 209550
Opened 22 years ago
Closed 19 years ago
bad position when use <statusbar/> inside <wizard/>
Categories
(Core :: XUL, defect)
Core
XUL
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: afatecha, Assigned: afatecha)
References
Details
(Keywords: testcase, Whiteboard: [testcase,patch])
Attachments
(3 files)
592 bytes,
application/vnd.mozilla.xul+xml
|
Details | |
1.52 KB,
patch
|
neil
:
review+
jag+mozilla
:
superreview+
|
Details | Diff | Splinter Review |
1.11 KB,
patch
|
mconnor
:
review-
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20021130
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20021130
wizard doesn't inserts anything under buttons-box (ok, cancel, etc), but
statusbar must be in window's bottom place.
Reproducible: Always
Steps to Reproduce:
1.open test-case
2.see where <statusbar> is placed
Actual Results:
<statusbar> is placed over buttons-box
Expected Results:
<statusbar> must be placed under buttons-box
I'll post patch for this bug.
Assignee | ||
Comment 1•22 years ago
|
||
must be runned from chrome.
Assignee | ||
Comment 2•22 years ago
|
||
posted patch. ;)
Comment 3•22 years ago
|
||
*** Bug 209552 has been marked as a duplicate of this bug. ***
Assignee | ||
Updated•22 years ago
|
Attachment #125748 -
Flags: review?(varga)
Assignee | ||
Comment 4•22 years ago
|
||
cc-spam ;)
Summary: bad position when use <statusbar/> inside <wizard/> → bad position when use <statusbar/> inside <wizard/>
Updated•22 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 5•22 years ago
|
||
I wonder if it is actually a good idea to use <statusbar> in <wizard>
Assignee | ||
Comment 6•22 years ago
|
||
I found that good for feedback about small things.
Assignee: hyatt → afatecha
Updated•22 years ago
|
Attachment #125748 -
Flags: review?(varga)
Comment 7•22 years ago
|
||
You need to talk to other people then, because I'm not sure if this is right
thing to do.
Assignee | ||
Comment 8•22 years ago
|
||
I think <statusbar> must be in bottom of window (or have the change to do it at
least).
No matter if is good looking or not.
Jan, please let know if this bug is to right place to talk about or I would have
to write in news.
Assignee | ||
Updated•22 years ago
|
Attachment #125748 -
Flags: review?(neil.parkwaycc.co.uk)
Comment 9•22 years ago
|
||
Comment on attachment 125748 [details] [diff] [review]
patch for this
Waiting for a definitive ruling.
Attachment #125748 -
Flags: superreview?(jaggernaut)
Updated•22 years ago
|
Attachment #125747 -
Attachment mime type: text/plain → application/vnd.mozilla.xul+xml
Comment 10•22 years ago
|
||
This change seems okay to me, I don't think many people are going to use
<statusbar> in <wizard>, and those who are will most likely want it below the
buttons, not above. Hmmm, what if someone puts a <statusbar> in a <wizardpage>,
does that get pulled down to the bottom by this change too?
Assignee | ||
Comment 11•22 years ago
|
||
no, because <children> only look for inside one level, it doesn't pulled down
too, I had tested.
Comment 12•22 years ago
|
||
If that's the case, this seems fine to me, too (not that it really matters, but
I like to hear myself talk).
Comment 13•22 years ago
|
||
Comment on attachment 125748 [details] [diff] [review]
patch for this
Whoever checks this in should remove the trailing w/s.
Attachment #125748 -
Flags: review?(neil.parkwaycc.co.uk) → review+
Comment 14•21 years ago
|
||
Comment on attachment 125748 [details] [diff] [review]
patch for this
sr=jag
Attachment #125748 -
Flags: superreview?(jag) → superreview+
Assignee | ||
Comment 15•21 years ago
|
||
Neil, can you commit in cvs this? because I can't do it.
Comment 16•21 years ago
|
||
Fix checked in.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Comment 17•19 years ago
|
||
It appears that this patch never made it into Firefox.
Assignee | ||
Comment 18•19 years ago
|
||
(In reply to comment #17)
> It appears that this patch never made it into Firefox.
true. Neil, can you commit this for Firefox?
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 19•19 years ago
|
||
(In reply to comment #18)
>Neil, can you commit this for Firefox?
I think it would need separate Firefox review.
Assignee | ||
Comment 20•19 years ago
|
||
I agree. I will add a new patch for review.
Status: REOPENED → ASSIGNED
Assignee | ||
Comment 21•19 years ago
|
||
Attachment #213892 -
Flags: review?(neil)
Updated•19 years ago
|
Attachment #213892 -
Flags: review?(neil) → review?(beltzner)
Comment 22•19 years ago
|
||
Comment on attachment 213892 [details] [diff] [review]
Patch for firefox
When merging the toolkit bindings was brought up, we said no to this. If you want to add something oddball like a statusbar to a wizard, you can just extend the wizard bindings to include it in your own code.
Attachment #213892 -
Flags: review?(beltzner) → review-
Assignee | ||
Comment 23•19 years ago
|
||
ok, no for Firefox.
Status: ASSIGNED → RESOLVED
Closed: 21 years ago → 19 years ago
Resolution: --- → WONTFIX
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
•