-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Use current tab when opening bookmark from home #25362
Comments
This behaviour seems like a design decision. We should review to see if this behaviour is correct. |
Yes please. So far you & @czlucius have been addressing this piecemeal and bottom-up, we very much appreciate your efforts. But perhaps it needs a top-down look at the whole issue eg #20012 which can be summarised as:- Every action on the Home screen opens a new tab, for no obvious reason. This is completely different to (all?) other browsers and many (most?) users find it horribly inconvenient. Thanks again. |
What I find truly disturbing (and frustrating) is the amount of people complaining about this single issue without having any fixing attempt from Mozilla. If only I could code well enough... (but then again, even if I could, it would probably end up not being accepted... Some people like to shoot themselves in the foot over and over and over again...) Edit: please let's not forget that entering an URL manually (typing it) should also load the page in the same tab, just like it should when taping on a bookmark from the homescreen |
I keep closing all tabs every week (even the important ones LOST between the garbage), but my "8 tabs" keeps preferring the horizontal position just after 2 days... |
Technically, this problem is not very easy to solve.
Both of these do not seem easy, require a long time, and may introduce new issues. |
Well... I would like to know who was the brainiac we should thank to for being in this mess! He surely deserves an award! X( All things considered, I think the second choice would need a bit less work... But I'm not a great coder so I can be very wrong. All in all, I wish this "design decision" would just go away |
This is not a "8" but the infinity symbol. This is always shown if you have more than 99 open tabs. That's implemented that way and not a bug. |
yeah, probably a ui designer who wanted to prove himself by creating something "innovative". |
... I was just joking!!! (I may look a little dumb sometimes, but I'm not THAT dumb) And I know it pops-up after 99, also. I was just playing with how it looks 😄. (and yes, I know that I'm expressing myself in a bad way! In a non productive way and bla bla bla. But there is a very big pink elephant in room that no one wants to talk about... Or should I say that it seems no one wants to "work" about/on.) |
Instead of changing the current behaviour maybe it could be easier a different approach: I believe the issue is that users end with lots of tabs open (myself included). What I think is wrong is that these tabs are never closed when I tap on back button. |
That won't solve the issue, the issue is when some one opens a new bookmark it should open in the current tab. The back button is never used. The simplest scenario is this :
With normal behaviour, you still have 1 tab open and you can continue on with your life. With the new FF behaviour, you'll have 3 tabs open. By the end of the day you'll have 6 tabs open, Next thing you know you're one of "those people" with 40 tabs open in the browser - instead of 1. |
after reading the news many users click back button to return to home page (me included, but also verified with friends of mine) |
The reason I'm supporting this is not the workflow preference above but a feature regression from Fennec: breaking bookmarklets. Bookmarklets are bookmarks with javascript content that are “opened” in the existing page to take some action on it. |
So... Are you saying that it would be easy to just alter the code of bookmarklets to instead of opening a _blank page it would target the current one instead?! |
No ... the problem is the context in which the script in the bookmarklet executes. Most bookmarklets manipulate, or draw upon content in, the currently-loaded page. They might load a new page or open a new tab as part of what they do, but that's not the issue. |
Bookmarklets from the bookmarks menu work well if they do not open a new tab. |
I'm not sure i'm following you (maybe it's my fantastic english...): is that on Firefox? Or in other browsers?
Let me fix that: Bookmarklets from the bookmarks menu work very well!!! :) I think the biggest missing piece is (taken from @klint 's amazing resume: #20012 (comment) ): - If you click in the address bar or press the Home button in a tab/web page, any link obtained from the Home Page should reuse the tab you came from Which is what this issue is about, it seems :) |
I see. I guess the new tab works as well, and that's good. |
I'm getting the feeling we're not on the same page... :) We also have the option to load bookmark on a new page (that i rarely use), that seems to be working well also... |
I find it very odd that opening bookmarks via the three dot menu or via the home screen results in different behavior. The automatic opening of new tabs when clicking on the bookmarks on the home screen results in unnecessary tabs and inconsistent behavior like many before me have pointed out. |
I'm trying to get this in front of an internal team through connect.mozilla.org, so maybe we can get direction on this. If you can, vote on the post and leave a comment if you have anything to add! The more support, the more likely it'll make it. |
Moved to bugzilla: https://bugzilla.mozilla.org/show_bug.cgi?id=1813756 Change performed by the Move to Bugzilla add-on. |
Issue is raised by contributor @r6squeegee
The scenario of bookmarks showing on the home page, doesn't work. This is my most common flow :
That use to open the new page in the existing tab, it doesn't anymore. If I go through that routine with 8 bookmarks I end up with 8 tabs.
┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered: