Pauan / tab-organizer

Google Chrome Extension that makes it easier to manage many tabs!
MIT License
66 stars 8 forks source link

When moving tabs around, the order is messed up. #17

Closed Pauan closed 9 years ago

Pauan commented 9 years ago

Originally reported on Google Code with ID 17

What steps will reproduce the problem?
1. Move multiple tabs at once.

What is the expected output? What do you see instead?
The order should be the same as it was originally. Instead, it's reversed.

For instance, if you have the following tabs:
1, 2, 3, 4, 5, 6, 7

They will now be:
7, 6, 5, 4, 3, 2, 1

Reported by pcxunlimited on 2010-09-04 15:23:30

Pauan commented 9 years ago
This is also a problem when moving tabs around, and then undoing them. In that case,
the order is not reversed; instead it appears to be jumbled at random.

Reported by pcxunlimited on 2010-09-12 03:20:17

Pauan commented 9 years ago

Reported by pcxunlimited on 2010-09-12 05:19:31

Pauan commented 9 years ago
Didn't have anything to do with Platform, apparently. I had to do some number trickery
to get the tab indices to line up right, but I finally managed to fix it with revision
04020a7b71.

Reported by pcxunlimited on 2011-01-20 00:05:02

Pauan commented 9 years ago

Reported by pcxunlimited on 2011-01-28 07:54:30

Pauan commented 9 years ago

Reported by pcxunlimited on 2012-08-27 23:44:47