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

Bug 440939

Summary: PreTVT44:Bad Layout on Search page
Product: [ECD] Orion Reporter: Baochuan Lin <baochlin>
Component: ClientAssignee: 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 Flags
Bad Layout and unexternalized string on Search page none

Description Baochuan Lin CLA 2014-07-31 22:58:18 EDT
Created attachment 245614 [details]
Bad Layout and unexternalized string on Search page

Steps to recreate problem:
1、Log in the Orion(https://orionhub.org)
2、Click Search icon from the left side panel

Problem Description:
Bad Layout and unexternalized string on Search page
Comment 1 Baochuan Lin CLA 2014-07-31 23:48:14 EDT
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.
Comment 2 Michael Rennie CLA 2014-08-13 16:00:12 EDT
The global search page no longer exists (bug 438076), so I am going to mark this worksforme.
Comment 3 Mark Macdonald CLA 2014-08-13 16:02:36 EDT
The same problem happens on the inline search page though. When the option labels are too long, the line wraps and looks weird.
Comment 4 Mark Macdonald CLA 2014-08-13 18:08:49 EDT
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.)