Closed
Bug 172144
Opened 23 years ago
Closed 23 years ago
<command+click> opens new tab but page ALSO loads in current tab
Categories
(Camino Graveyard :: Tabbed Browsing, defect)
Tracking
(Not tracked)
VERIFIED
WONTFIX
People
(Reporter: yon-mozilla, Assigned: sfraser_bugs)
Details
this has been happening since nightly build 2002092804 as reported by me to the
chimera mailing list.
os version: 10.2.1
browser version: 0.5 (nightly build 2002100204)
preferences:
user_pref("browser.always_reuse_window", true);
user_pref("browser.download.progressDnldDialog.keepAlive", false);
user_pref("browser.history.last_page_visited",
"http://www.mozilla.org/projects/chimera/");
user_pref("browser.history_expire_days", 10);
user_pref("browser.popups.showPopupBlocker", false);
user_pref("browser.startup_page", "http://www.google.com");
user_pref("browser.tabs.loadInBackground", true);
user_pref("browser.tabs.opentabfor.middleclick", true);
user_pref("chimera.keychain_passwords_autofill", false);
user_pref("chimera.use_system_home_page", true);
user_pref("dom.disable_open_click_delay", 1000);
user_pref("dom.disable_open_during_load", true);
user_pref("font.name.cursive.x-western", "Zapfino");
user_pref("font.name.monospace.x-western", "Andale Mono");
user_pref("font.name.sans-serif.x-western", "Verdana");
user_pref("font.name.serif.x-western", "Verdana");
user_pref("font.size.fixed.x-western", 12);
user_pref("font.size.variable.x-western", 12);
user_pref("intl.charset.detector", "universal_charset_detector");
user_pref("network.cookie.cookieBehavior", 0);
user_pref("network.cookie.warnAboutCookies", true);
user_pref("security.warn_leaving_secure", false);
user_pref("security.warn_viewing_mixed", false);
| Reporter | ||
Comment 3•23 years ago
|
||
apparently this only happens on certain web pages. google being one of them.
with the tab preferences set as listed above try the following:
1) go to http://google.com
2) <command+click> on the "Images" link
3) <command+click> on the "Groups" link
you should end up with 3 tabs. each time you <command+click> it adds a tab with
the target URL but also loads that URL in the tab that has focus. it also loses
all history in the tab with focus so you can't go back either.
| Assignee | ||
Comment 4•23 years ago
|
||
Those links on google are not normal links. They execute JS functions.
| Assignee | ||
Comment 5•23 years ago
|
||
WONTFIX since the Google links are not real links. Mozilla does the same thing.
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → WONTFIX
Comment 6•23 years ago
|
||
observed the following using 2003.01.08 on 10.2.3:
* command+clicking the google links loads in the current tab, not a new one
* the session history for the tab isn't lost for me when i use command+click
* selecting "open link in new tab" for these links does open in new tab
gonna mark vrfy'd due to comment 5, though.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•