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

Bug 426012

Summary: Allow the content assist pop up to be resized
Product: [ECD] Orion Reporter: Michael Rennie <Michael_Rennie>
Component: ClientAssignee: Curtis Windatt <curtis.windatt.public>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: curtis.windatt.public
Version: unspecified   
Target Milestone: 7.0   
Hardware: PC   
OS: Mac OS X   
Whiteboard:
Bug Depends on:    
Bug Blocks: 440572    
Attachments:
Description Flags
WIP none

Description Michael Rennie CLA 2014-01-17 12:34:50 EST
Title says it all.

This is especially useful for large-ish JS function proposals like:

decodeURIComponent(encodedURIString) : String

where the return type is almost completely hidden
Comment 1 Curtis Windatt CLA 2014-09-15 16:45:13 EDT
I have some code in my workspace that allows resizing using the css3 resize attribute.  It needs additional testing on Safari.

It also forces the default width of the div to be the previous max width.  So in the markdown editor, where the proposals are very short, the content assist defaults to the previous default max-width (the same width that the js content assist opens to).
Comment 2 Curtis Windatt CLA 2014-09-15 17:04:52 EDT
Created attachment 247091 [details]
WIP
Comment 3 Michael Rennie CLA 2014-09-17 10:28:42 EDT
(In reply to Curtis Windatt from comment #1)
> I have some code in my workspace that allows resizing using the css3 resize
> attribute.  It needs additional testing on Safari.
> 

Works fine for me in Safari 7.0.6 (9537.78.2): popup is resizable and remembers its size
Comment 4 Curtis Windatt CLA 2014-09-17 13:35:28 EDT
http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=b437167a841689ed992a7c0465c08b3c9e8ff2c9

Fixed in master

Won't work in IE as the resize attribute is not supported.