| Summary: | PreTVT44:Bad Layout on Search page | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Baochuan Lin <baochlin> | ||||
| Component: | Client | Assignee: | Mark Macdonald <mamacdon> | ||||
| Status: | RESOLVED FIXED | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P3 | CC: | baochlin, elijahe, kitlo, mamacdon, Michael_Rennie | ||||
| Version: | 6.0 | ||||||
| Target Milestone: | 7.0 | ||||||
| Hardware: | PC | ||||||
| OS: | Windows 7 | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
|
Description
Baochuan Lin
Hi all, I will create a separate bug to track the unexternalized string "Search" issue,please focus on the bad layout problem in the current bug. Thanks very much. The global search page no longer exists (bug 438076), so I am going to mark this worksforme. The same problem happens on the inline search page though. When the option labels are too long, the line wraps and looks weird. http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=d357da2 Removed the floats, and forced [Case Sensitive] and [Regular Expression] options to stay on 1 line. This prevents the ugly wrapping, but causes truncation when the labels are too long for the pane. To fix the truncation, I permitted searchWrapper to overflow with a horizontal scrollbar when necessary. (It looks like the scrollbar had previously been disabled because of superfluous overflow that caused it to always show up.) |