autonome / alwaysright

Browser extension that always opens new tabs immediately to the right of the active tab.
https://addons.mozilla.org/en-us/firefox/addon/always-right/
28 stars 5 forks source link

[Chrome] Opening Chrome moves the last tab on the right next to the tab you were on when closing Chrome #35

Open PuppetMaster000 opened 6 months ago

PuppetMaster000 commented 6 months ago

This happens consistently, every time you close and reopen Chrome, the last tab will be moved right of the tab you were on when you close Chrome. Closing and reopening the browser will move another one, and so on. If it makes it easier with numbers, lets say you have 5 tabs open and you are on tab 2, tabs would look like this originally: 1,2,3,4,5 When you close Chrome and reopen it, suddenly it looks like this: 1,2,5,3,4 Then if you close and reopen again, it goes: 1,2,4,5,3 and so on.

autonome commented 6 months ago

does the active tab (2) remain the same each restart?

autonome commented 6 months ago

maybe regression from the fix for #34

PuppetMaster000 commented 6 months ago

does the active tab (2) remain the same each restart?

Yes, as far as I could tell, the only part that moves is the very last tab. I may be wrong on this but that is how it seems. I also believe it has something to do with the changes from the previous fix

autonome commented 6 months ago

Startup on Firefox used to be a non-deterministic set of events, and this stuff would happen - like sometimes the ENTIRE tab strip would be REVERSED after startup because of this addon.

But then they changed startup to be a deterministic set of events, and these problems went away.

IIRC I had to do stuff like wait a bit after startup, even just a second or two.

I'll first see if I can reproduce.

On Wed, May 15, 2024, at 23:24, PuppetMaster000 wrote:

does the active tab (2) remain the same each restart?

Yes, as far as I could tell, the only part that moves is the very last tab. I may be wrong on this but that is how it seems. I also believe it has something to do with the changes from the previous fix

— Reply to this email directly, view it on GitHub https://github.com/autonome/alwaysright/issues/35#issuecomment-2113480032, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAMHN5OFLDX2H2PDEDL7M3ZCPHCVAVCNFSM6AAAAABHWGPRFKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMJTGQ4DAMBTGI. You are receiving this because you commented.Message ID: @.***>

PuppetMaster000 commented 5 months ago

Any progress on this?

autonome commented 5 months ago

i'll try and look this coming week