Closed
Bug 275634
Opened 20 years ago
Closed 16 years ago
Tooltip is absent in print preview window.
Categories
(Core :: Print Preview, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: leon.sha, Unassigned)
Details
Attachments
(2 files)
|
3.44 KB,
patch
|
Details | Diff | Splinter Review | |
|
3.41 KB,
patch
|
Details | Diff | Splinter Review |
1.Open mozilla. 2.Load a web page and select 'File->Print Preview' Observation: Tooltip is absent in the page preview window for the buttons '>|', '>', '<', '|<' and 'Close'. Note:This is true for Address Book and Mail also.
(In reply to comment #2) > Created an attachment (id=171468) [edit] > patch attached for review > This is only for firefox. How about mozilla?
Comment 5•20 years ago
|
||
Comment on attachment 171468 [details] [diff] [review] patch attached for review To whomever writes a Suite version of this patch: >+<!ENTITY print.tooltip "Print File"> >+<!ENTITY pageSetup.tooltip "Review of Pages"> >+<!ENTITY close.tooltip "Close Preview Window"> I don't know what the FireFox developers will want but for the Suite I would have thought that labelled toolbarbuttons don't need tooltips. >+<!ENTITY home-arrow.tooltip "First Page"> >+<!ENTITY left-arrow.tooltip "Prevoius Page"> >+<!ENTITY right-arrow.tooltip "Next Page"> >+<!ENTITY end-arrow.tooltip "Last Page"> We normally use interCaps style (homeArrow.tooltip etc.) for entity names. Also you've got a typo: "Prevoius" should be "Previous" ;-) >- <xul:toolbarbutton class="home-arrow" >+ <xul:toolbarbutton class="home-arrow" tooltiptext="&home-arrow.tooltip;" > oncommand="parentNode.navigate(0, 0, 'home');"/> The suite version has two class names in the class attribute. This means that you'll need to put the tooltiptext attribute on its own line to prevent the line from getting too long.
Updated•20 years ago
|
Assignee: printing → rganesan
Comment 7•20 years ago
|
||
Ganesh, what's the status here?
Comment 8•19 years ago
|
||
(In reply to comment #7) > Ganesh, what's the status here? it would seem Ganesh is no longer at Novel (mail bounces). bug needs a new champion. Is this a seamonkey-only bug? It doesn't work on SM trunk (windows) but does work in FF nightly.
Assignee: rganesan → printing
I can not see this bug on firefox now. So resolve this bug.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•