Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 439718

Summary: Closing Splitter and resizing window problem
Product: [ECD] Orion Reporter: Bogdan Gheorghe <gheorghe>
Component: ClientAssignee: Eric Moffatt <emoffatt>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: emoffatt, gheorghe
Version: unspecifiedFlags: emoffatt: review? (gheorghe)
Target Milestone: 7.0   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Bogdan Gheorghe CLA 2014-07-16 10:23:01 EDT
If you open a .md file and close the right hand splitter, and then resize the window you will notice that the splitter does not stay closed.

The left side splitter handles this correctly...
Comment 1 Eric Moffatt CLA 2014-08-26 15:34:01 EDT
Whew ! Took a while but I think I have a candidate now:

  https://git.eclipse.org/r/32357

Note that this is almost a complete re-write but has the following fixes:

- Initial scenario works now
- Supports a 'proportional' layout option
- Keeps a separate splitter location for vertical / horizontal (if not proportional)
- You can drag the splitter closed / open and we update the state accordingly.
Comment 2 Eric Moffatt CLA 2014-08-26 15:41:29 EDT
I've opened bug 442624 to track down how much CSS we can remove / modify and to fox cases where the CSS / HTML is currently incorrect (i.e. the markdown editor)...