Closed
Bug 194602
Opened 23 years ago
Closed 23 years ago
Clean up print preview toolbar
Categories
(Core :: Print Preview, defect)
Core
Print Preview
Tracking
()
RESOLVED
FIXED
People
(Reporter: piers, Assigned: piers)
Details
(Keywords: access)
Attachments
(1 file, 4 obsolete files)
|
5.81 KB,
patch
|
neil
:
review+
kinmoz
:
superreview+
|
Details | Diff | Splinter Review |
Print preview bar needs some cosmetic love.
This patch addresses the following issues with the print preview toolbar:
1. Make the seperators visible in modern;
2. Remove the extra seperator before close;
3. Add accesskeys and tooltips where relevant;
4. Make it so it is easy to add/remove items from the toolbar in future -- at
the moment there has to be exactly the right amount of elements for stuff to
work!
cc'ing rods@netscpae for printing and aaronl@netscape for access.
Note: the toolbar has fewer items on platforms that we don't support printing on
(just unix maybe?) -- you can simulate it on other platforms by changing on line
213:
if (!canPrint)
to
if (canPrint)
Comment on attachment 115320 [details] [diff] [review]
Clean up print preview toolbar
it's an improvement, but there are still 10 other bugs that could be fixed
eventually, please :)
Attachment #115320 -
Flags: superreview?(kin)
Attachment #115320 -
Flags: review+
Comment on attachment 115320 [details] [diff] [review]
Clean up print preview toolbar
oh whoops. don't give anonymous content id's and don't use getElementById.
sorry
Attachment #115320 -
Flags: superreview?(kin)
Attachment #115320 -
Flags: review-
Attachment #115320 -
Flags: review+
Ok, i obviously didn't know how to do this right then. I don't know how you would
not give stuff id's and still have accesskeys because you need a controlid.
Marking wontfix (bugs can be opened for specific stuff later if other people want)
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → WONTFIX
Take 2.... :)
Attachment #115320 -
Attachment is obsolete: true
Lets see if this is better... :)
Status: RESOLVED → REOPENED
Resolution: WONTFIX → ---
Attachment #115419 -
Flags: review?(timeless)
Attachment #115419 -
Flags: superreview?(kin)
Attachment #115419 -
Flags: review?(timeless)
Attachment #115419 -
Flags: review+
Little mistake.
Attachment #115419 -
Attachment is obsolete: true
Attachment #115517 -
Flags: superreview?(kin)
Attachment #115419 -
Flags: superreview?(kin)
Comment 10•23 years ago
|
||
Comment on attachment 115517 [details] [diff] [review]
Clean up print preview toolbar v2.1
Looks ok to me. sr=kin@netscape.com
Does whoever owns the print UI in mozilla need to look this over?
Attachment #115517 -
Flags: superreview?(kin) → superreview+
| Assignee | ||
Comment 11•23 years ago
|
||
Attachment #115517 -
Attachment is obsolete: true
| Assignee | ||
Comment 12•23 years ago
|
||
Attachment #115623 -
Attachment is obsolete: true
Updated•23 years ago
|
Attachment #115625 -
Attachment description: Clean up print preview toolbar v2.3 → Clean up print preview toolbar v2.3
Attachment #115625 -
Flags: review+
| Assignee | ||
Comment 13•23 years ago
|
||
Comment on attachment 115625 [details] [diff] [review]
Clean up print preview toolbar v2.3
Neil wanted to change "childNodes[2]" (etc) to be firstChild/LastChild to
follow the surrounding code. Also fixed the title of the custom prompt (which
never worked before).
Attachment #115625 -
Flags: superreview?(kin)
Comment 14•23 years ago
|
||
Comment on attachment 115625 [details] [diff] [review]
Clean up print preview toolbar v2.3
sr=kin@netscape.com
Attachment #115625 -
Flags: superreview?(kin) → superreview+
Comment 15•23 years ago
|
||
Checking in xpfe/communicator/resources/content/printPreviewBindings.xml;
/cvsroot/mozilla/xpfe/communicator/resources/content/printPreviewBindings.xml,v
<-- printPreviewBindings.xml
new revision: 1.17; previous revision: 1.16
done
Checking in xpfe/communicator/resources/locale/en-US/printPreview.dtd;
/cvsroot/mozilla/xpfe/communicator/resources/locale/en-US/printPreview.dtd,v
<-- printPreview.dtd
new revision: 1.4; previous revision: 1.3
done
Status: REOPENED → RESOLVED
Closed: 23 years ago → 23 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•