Closed
Bug 148495
Opened 23 years ago
Closed 23 years ago
Download manager shows an empty tooltip
Categories
(SeaMonkey :: Download & File Handling, defect)
SeaMonkey
Download & File Handling
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: kazhik, Assigned: bugzilla)
Details
Attachments
(1 file, 1 obsolete file)
1.89 KB,
patch
|
db48x
:
review+
jag+mozilla
:
superreview+
|
Details | Diff | Splinter Review |
If you close the toolbar on Download Manager and move the mouse pointer
over the closed toolbar, an empty tooltip appears.
Screenshot:
http://bugzilla.mozilla.gr.jp/showattachment.cgi?attach_id=794
Comment 1•23 years ago
|
||
Confirming it - build 200203106 - WinXP.
Comment 2•23 years ago
|
||
build 2002052421/LInux - see it too
Comment 3•23 years ago
|
||
Comment 4•23 years ago
|
||
Comment on attachment 89519 [details] [diff] [review]
fix
cool.
r=db48x
Attachment #89519 -
Flags: review+
Comment 5•23 years ago
|
||
Comment on attachment 89519 [details] [diff] [review]
fix
blake says sr=me on IRC.
Attachment #89519 -
Flags: superreview+
This patch is incorrect.
In downloadmanager.xul:
- <toolbarr id="download-toolbar" tbalign="stretch"
class="chromeclass-toolbar" persist="collapsed">
+ <toolbar id="download-toolbar" tbalign="stretch"
class="chromeclass-toolbar" persist="collapsed" grippytooltiptext="&dm.tooltip;"/>
you've closed the toolbar, then it's closed later, again:
Lines 124-125:
<toolbarbutton id="btn_showinshell" command="cmd_showinshell"/>
</toolbar>
I'll attach a new patch, can I get reviews on it?
Hardware: PC → All
Attachment #89519 -
Attachment is obsolete: true
Comment 8•23 years ago
|
||
Comment on attachment 90149 [details] [diff] [review]
Fix, again
/me sighs. such a silly thing to miss. r=db48x, again
Attachment #90149 -
Flags: review+
Comment 9•23 years ago
|
||
Comment on attachment 90149 [details] [diff] [review]
Fix, again
sr=jag
Attachment #90149 -
Flags: superreview+
Fixed on trunk.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Comment 11•22 years ago
|
||
vrfy'd fixed with 2002.09.19.08 comm trunk builds.
Status: RESOLVED → VERIFIED
Updated•22 years ago
|
Keywords: mozilla1.0.2
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•