Closed
Bug 263599
Opened 20 years ago
Closed 20 years ago
Status bar reappears after Print Preview even if it was hidden before
Categories
(Firefox :: Toolbars and Customization, defect)
Firefox
Toolbars and Customization
Tracking
()
RESOLVED
FIXED
Firefox1.5
People
(Reporter: Stefan.Borggraefe, Assigned: jcginn)
References
Details
(Keywords: regression)
Attachments
(1 file, 2 obsolete files)
1.94 KB,
patch
|
mconnor
:
review+
asa
:
approval-aviary1.1a1+
|
Details | Diff | Splinter Review |
Steps to reproduce:
1. Ensure "View|Status Bar" is not checked, so the Status Bar is hidden.
2. Open a web page
3. Select "File|Print Preview"
4. Press the "Close" button
Result:
The Status Bar isn't hidden anymore.
Expected Result:
The Status Bar should still be hidden.
This is a regression from bug 259005. Tested with Linux Gtk2 branch build 20041008.
Sorry, this is my fault. I know how to fix this, expect a patch tonight.
This patch makes sure we check to see if the statusbar is already hidden and we
will not unhide it if it is. This follows the same approach as the findbar and
the sidebar.
Attachment #161637 -
Flags: review?(bugs)
This is a slightly cleaned up patch and also fixes Bug 257178.
Attachment #161637 -
Attachment is obsolete: true
Attachment #161637 -
Flags: review?(bugs)
Attachment #161982 -
Flags: review?(bugs)
We should also disable the context menu on print previewed pages (try selecting
reload while in print preview to see what I mean). I have fooled around with
this and I can't seem to get the menu to stay disabled. If someone can show me a
good way to disable the context menu, I can add it to the attached patch and
hopefully get it into 1.0. This would fix just about every obvious non-theme
related UI quirk in print preview that I am aware of.
Reporter | ||
Comment 5•20 years ago
|
||
(In reply to comment #4)
> We should also disable the context menu on print previewed pages (try selecting
> reload while in print preview to see what I mean). I have fooled around with
> this and I can't seem to get the menu to stay disabled. If someone can show me a
> good way to disable the context menu, I can add it to the attached patch and
> hopefully get it into 1.0. This would fix just about every obvious non-theme
> related UI quirk in print preview that I am aware of.
Perhaps bug 245024 and bug 245751 need to be merged into the aviary branch?
Thanks Stefan, I made a comment in the bug to see if the devs want it ported
over the branch. The patch looks like it should fix the problem I mentioned, but
I am not especially familar with the mozilla cpp code, so someone else will have
to make the call.
Comment 7•20 years ago
|
||
I think it is probably to late for this in 1.0
Flags: blocking-aviary1.0? → blocking-aviary1.0-
Chris, this is a low risk patch that fixes two bugs. If Ben is too busy, is
there anyone else I can ask for a quick review?
Comment on attachment 161982 [details] [diff] [review]
also fix 257178
Switching review request to Mike (he reviewed the previous patch). Although I
hope that this still might make aviary, the patch should apply to the trunk
fine.
Attachment #161982 -
Flags: review?(bugs) → review?(mconnor)
Assignee | ||
Comment 10•20 years ago
|
||
I ported the fix to the trunk and can verify that it hides the statusbar and
browser messages (Bug 257178) properly in print preview.
Mike, would you mind reviewing this, or should I ask someone else?
Attachment #161982 -
Attachment is obsolete: true
Attachment #174828 -
Flags: review?(mconnor)
Attachment #161982 -
Flags: review?(mconnor)
Updated•20 years ago
|
Attachment #174828 -
Flags: review?(mconnor) → review+
Assignee | ||
Comment 11•20 years ago
|
||
Thanks a lot for the quick review.
Is this patch ready to land?
Attachment #174828 -
Flags: approval-aviary1.1a?
Comment 12•20 years ago
|
||
Comment on attachment 174828 [details] [diff] [review]
port fix to trunk
a=asa
Attachment #174828 -
Flags: approval-aviary1.1a? → approval-aviary1.1a+
Assignee | ||
Comment 13•20 years ago
|
||
Now that it has approval, can someone with CVS access please check this in?
Updated•20 years ago
|
Whiteboard: [checkin needed] → [checkin needed][a+]
Comment 14•20 years ago
|
||
Checking in mozilla/browser/base/content/browser.js;
/cvsroot/mozilla/browser/base/content/browser.js,v <-- browser.js
new revision: 1.418; previous revision: 1.417
done
Status: NEW → RESOLVED
Closed: 20 years ago
Flags: blocking-aviary1.1?
Resolution: --- → FIXED
Whiteboard: [checkin needed][a+]
Target Milestone: --- → Firefox1.1
Comment 15•19 years ago
|
||
*** Bug 318005 has been marked as a duplicate of this bug. ***
Updated•18 years ago
|
QA Contact: bugzilla → toolbars
You need to log in
before you can comment on or make changes to this bug.
Description
•