Bug 62545

Summary: binary compare text insertion cursor is very large
Product: [Eclipse Project] Platform Reporter: Grant Gayed <grant_gayed>
Component: CompareAssignee: Andre Weinand <andre_weinand>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 3.0   
Target Milestone: 3.0 RC2   
Hardware: PC   
OS: Linux-GTK   
Whiteboard:
Attachments:
Description Flags
very tall insertion cursor none

Description Grant Gayed CLA 2004-05-17 16:24:00 EDT
0517 integration bulid

- retrieve the org.eclipse.swt.gtk package from dev.eclipse.org
- open any of its contained libswt-*.so files in an editor
- type some garbage in, Save it
- select the project, Compare With -> Latest from Head
- in the resulting Synchronize view double-click the changed file and the 
Binary Compare will show "First bytes differ at position X"
- click in this Binary Compare and you'll have (at least on gtk) a massive top-
to-bottom insertion cursor, shown in the next attachment

I'm guessing that this is a Text being created with style SINGLE in order to 
vertically center its contents, but this shows a bad side effect of doing this.
Comment 1 Grant Gayed CLA 2004-05-17 16:25:25 EDT
Created attachment 10747 [details]
very tall insertion cursor
Comment 2 Grant Gayed CLA 2004-05-17 16:55:22 EDT
I should have mentioned that the libswt-*.so files are in contained folder
os/linux/x86/.
Comment 3 Andre Weinand CLA 2004-06-06 17:29:27 EDT
fixed for I20040607
Comment 4 Tom Hofmann CLA 2004-06-11 05:56:45 EDT
verifying...
Comment 5 Tom Hofmann CLA 2004-06-11 06:14:19 EDT
verified there is no cursor and the compare editor is read only.