Bug 62545 - binary compare text insertion cursor is very large
Summary: binary compare text insertion cursor is very large
Status: VERIFIED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Compare (show other bugs)
Version: 3.0   Edit
Hardware: PC Linux-GTK
: P3 normal (vote)
Target Milestone: 3.0 RC2   Edit
Assignee: Andre Weinand CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-17 16:24 EDT by Grant Gayed CLA
Modified: 2004-06-11 06:14 EDT (History)
0 users

See Also:


Attachments
very tall insertion cursor (50.31 KB, image/jpeg)
2004-05-17 16:25 EDT, Grant Gayed CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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.