Closed
Bug 850284
Opened 13 years ago
Closed 10 years ago
UI Option to set New Tab page same as Homepage
Categories
(Firefox :: Settings UI, enhancement)
Firefox
Settings UI
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: sys.sgx, Unassigned)
References
Details
Attachments
(6 files)
User Agent: Mozilla/5.0 (Windows NT 6.0; rv:22.0) Gecko/20130312 Firefox/22.0
Build ID: 20130312031046
Steps to reproduce:
I believe there should be an option (in the Options menu) to be able to set a new tab's address to the homepage.
For example, if someone wants to have google.com as his homepage, opening a new tab should display the google page, and leave the focus free so that the page can place the cursor where the page wants.
Severity: normal → enhancement
Component: Untriaged → Preferences
OS: Windows Vista → All
Hardware: x86 → All
Comment 1•13 years ago
|
||
You can do this by going to about:config, and setting browser.newtab.url to www.google.com (or whatever you want). Now if you want this to be a UI Option, that's another issue. I'll change the bug to reflect that
Summary: New Tab set to homepage → UI Option to set New Tab page same as Homepage
Version: 22 Branch → Trunk
@Tyler:
Thanks for the quick reply, though please note that it's not the same thing through the browser.newtab.url. This is a known "issue"-topic that has lead to the development of an addon for a very specific reason: if you change the new tab loading url by about:config, the focus stays on the address bar (see screenshot) and is not available for the webpage to use. The user should be able to open a new tab and have the cursor right at google's search element.
In addition, as also shown in the screenshot, by about:config the address bar does not contain the google.com address.
I think it's reasonable for a browser to be able to set the new tab url through the options. :)
Btw, wanted to ask you, if you search in google through the "search-bar", where are the cookies stored? Are they cleared by using Clear All?.
Thanks
Comment 5•10 years ago
|
||
(In reply to David E. Ross from comment #4)
> In SeaMonkey, the Preferences window allows you to select one of the
> following for a new tab and separately for a new window: a blank page, your
> home page, or the last page previously visited. This is found on the
> Browser pane. For "Display on", there is a pull-down selection list for
> Browser Startup, New Window, and New Tab with radio buttons for your choice.
>
>
> Is this not a Firefox capability? If not, consider switching to SeaMonkey.
Internet Explorer also has this feature, so I think it would be useful in Firefox.
IE has three options in a dropdown for when a new tab is opened: "A blank page", "The new tab page", and "Your first home page".
Comment 6•10 years ago
|
||
Comment 7•10 years ago
|
||
I created a mock-up of what the UI might look like.
Comment 8•10 years ago
|
||
Here's a mock-up showing the three options in the drop-down.
(In reply to mathew.hodson from comment #8)
> Created attachment 8627050 [details]
> Firefox Preferences mockup 2
>
> Here's a mock-up showing the three options in the drop-down.
The mock-up is functional, easy to understand and to use. This should go forward.
Comment 10•10 years ago
|
||
With the recent removal of browser.newtab.url, this NEEDS to be implemented
Updated•10 years ago
|
Flags: firefox-backlog?
Comment 11•10 years ago
|
||
Comment on attachment 8627050 [details]
Firefox Preferences mockup 2
Steven, what do you think of this?
Attachment #8627050 -
Flags: ui-review?(shorlander)
Comment 12•10 years ago
|
||
Here is my first attempt at a patch. Is this the right strategy?
Updated•10 years ago
|
Attachment #8633621 -
Flags: feedback?
Updated•10 years ago
|
Attachment #8633621 -
Flags: feedback? → feedback?(dolske)
Comment 13•10 years ago
|
||
I'm a bit dubious about the value of this. IE and Safari have such an option, but Chrome doesn't and (notably) Edge does not either.
Seems like this would also need to be exposed on the existing newtab page options (the gear icon in the upper-right corner), so we don't have 2 different ways of changing similar-but-different settings. And that makes this even more unappealing (by adding more options to a more visible UI).
These are pretty old concepts (tabs and homepages), and unsurprisingly there are some old Firefox bugs considering something that this that were WONTFIX'd. And so still feels like something that's squarely in Addons territory (especially given that there are plenty of other built-in ways to open a new tab with a web page, eg middle-clicking a bookmark / home button or using the search box directly).
Given the context in bug 1118285, which seems to have spawned this, I'm further disinclined to add this. Especially because you re-adding the spamware vector that bug removed (a spamware modified prefs.js that changes your homepage and makes newtabs use it).
(In reply to sys.sgx from comment #2)
> This is a known "issue"-topic that has lead
> to the development of an addon for a very specific reason: if you change the
> new tab loading url by about:config, the focus stays on the address bar (see
> screenshot) and is not available for the webpage to use. The user should be
> able to open a new tab and have the cursor right at google's search element.
Note that Firefox's own newtab page, which has a search box, also does not take focus. (Presumably because we expect people opening a new tab to actually enter a URL or use the awesomebar.)
I think the right approach is what bug 1118285 comments 1-9 discuss -- this kind of functionality should be provided by an addon, but if we need to add further hooks to make this reasonable for an addon to do, then that's a more interesting thing to do in Firefox itself.
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Resolution: --- → WONTFIX
Updated•10 years ago
|
Attachment #8633621 -
Flags: feedback?(dolske) → feedback-
Comment 14•10 years ago
|
||
(In reply to Justin Dolske [:Dolske] from comment #13)
> I'm a bit dubious about the value of this. IE and Safari have such an
> option, but Chrome doesn't and (notably) Edge does not either.
>
> Seems like this would also need to be exposed on the existing newtab page
> options (the gear icon in the upper-right corner), so we don't have 2
> different ways of changing similar-but-different settings. And that makes
> this even more unappealing (by adding more options to a more visible UI).
>
> These are pretty old concepts (tabs and homepages), and unsurprisingly there
> are some old Firefox bugs considering something that this that were
> WONTFIX'd. And so still feels like something that's squarely in Addons
> territory (especially given that there are plenty of other built-in ways to
> open a new tab with a web page, eg middle-clicking a bookmark / home button
> or using the search box directly).
>
> Given the context in bug 1118285, which seems to have spawned this, I'm
> further disinclined to add this. Especially because you re-adding the
> spamware vector that bug removed (a spamware modified prefs.js that changes
> your homepage and makes newtabs use it).
>
> (In reply to sys.sgx from comment #2)
>
> > This is a known "issue"-topic that has lead
> > to the development of an addon for a very specific reason: if you change the
> > new tab loading url by about:config, the focus stays on the address bar (see
> > screenshot) and is not available for the webpage to use. The user should be
> > able to open a new tab and have the cursor right at google's search element.
>
> Note that Firefox's own newtab page, which has a search box, also does not
> take focus. (Presumably because we expect people opening a new tab to
> actually enter a URL or use the awesomebar.)
>
> I think the right approach is what bug 1118285 comments 1-9 discuss -- this
> kind of functionality should be provided by an addon, but if we need to add
> further hooks to make this reasonable for an addon to do, then that's a more
> interesting thing to do in Firefox itself.
This should be a default Firefox feature. I'm sick of installing addons just to retain features Firefox has had for years. I want my new tab page to be an ACTUAL blank page. I hate the about:newtab page. Firefox is getting worse and worse with every new update.
Comment 15•10 years ago
|
||
(In reply to Justin Dolske [:Dolske] from comment #13)
> These are pretty old concepts (tabs and homepages), and unsurprisingly there
> are some old Firefox bugs considering something that this that were
> WONTFIX'd.
Are there other bugs about this feature? Could you link them?
Updated•10 years ago
|
Attachment #8627050 -
Flags: ui-review?(shorlander)
Updated•7 years ago
|
Flags: firefox-backlog?
You need to log in
before you can comment on or make changes to this bug.
Description
•