Closed
Bug 25104
Opened 25 years ago
Closed 25 years ago
Skinnable Common Dialogs
Categories
(SeaMonkey :: Passwords & Permissions, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: kevinyen, Assigned: bugs)
Details
(Keywords: regression, Whiteboard: [nsbeta2-][NEED INFO])
UI polish is the #4 beta priority, ahead of features, and based on feedback from
several people, we need to fix the input boxes on the two dialogues that ask for
key to the db.
Steve and I discussed this this morning. The fixes may be done already, but I'm
filing a bug for tracking this.
Basically, the fixes are:
1. On the dual input field dialog box that asks for the key: align and shorten
the input boxes
2. On the single input field box: short the input box.
thx,
kevin
Comment 1•25 years ago
|
||
None if this is possible with the current implementation of dialogs. All the
caller of the dialogs can do is specify the messages preceding the input boxes
and the number of input boxes. There is no control over the positioning and
widths of those boxes.
I could do an ad-hoc fix for the alignment problem by padding the message
preceding the first input box so that it is the same length as the second
message. That would cause the two input boxes to align. But it would be
language-dependent -- it wouldn't work in japanese. There is no fix, ad-hoc or
otherwise that I can make in the wallet/single-signon code to shorten the width
of the text fields.
Of more concern to me is the fact that the input boxes have up-arrow buttons on
the right end. These arrows are meaningless. But that too the caller has no
control over.
So any fix would involve a change in the dialog routines themselves.
Reassigning to Don since dialogs are in his team.
Assignee: morse → don
OK, Ben sez he has the time to fix this for Beta 1 ...
Assignee: don → ben
Target Milestone: M14
Comment 3•25 years ago
|
||
Somebody's been changing this in the past two days and the dialog is now
unacceptable (previously I would have classified this as a nuisance bug).
Here's what's regressed:
1. The "user name" label is now wrapping to two lines
2. The OK/Cancel buttons are being chopped off at the bottom
3. The text for the checkbox is supposed to say "Save these values". Instead it
is saying "check".
Items 1 and 2 are tidy-appearance items. Item 3 is an outright bug.
Summary: Fix the fields on the two dialogs that ask for database key → [regression] Fix the fields on the two dialogs that ask for database key
Updated•25 years ago
|
Keywords: regression
Summary: [regression] Fix the fields on the two dialogs that ask for database key → Fix the fields on the two dialogs that ask for database key
| Assignee | ||
Comment 4•25 years ago
|
||
M15 now...
Status: NEW → ASSIGNED
Summary: Fix the fields on the two dialogs that ask for database key → common dialogs with form fields require alignment fixes.
Target Milestone: M14 → M15
| Assignee | ||
Comment 5•25 years ago
|
||
this is just weird. the text fields are picking heights out of the air. evaughan
looked at this and was similarly confused.
can't really line things up nicely w/o a springgrid. pushing back...
Target Milestone: M15 → M17
| Assignee | ||
Comment 6•25 years ago
|
||
These dialogs are unskinnable and look absolutely awful. I should fix them for
beta2 so we don't look silly ;)
Comment 7•25 years ago
|
||
No longer a problem for wallet/ single-signon dialogs because the master
password functions (and hence these dialogs) have been removed -- they will be
handled by PSM with whatever UI PSM will be providing.
But I take it that this bug report is now dealing with more than just
wallet/single-signon's dialogs so I'll not close it out. But it is no longer an
issue for me.
PDT needs info, what else is left to be done here? Are other areas ok now too?
Whiteboard: [NEED INFO]
| Assignee | ||
Comment 11•25 years ago
|
||
fixed.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•