| Summary: | [Shell] Minimal width too large | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Fabian Henniges <eclipse> | ||||
| Component: | RWT | Assignee: | 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: |
|
||||||
Reduced the Shell#MIN_WIDTH_LIMIT to 30px with commit e2033241470e9a624088c4f0d345fc9e73c7bf9a. |
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.