Yakomota / procurement

Automatically exported from code.google.com/p/procurement
0 stars 0 forks source link

Implement tab order updating #133

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
- Have procurement and the game open at the same time.  Procurement has already 
cached its content.
- In procurement, view the stash, tab 1.
- In the game, move tab 2 to the left, so it is before tab 1.
- In procurement, view tab 1.  Refresh it.

The issue is that procurement correctly shows the contents of the leftmost tab, 
but it does not understand that the tab order has changed, and that the 
leftmost tab is correctly called "2".  This will probably lead to unwanted 
side-effects when building a post.

Original issue reported on code.google.com by spiralofhope on 29 Dec 2013 at 1:37

GoogleCodeExporter commented 9 years ago
Unfortunately there is nothing I can do to fix this, this is due to the way 
that the API is structured, the only way for this to be rectified is to do a 
new update/login.

Original comment by stickymaddness on 30 Dec 2013 at 10:29