| Summary: | Allow the content assist pop up to be resized | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Michael Rennie <Michael_Rennie> | ||||
| Component: | Client | Assignee: | 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
Michael Rennie
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). Created attachment 247091 [details]
WIP
(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 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. |