Closed
Bug 224500
Opened 22 years ago
Closed 22 years ago
Some Customize Headers dialog clean up
Categories
(SeaMonkey :: MailNews: Message Display, defect)
SeaMonkey
MailNews: Message Display
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Stefan.Borggraefe, Assigned: Stefan.Borggraefe)
Details
(Keywords: access)
Attachments
(1 file, 2 obsolete files)
5.99 KB,
patch
|
neil
:
review+
Bienvenu
:
superreview+
|
Details | Diff | Splinter Review |
The Customize Headers dialog is currently cut off when you are using larger
fonts. With my configuration the Ok and Cancel buttons of the dialog are not
reachable. I fixed this bug. While I was at it I also
- added accesskeys to the dialog
- converted it to <dialog>
- made the dialog resizable. Until now this dialog remembered its size, but
wasn't resizable.
Patch follows...
![]() |
Assignee | |
Comment 1•22 years ago
|
||
![]() |
Assignee | |
Updated•22 years ago
|
Attachment #134671 -
Flags: review?(neil.parkwaycc.co.uk)
Comment 2•22 years ago
|
||
Comment on attachment 134671 [details] [diff] [review]
Patch
This window needs extensive conversion if you really want to make it a
dialog... just fix the resizing for now.
![]() |
Assignee | |
Comment 3•22 years ago
|
||
Removed the conversion from window to dialog.
Attachment #134671 -
Attachment is obsolete: true
![]() |
Assignee | |
Updated•22 years ago
|
Attachment #134671 -
Flags: review?(neil.parkwaycc.co.uk)
![]() |
Assignee | |
Updated•22 years ago
|
Attachment #134902 -
Flags: review?(neil.parkwaycc.co.uk)
Comment 4•22 years ago
|
||
Comment on attachment 134902 [details] [diff] [review]
New Patch
>+ <label accesskey="&newMsgHeader.accesskey;" control="headerInput">&newMsgHeader.label;</label>
Change this to use value= so that you can see the access key :-)
>+ window.openDialog('chrome://messenger/content/CustomHeaders.xul', "", 'modal,centerscreen,resizable,titlebar,chrome', null);
The centerscreen appears to override the persist="screenX screenY"
![]() |
Assignee | |
Comment 5•22 years ago
|
||
Fixed the <label>. The centerscreen flag and screenX/screenY-persistence work
together like they should (Neil and I tested this again).
Attachment #134902 -
Attachment is obsolete: true
![]() |
Assignee | |
Updated•22 years ago
|
Attachment #134902 -
Flags: review?(neil.parkwaycc.co.uk)
![]() |
Assignee | |
Updated•22 years ago
|
Attachment #135323 -
Flags: superreview?(bienvenu)
Attachment #135323 -
Flags: review?(neil.parkwaycc.co.uk)
Updated•22 years ago
|
Attachment #135323 -
Flags: review?(neil.parkwaycc.co.uk) → review+
![]() |
||
Updated•22 years ago
|
Attachment #135323 -
Flags: superreview?(bienvenu) → superreview+
![]() |
Assignee | |
Comment 6•22 years ago
|
||
Checked in by timeless. Marking FIXED.
Status: NEW → RESOLVED
Closed: 22 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
•