Bug 181729 - [FastView] View ordering not restored on restart after minimize
Summary: [FastView] View ordering not restored on restart after minimize
Status: VERIFIED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.3   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.3 M7   Edit
Assignee: Eric Moffatt CLA
QA Contact:
URL:
Whiteboard:
Keywords: polish
: 124942 177518 (view as bug list)
Depends on:
Blocks: 153957
  Show dependency tree
 
Reported: 2007-04-10 05:24 EDT by Markus Keller CLA
Modified: 2007-05-14 14:24 EDT (History)
2 users (show)

See Also:


Attachments
patch to address the stack (re)ordering issue (2.20 KB, text/plain)
2007-04-13 11:21 EDT, Eric Moffatt CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Markus Keller CLA 2007-04-10 05:24:39 EDT
I20070403-1110, was OK in 3.2.2.

From bug 124942 comment 7:

Start with a clean workspace
Add Bookmark view to bottom stack
Drag to be left-most view

shut down / restart (everything is OK)

Minimize the stack
Restore the stack

shut down / restart (Bookmark view is now the right-most tab)
Comment 1 Eric Moffatt CLA 2007-04-13 11:21:20 EDT
Created attachment 63763 [details]
patch to address the stack (re)ordering issue


What I've done is to enforce that the PresentableParts are written in the correct order so that the indexer always gets the correct 'id' (index).
Comment 2 Eric Moffatt CLA 2007-04-13 11:22:28 EDT
Boris, here's the patch. When you get a chance could you beat it around some? thanks...
Comment 3 Eric Moffatt CLA 2007-04-13 13:59:38 EDT
Committed in >20070413. I now write the list of views in a stack in the same order as the list that's used to generate the ids (rather than using the 'children'; which is not in the correct order).
Comment 4 Eric Moffatt CLA 2007-04-30 11:00:21 EDT
*** Bug 177518 has been marked as a duplicate of this bug. ***
Comment 5 Eric Moffatt CLA 2007-05-01 15:20:04 EDT
Verified in I20070501-0010.
Comment 6 Eric Moffatt CLA 2007-05-14 14:24:11 EDT
*** Bug 124942 has been marked as a duplicate of this bug. ***