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

Bug 414512

Summary: [Shell] Minimal width too large
Product: [RT] RAP Reporter: Fabian Henniges <eclipse>
Component: RWTAssignee: Project Inbox <rap-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 2.1   
Target Milestone: 2.2 M1   
Hardware: All   
OS: All   
Whiteboard:
Attachments:
Description Flags
Trivial patch none

Description Fabian Henniges CLA 2013-08-06 11:46:26 EDT
Created attachment 234125 [details]
Trivial patch

Shell defines a MIN_WIDTH_LIMIT set to 80 leading to divs not smaller than that. 

We´ve implemented a navigation bar supporting expand/collapse. The collapsed state has 35 pixels width and is positioned in the upper right. Currently 45 pixels are outside display bounds. Results are different in IE and Chrome but both are not happy with divs outside. 

I´ve attached a trivial patch to set the minimum width to 1.
Comment 1 Ivan Furnadjiev CLA 2013-08-08 08:27:31 EDT
Reduced the Shell#MIN_WIDTH_LIMIT to 30px with commit e2033241470e9a624088c4f0d345fc9e73c7bf9a.