Closed
Bug 279743
Opened 20 years ago
Closed 19 years ago
user_pref("browser.link.open_newwindow", 3) in user.js mess up titlebar and toolbar
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
EXPIRED
People
(Reporter: merja.l.niemi, Assigned: bugzilla)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.7.5) Gecko/20041110 Firefox/1.0
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.7.5) Gecko/20041110 Firefox/1.0
Line "user_pref("browser.link.open_newwindow", 3)" in user.js file messes up
titlebar and toolbar behavior when coming back from full screen view (press F11
twice).
One of them disappears (usually titlebar) and sometimes the result is a messed
look on the window edges which looks like you have two Firefox windows open
instead of one, but there is only one messed window.
Reproducible: Always
Steps to Reproduce:
1. Add line "user_pref("browser.link.open_newwindow", 3)" to your user.js file
2. Open some tabs and maximize Firefox-window
3. Press F11 twice
Actual Results:
Titlebar disappeared.
Expected Results:
Show titlebar and toolbar as normally.
OTHER LINES IN MY USER.JS FILE:
// Reveal more tab/window options:
user_pref("browser.tabs.showSingleWindowModePrefs", true);
/* Force New Windows Restrictions
0: Default - Divert *all* new windows to current tab/window or new tab
1: Don't divert *any* windows spawned by JS
2: Don't divert JS windows that include size/placement/toolbar info */
user_pref("browser.link.open_newwindow.restriction", 2);
// More DOM/JavaScript options
// Make sure all pop-up windows are resizable:
user_pref("dom.disable_window_open_feature.resizable", true);
// Make sure all pop-up windows are minimizable:
user_pref("dom.disable_window_open_feature.minimizable", true);
// Always display the menu in pop-up windows:
user_pref("dom.disable_window_open_feature.menubar", true);
// Always display the Navigation Toolbar in pop-up windows:
user_pref("dom.disable_window_open_feature.location", true);
// Prevent sites from disabling scrollbars:
user_pref("dom.disable_window_open_feature.scrollbars", true);
// Find As You Type Configuration:
// Set this pref to false to disable Find As You Type:
user_pref("accessibility.typeaheadfind", true);
// If you set this pref to true, typing can automatically start Find As You Type.
// If false (default), you must hit / (find text) or ' (find links) before your
search.
user_pref("accessibility.typeaheadfind.autostart", true);
// Last value in milliseconds (default is 250)
user_pref("nglayout.initialpaint.delay", 0);
//Omat lisäykset
user_pref("browser.download.manager.showAlertOnComplete", false);
user_pref("browser.download.manager.showWhenStarting", false);
user_pref("browser.formfill.enable", false);
user_pref("browser.history_expire_days", 0);
user_pref("browser.link.open_external", 3);
user_pref("browser.search.searchbox.width", 192);
user_pref("browser.tabs.warnOnClose", false);
user_pref("allinonegest.functionString",
"0|1|2|3|4|71|76|9|54|59|10|12|11|47|13|52|69|18|17|79|35|57|58|6|61|7|26|14|15|60|34|16|5|39|40|37|38|8|45|30|31|32|27|28|41|72|73|74|29|56|43|19|20|21|55|22|62|23|24|25|33|66|36|42|64|65|67|70|75|44|48|49|50|51|53|68|46|63|77|78");
user_pref("allinonegest.gestureString",
"L|R|UD|UDU|LU|||U|||DUD|UL|UR||RLDUR|||DL|RLR||+RUL|||D||DU|RUDR|RU|DR||+RU|RDLU|DURD|||||ULU|||||RULD|LURD|||||LDUL|LUDL|LDUR|URD|LDRDL|LDR||RDU||RUD|URDR|DRDLU|||||||||||||||||DRD|||");
user_pref("allinonegest.gestureTrails", false);
user_pref("allinonegest.leftDefault", false);
user_pref("allinonegest.mousebuttonpref", 0);
Comment 1•19 years ago
|
||
This is an automated message, with ID "auto-resolve01". This bug has had no comments for a long time. Statistically, we have found that bug reports that have not been confirmed by a second user after three months are highly unlikely to be the source of a fix to the code. While your input is very important to us, our resources are limited and so we are asking for your help in focussing our efforts. If you can still reproduce this problem in the latest version of the product (see below for how to obtain a copy) or, for feature requests, if it's not present in the latest version and you still believe we should implement it, please visit the URL of this bug (given at the top of this mail) and add a comment to that effect, giving more reproduction information if you have it. If it is not a problem any longer, you need take no action. If this bug is not changed in any way in the next two weeks, it will be automatically resolved. Thank you for your help in this matter. The latest beta releases can be obtained from: Firefox: http://www.mozilla.org/projects/firefox/ Thunderbird: http://www.mozilla.org/products/thunderbird/releases/1.5beta1.html Seamonkey: http://www.mozilla.org/projects/seamonkey/
Comment 2•19 years ago
|
||
This bug has been automatically resolved after a period of inactivity (see above comment). If anyone thinks this is incorrect, they should feel free to reopen it.
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → EXPIRED
You need to log in
before you can comment on or make changes to this bug.
Description
•