id
int64
1
6.5k
bug_id
int64
2.03k
426k
summary
stringlengths
9
251
description
stringlengths
1
32.8k
report_time
stringlengths
19
19
report_timestamp
int64
1B
1.39B
status
stringclasses
6 values
commit
stringlengths
7
9
commit_timestamp
int64
1B
1.39B
files
stringlengths
25
32.8k
project_name
stringclasses
6 values
3,961
22,926
Bug 22926 Clipboard copy/paste is cut/paste on Windows 98
null
2002-08-27 21:20:41
1,030,500,000
verified fixed
f1cdac2
1,031,600,000
bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/win32/org/eclipse/swt/dnd/Clipboard.java
SWT
3,962
12,048
Bug 12048 NPE exiting workspace
build 2002-03-19 on Win98. Note that I was running with a special SWT.JAR with the leak tool. I started my image. Immediately ran a runtime-workbench, closed the runtime- workbench, and then closed my image. This message was printed to the console during shutdown. Log: Thu Mar 21 12:16:47 EST 2002 2 org.eclipse.core.ru...
2002-03-21 12:16:39
1,016,730,000
resolved fixed
cc1c88c
1,031,600,000
bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/graphics/Color.java bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/graphics/Cursor.java bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/graphics/Font.java bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/graphics/GC.java bundles...
SWT
3,963
22,564
Bug 22564 Cannot draw transparent PNG files properly
I have a problem with the following code. The problem is that the image drawn on my canvas is collapsed if the imageData is created from a PNG file with transparency. It seems that RGBs are drawn well but an alpha channel has shifted to the right. There is no problem with transparent GIFs or non-transparent PNGs. It ha...
2002-08-20 05:05:23
1,029,830,000
resolved fixed
f6a78b3
1,031,600,000
bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/graphics/ImageData.java bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/graphics/GC.java bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/graphics/Image.java bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/graphics/Image.java bundl...
SWT
3,964
23,285
Bug 23285 Linux Motif has become extremely slow
Some change made during the summer has made the Eclipse linux motif builds become extremely slow to use over time.
2002-09-06 14:36:36
1,031,340,000
resolved fixed
f9ff5e6
1,031,340,000
bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Decorations.java bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Menu.java bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/MenuItem.java
SWT
3,965
10,050
Bug 10050 StyledText - Change selection color when changing background color
It's great to see that it is now possible to change background color in Eclipse! I prefer to use a dark blue backgrund, since I find it more comfortable to the eye, and easier to read. However, it is at the moment _not_ possible to change the selection color in Eclipse, which defaults to - you've guessed it - dark blue...
2002-02-21 08:08:25
1,014,300,000
resolved fixed
5ce168a
1,031,330,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/DisplayRenderer.java bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_custom_StyledText.java
SWT
3,966
17,793
Bug 17793 Motif FileDialog often does not use reasonable default directory
Build 20020521 Linux-motif If you have an invalid patch file specified in the Resource Patcher when you select browse you get * as a selection and no entries in the file dialog. You have to clear the * to get anything STEPS 1) Select a file 2) Select Compare with Patch 3) Enter foo into the patch file location 4) Hit b...
2002-05-24 14:57:02
1,022,270,000
resolved fixed
3fc68a0
1,031,160,000
bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/FileDialog.java
SWT
3,967
23,028
Bug 23028 EC: Tab un-indent does not work
- select a block of text in the Java editor - press Tab and the whole block will be indented - now press Shift+Tab and focus will be reassigned instead of un-indenting the block
2002-08-30 09:16:51
1,030,710,000
resolved fixed
eb276cc
1,031,090,000
bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Widget.java
SWT
3,968
21,185
Bug 21185 GTK: Label positioning incorrect when style bit used and bounds set(BBAWT)
When I set the bound of the label and use SWT.CENTER as the style bit for the label the label positioning appears too far to the right on the shell.Here is the code that I used to test the label: //------------------starts here ------------------------// import org.eclipse.swt.SWT; import org.eclipse.swt.events.Selecti...
2002-07-02 14:22:24
1,025,630,000
resolved fixed
b665bd2
1,031,080,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Label.java
SWT
3,969
18,822
Bug 18822 Breakpoint hit count dialog text cutoff in GTK2
Build F2 (20020602) Redhat 7.2, GTK2 KDE 2.2-10 (GTK2 only) 1. Create an empty java project 2. Open Debug perspective 3. Open breakpoints view (tab under variables view) 4. Right-click, add java exception breakpoint 5. Pick any exception, hit ok 6. Select and right click on the new breakpoint, go to Hit Count 7. Type i...
2002-06-03 13:30:06
1,023,130,000
resolved fixed
791cf78
1,031,080,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Label.java
SWT
3,970
22,918
Bug 22918 Table.getItem(Point) throws ArrayIndexOutOfBounds
Run the following code and you will get the exception. Seems like a bug in GTK that we need to work around. Even though the point is outside the Table, OS.gtk_clist_get_selection_info returns 1 and the value for row[0] is a negative number. public static void main(String[] args) { Display display = new Display(); Shell...
2002-08-27 16:37:11
1,030,480,000
resolved fixed
7b295d5
1,031,070,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Table.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Tree.java
SWT
3,971
22,364
Bug 22364 Incorrect height of widget in TextViewer
In a plugin I use TextViewers with style SWT.SINGLE | SWT.BORDER. The TextViewers are embedded in composites that have a layout. However they are always rendered with a height that is insufficient to show the complete string text inside their widget, with the result that the text is partially chopped off and unreadable...
2002-08-12 15:39:14
1,029,180,000
resolved fixed
6dab169
1,030,740,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Scrollable.java
SWT
3,972
22,114
Bug 22114 * key expands TableTree but does not send SWT.Expand event
R2.0, Win2k, Linux/Motif, GTK Although the "*" key behaves differently for the TableTree widget on different platforms, pressing it under Win2k, Linux/Motif, or Linux/GTK can expand at least one branch of the tree. However, no SWT.Expand event is fired when the tree is expanded in this manner. The following code illust...
2002-08-01 16:40:47
1,028,230,000
resolved fixed
9967d59
1,030,650,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/TableTreeItem.java
SWT
3,973
22,868
Bug 22868 Eclipse hangs while creating a shell from ControlExample
Eclipse 2.0.1 Build 21 Aug 1513 was installed on a Solaris 8 machine and was run through Exceed V7.1 Xterm window on Windows 2000 Install SWT examples and run ControlExample. Steps to reproduce: 1. Start ControlExample java application 2. From available tabs select "Shell" and click on it to open 3. Select the followin...
2002-08-26 17:25:51
1,030,400,000
verified fixed
dea462a
1,030,630,000
examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/controlexample/ShellTab.java
SWT
3,974
22,874
Bug 22874 2104: Converter contains references to Converter.class
null
2002-08-26 17:49:53
1,030,400,000
resolved fixed
ac1c83e
1,030,460,000
bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/internal/Converter.java
SWT
3,975
22,659
Bug 22659 Function key events are often lost
Build 20020820 (and some earlier) SWT-GTK seems to lose a lot of function key events. This problem is very obvious in the debugger where it often takes two key strokes to perform actions like stepping (F5, F6, F7) and resuming (F8). The same problem exists in the editor with F3.
2002-08-21 15:40:51
1,029,960,000
resolved fixed
ed0c0ab
1,030,380,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Decorations.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Menu.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/MenuItem.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Shell.java
SWT
3,976
22,721
Bug 22721 Cannot use keyboard to toggle checkboxes
R2.0.1 20020821 The is no way to toggle a Checkbox on GTK. On Windows you can use the space bar to toggle them - on GTK you can only change checked state with the mouse.
2002-08-22 11:30:41
1,030,030,000
resolved fixed
41dec2f
1,030,110,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Table.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Tree.java
SWT
3,977
22,737
Bug 22737 Mouse Capture on Motif causes Context Menu not to work
Right click on Tree. Notice that the cursor does not change, and the menu is not functioning. import org.eclipse.swt.*; import org.eclipse.swt.widgets.*; import org.eclipse.swt.dnd.DND; import org.eclipse.swt.dnd.DragSource; import org.eclipse.swt.dnd.DragSourceEvent; import org.eclipse.swt.dnd.DragSourceListener; impo...
2002-08-22 15:16:11
1,030,040,000
resolved fixed
e623fd3
1,030,050,000
bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Menu.java
SWT
3,978
16,333
Bug 16333 accessibility - tab key in dialog boxes
Windows standard is that tab and shift+tab keys within a dialog box move the focus to the next previous control even if the control is in the same group. But in eclipse if there are several controls in the same tab group one is forced to use arrows keys to switch focus among them; Users of accessibility devices such as...
2002-05-17 20:13:41
1,021,680,000
resolved fixed
9e5650f
1,030,030,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Button.java
SWT
3,979
22,468
Bug 22468 ScrolledComposite vertical scroll problem with StackLayout
I have an org.eclipse.swt.custom.ScrolledComposite composite which has an org.eclipse.swt.custom.StackLayout layout. I have multiple controls on the scrolled composite. If the first control I add to the scrolled composite does not need a vertical scroll bar, later calls to set the content to a control that does need th...
2002-08-15 09:45:14
1,029,420,000
resolved fixed
cb2be3a
1,030,030,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/ScrolledComposite.java
SWT
3,980
20,321
Bug 20321 Multiple opened ApplicationWindows with statuslines show incorrect display/event handling
JFace ApplicationWindow : When using a statusline in subclasses of ApplicationWindow AND opening multiple instances, the event handling is not correct. Example : AppWindow A1 (incl. addStatusLine() in constructor) AppWindow A2 (incl. addStatusLine() in constructor) Behavior interference occurs when: - opening muliple i...
2002-06-14 04:37:53
1,024,040,000
resolved fixed
426dc59
1,029,870,000
bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/OS.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Composite.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Shell.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/TabFolder.ja...
SWT
3,981
14,942
Bug 14942 Unexpected KeyDown event after pressing non existing menu mnemonic
build 20020426 Run the test case below. -press ALT+M to activate the pull down menu -press a key other than s. A menu item with that mnemonic does not exist -press ESC twice to back out of the menu -SWT sends a KeyDown event with the pull down menu mnemonic as the character. I don't think it should.
2002-04-30 13:44:22
1,020,190,000
resolved fixed
6fc3a77
1,029,780,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Control.java
SWT
3,982
22,457
Bug 22457 Win32 org.eclipse.swt.widgets.Combo computeSize() is wrong
null
2002-08-14 19:38:14
1,029,370,000
resolved fixed
093c863
1,029,440,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Button.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Combo.java
SWT
3,983
22,365
Bug 22365 SWT_AWT does not compile under JDK 1.4
It has a reference to sun.awt.DrawingSurface among other things that does not compile under JDK 1.4 because the class has been removed. The work around for people attempting to do a source build of Eclipse is to delete the source file SWT_AWT.java.
2002-08-12 15:43:56
1,029,180,000
resolved fixed
107a45b
1,029,180,000
bundles/org.eclipse.swt/Eclipse SWT AWT/win32/org/eclipse/swt/internal/awt/win32/SWT_AWT.java
SWT
3,984
22,320
Bug 22320 Coolbar - delete item behavior problem
Build 2.0.1 20020807. 1. Run the attached test case. 2. Press the Delete/Add button multiple times. This removes the second item, then adds it back. Notice that the item is not added back in its original spot and keeps sliding over as you press the Delete/Add button. On Windows, this behavior does not occur. On Linux, ...
2002-08-09 13:32:38
1,028,910,000
resolved fixed
30eda25
1,029,170,000
bundles/org.eclipse.swt/Eclipse SWT/emulated/coolbar/org/eclipse/swt/widgets/CoolBar.java
SWT
3,985
21,272
Bug 21272 StyledText does not support setting selection with caret on the left
Build 2.0 release The public API for StyledText does not allow the selection to be changed so that the caret is on the left side of the selection. The setSelection methods do not allow any way to specify a cursor on the left side (start > end, pass in a direction, length < 0) and setCaretOffset clears the selection. St...
2002-07-05 17:18:25
1,025,900,000
resolved fixed
bb59e96
1,028,910,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java
SWT
3,986
21,870
Bug 21870 Coolbar - platform wrapping should not change item sizes
Build 200207161002 1. Run the attached test case. 2. Size the window slightly smaller horizontally so that the Open Type (last cool item) gets wrapped to the next row. Notice that the first cool item on the first row is resized bigger. Also notice how flashy the auto wrapping is as you size the window smaller. You can ...
2002-07-24 15:14:30
1,027,540,000
resolved wontfix
559b15b
1,028,820,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/CoolBar.java
SWT
3,987
22,204
Bug 22204 Photon: Text.selectAll() does not select all the text(BBAWT)
In this test the selecting the button calls Text.selectAll() on the Text widget present in the Shell. It is seen that only a part of the text is selected and not all of it as expected.
2002-08-06 10:19:27
1,028,640,000
verified fixed
965c373
1,028,660,000
bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/Text.java
SWT
3,988
15,610
Bug 15610 StyledText - Double-Click-Drag doesn't work, works on Text
A double-click-drag (click, and then press again without releasing) doesn't work. This is typically used to swipe-select, but at the word boundary. This is what the Text control does.
2002-05-09 09:21:06
1,020,950,000
resolved fixed
9cf20db
1,028,650,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java
SWT
3,989
21,834
Bug 21834 Coolbar - deleting items corrupting layout
Build 200207161002 1. Run the attached test case. 2. Drag the Open Type coolitem to the second row (last coolItem). 3. Drag the Launch coolitem (last coolItem on first row) to the second row, put it after the Open Type item. 4. Drag the Search coolitem to the second row, put it after the Launch coolitem. 5. Drag the Sc...
2002-07-23 17:36:24
1,027,460,000
resolved fixed
380f53e
1,028,220,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/CoolBar.java
SWT
3,990
22,060
Bug 22060 StyledText - bidi - ArrayIndexOutOfBoundsException
build 20020730 Not sure how to reproduce and when that happened. Attaching log.
2002-07-30 16:45:59
1,028,060,000
resolved fixed
a7cb56d
1,028,210,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java
SWT
3,991
21,179
Bug 21179 Step filter in-place text editor invisible
Build 2.0 Linux-GTK 1. Go to Window->Preferences->Java->Debug->Step Filtering 2. Click "Add Filter" 3. A checkbox appears in the tree, but there is no visible text editor. 4. Type "asdf". No text appears. 5. Hit ENTER. The text "asdf" now appears. We need to either fix the in-place text editor or get rid of it and repl...
2002-07-02 09:11:17
1,025,620,000
resolved fixed
65efffd
1,028,070,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Control.java
SWT
3,992
21,696
Bug 21696 StyledText - RTF transfer codepage encoding
build 20020716 The SWT RTFTransfer class currently uses the system default codepage to encode Unicode text in a multibyte character set. This breaks RTF transfer if the system codepage is not set correctly (data is lost during conversion). Text in more than one local codepage (e.g., mixed Japanese and Hebrew) can never...
2002-07-18 11:12:42
1,027,010,000
resolved fixed
4104ced
1,028,060,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java
SWT
3,993
21,472
Bug 21472 keyPressed event ignored by org.eclipse.swt.widgets.Text for ENTER key
Only the keyReleased event is received after hitting the ENTER key. I assume this is a Linux/gtk2 problem.
2002-07-10 22:50:15
1,026,360,000
resolved fixed
8b6660c
1,028,060,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Button.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Decorations.java
SWT
3,994
21,338
Bug 21338 Accents and n don't work in editor using gtk
When I type n (ene) or vocals with accents (like a, e, i, o, u) don't work. This in java editor or text editor I use Eclipse 2 final release, on SuSe linux 7.3 and gnome 1.4. The value LANG variable is es_ES. When I run gtk-demo I can use accent and n, and when I use a eclipse wizard (like dialog for entry new task) I ...
2002-07-08 11:46:30
1,026,140,000
resolved fixed
1053da2
1,028,050,000
bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/OS.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Canvas.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Caret.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Control.java bundles/org....
SWT
3,995
22,036
Bug 22036 MOTIF: Appearance issue with Combo
In this test when the font is set to a particular font ("Serif for this test") by selecting the button on the shell, the down arrow which brings up the drop-down list is not visible because the font is too big. This down arrow is visible when the shell is resized. Once the shell is resized to a bigger size and the butt...
2002-07-30 10:17:13
1,028,040,000
resolved fixed
7c5eb41
1,028,050,000
bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Combo.java
SWT
3,996
21,967
Bug 21967 GTK: Setting selection index to -1 for a Combo throws an exception.
When the selection index for a Combo is set to -1 an ArrayIndexOutofBoundsException is thrown. While this case in Windows is ignored and no exception is thrown. test: ------test case starts here-------------------------------- import org.eclipse.swt.layout.FillLayout; import org.eclipse.swt.widgets.Display; import org....
2002-07-26 12:40:06
1,027,700,000
verified fixed
392da77
1,027,720,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Combo.java
SWT
3,997
21,937
Bug 21937 COMObject leakage on OleControlSite
Both constructors of OleControlSite and OleClientSite calls the same function : "createCOMInterfaces()". If you create new instance of OleControlSite, its field COMObjects (such as iDispatch, iUnknown) are initialized two time but the first ones are never disposed. COMObject::ObjectMap manages all instances of COMObjec...
2002-07-26 05:41:21
1,027,680,000
resolved fixed
2c8437a
1,027,720,000
bundles/org.eclipse.swt/Eclipse SWT OLE Win32/win32/org/eclipse/swt/ole/win32/OleControlSite.java
SWT
3,998
21,564
Bug 21564 GTK: Text of Button(with style bit SWT.CHECK) does not show up correctly
null
2002-07-12 16:24:24
1,026,510,000
verified fixed
104fba3
1,027,710,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Button.java
SWT
3,999
21,958
Bug 21958 ControlExample FileDialog does not filter correctly
The FileDialog created in the Dialog tab has extensions and filter names set but these are not working correctly. Delete the entry in File name field Set the filter to Doc files and go to a folder with *.doc files. You will see the folders but not the files. Same is true for all the other filters. I set the file name f...
2002-07-26 11:22:32
1,027,700,000
resolved fixed
edc6d32
1,027,700,000
examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/controlexample/DialogTab.java
SWT
4,000
21,563
Bug 21563 Mnemonics give focus to the label on GTK
Build 2.0 release Linux/GTK For widgets that do not contain heder text, the mnemonic can be stored in a label adjacent to the widget. When such a mnemonic is triggered on GTK, keyboard focus is incorrectly being given to the label instead of the widget. To reproduce: 1) Open the Workbench->Editors preference page. 2) P...
2002-07-12 16:15:40
1,026,500,000
resolved fixed
e8971aa
1,027,630,000
bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/OS.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Label.java
SWT
4,001
21,831
Bug 21831 Debug events wait for further UI events
Build I-20020723 VM: J2RE 1.3.1 IBM Windows 32 build cn131-20020403 (JIT enabled: jitc) - new Java project - new class: public class Hello { public static void main(String[] args) { System.out.println("Hi"); System.out.println("Hi"); System.out.println("Hi"); System.out.println("Hi"); System.out.println("Hi"); System.o...
2002-07-23 16:05:21
1,027,450,000
verified fixed
d0a1cdc
1,027,630,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Display.java
SWT
4,002
21,526
Bug 21526 Shell.computeTrim does not include menu bar
Eclipse R2.0. On GTK2. Shell.computeTrim does not include the size of the menu bar when one is present. Other platforms do.
2002-07-12 10:11:06
1,026,480,000
resolved fixed
4950fb5
1,027,610,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Shell.java
SWT
4,003
21,573
Bug 21573 TableTreeItem should have get/setGrayed() methods like TableItem
null
2002-07-14 08:15:54
1,026,650,000
resolved fixed
69d665c
1,027,540,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/TableTreeItem.java
SWT
4,004
21,653
Bug 21653 WinCE/SH4: Arrow keys don't generate key events
We have a machine running WindowsCE on an SH4 that has a full keyboard and mouse, based on a customer configuration. The customer has reported (and we have verified) that certain key events are not getting propagated by SWT on this platform. In the following testcase, key events fire for the letter keys, but no key eve...
2002-07-17 09:00:16
1,026,910,000
resolved fixed
19738ec
1,027,520,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Control.java
SWT
4,005
21,706
Bug 21706 BidiUtil in win32 has Class.forName() usage
Well, kind of. And so what if it does? OK, 2047 has a line in org.eclipse.swt.internal.BidiUtil of: static Callback callback = new Callback (BidiUtil.class, "windowProc", 4); The BidiUtil.class is syntactic sugar for Class.forName("org...BidiUtil"). The problem with this is that method throws a NoClassDefFoundError, wh...
2002-07-18 14:40:19
1,027,020,000
resolved fixed
a252d41
1,027,440,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/internal/BidiUtil.java
SWT
4,006
19,380
Bug 19380 listboxes flash as preferences dialog is resized
Open the preferences dialog and goto the Java>Compiler page. Now resize the dialog and the column of listboxes will flash as you do so.
2002-06-05 13:47:32
1,023,300,000
resolved fixed
3875e3b
1,027,020,000
bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/OS.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Combo.java
SWT
4,007
14,799
Bug 14799 Window manipulations block other threads from executing
On Win32 platforms (such as Win2k and WinNT), operations such as moving a scrollbar arm and resizing a window block other threads from executing. This is not the case on QNX. In case this is unclear, I have a testcase. Also, it should be noted that despite the trivial nature of the test, it represents the kind of issue...
2002-04-26 16:26:22
1,019,850,000
resolved fixed
7c4f71f
1,027,010,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Display.java
SWT
4,008
21,456
Bug 21456 GTK: Cannot type in Text widget contained in Shell which has style bit as NO_TRIM
When the Shell has NO_TRIM as its style bit we cannot type in the text widget in that Shell. Here is the test: -------------test case starts here ---------------------------- import org.eclipse.swt.SWT; import org.eclipse.swt.events.SelectionAdapter; import org.eclipse.swt.events.SelectionEvent; import org.eclipse.swt....
2002-07-10 13:25:58
1,026,320,000
verified fixed
1721059
1,026,940,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Shell.java
SWT
4,009
21,374
Bug 21374 Problem with Umlauts in Photon
We've got problems wuth Umlauts in our UI. The cause for that is, that for the AWT/SWT character conversion the Class org.eclipse.swt.internal.Converter is used which uses the converters of the String class. The converter in the String class is the standard converter which is set with 'file-converter=utf8'. This is sho...
2002-07-08 15:12:33
1,026,160,000
resolved fixed
57dbd01
1,026,940,000
bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/internal/Converter.java
SWT
4,010
21,440
Bug 21440 Unable to display Today screen when SWT app running on WinCE
Once I have deployed an SWT application to the PocketPC and started the application, I cannot show the Today screen in the PocketPC. If I choose Start- Today, my application is shown instead of the Today screen. Just open an SWT-based window, and then using the task list button, try to switch to the Today view - it con...
2002-07-10 11:03:30
1,026,310,000
resolved fixed
386907a
1,026,930,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Shell.java
SWT
4,011
21,449
Bug 21449 GTK: Calling Text.setSelection() causes GPF
When the test is run with the style bit as MULTI a GPF occurs. Here is the test case: ------------------start of test case --------------------------------- import org.eclipse.swt.SWT; import org.eclipse.swt.layout.FillLayout; import org.eclipse.swt.widgets.*; public class TestSWTTextselection { public static void main...
2002-07-10 12:10:44
1,026,320,000
verified fixed
1d1cba9
1,026,930,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Text.java
SWT
4,012
32,770
Bug 32770 Java application launch shortcut error doesn't help user
1. Open a java file containing a main method. 2. Select a non-resource-based view (such as the Debug view). 3. Click Debug As->Java Application. 4. A dialog appears: "Launch failed: no main type found". We should consider tracking resource selection the way external tools tracks selection for variable expansion (in fac...
2003-02-24 14:41:55
1,046,120,000
verified fixed
5bfc4a3
1,026,850,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Shell.java
SWT
4,013
21,596
Bug 21596 StyledText - initial bidi caret position wrong when widget empty
build 2.0 When no initial text is set in the widget the caret is not positioned at the left edge of the widget. It is a few pixels too far right. This does not happen when setText has been called.
2002-07-15 15:33:29
1,026,760,000
resolved fixed
28542bd
1,026,760,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java
SWT
4,014
12,181
Bug 12181 StyledText - mixing text width/caret position is confusing
build 20020321 The concept of caret position and text width used to be interchangeable. We always measure text from the beginning of the line to a character offset in the line which normally is the same as the caret position. This changed when we added support for margins in SINGLE mode. When a left margin is set, the ...
2002-03-22 18:46:04
1,016,840,000
resolved fixed
47bdf98
1,026,750,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/DisplayRenderer.java bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledTextBidi.java bundles/org.eclipse....
SWT
4,015
18,429
Bug 18429 ScrolledComposite with LayoutManager is VERY slow in iPAQ
I've tried the examples for the ScrolledComposite from the javadoc on the iPAQ an it is very slow. After touching the slider it took 2 sec to move the slider to the new position and another 6 sec to scroll the content of the widget. I've tried the old examples (displaying 10 buttons) and the new one (two ScrolledCompos...
2002-05-31 09:05:35
1,022,850,000
resolved fixed
8166f2f
1,026,500,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Control.java
SWT
4,016
21,524
Bug 21524 StyledText - NPE when typing text and caret is null
build R2.0 To reproduce: -run the SwtStyledTextUseCase -select Text Area->hide/show caret -type a character. You get a walkback in StyledText.handleTextChanged java.lang.NullPointerException Stack trace: java/lang/Throwable.<init>()V java/lang/Throwable.<init>(Ljava/lang/String;)V java/lang/NullPointerException.<init>(...
2002-07-12 09:33:31
1,026,480,000
resolved fixed
36e6638
1,026,490,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java
SWT
4,017
21,523
Bug 21523 StyledText - caret does not move when widget shell is not open
build R2.0 The caret does not move horizontally when the widget has not been made visible yet (i.e., its shell has not been opened) and API is called that should move the caret. To reproduce add the line text.invokeAction(ST.COLUMN_NEXT); to the SwtStyledTextUseCase.createWorkRegion Observe that the caret is still at o...
2002-07-12 09:19:15
1,026,480,000
resolved fixed
b5d04fb
1,026,480,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java
SWT
4,018
11,994
Bug 11994 StyledText - replace getXAtOffset(caretOffset) with caret.getLocation().x
build 20020319 In a number of places we get the location of the caret by calling getXAtOffset (caretOffset). I haven't looked at the code but we may be able to replace this with a call to caret.getLocation().x. This won't be possible though if the caret is null (i.e., when there is no caret). We could at least optimize...
2002-03-20 17:01:59
1,016,660,000
resolved fixed
edc261c
1,026,430,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java
SWT
4,019
12,178
Bug 12178 StyledText - move StyledTextRenderer#bidiTextWidth to DisplayRenderer
build 20020321 bidiTextWidth is used by the StyledTextRenderer to calculate the line start location on bidi platforms. This is important for display rendering because of the bidi caret inset. For printing however there is no need for a bidi caret inset. The current method should be moved to DisplayRenderer, made abstra...
2002-03-22 18:00:37
1,016,840,000
resolved fixed
535ac73
1,026,420,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/DisplayRenderer.java bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/PrintRenderer.java bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java bundles/org.eclipse.s...
SWT
4,020
21,415
Bug 21415 Javadoc for CLabel.setBackground has typos
In the Javadoc for the subject method, the following line appears: * Specify a gradiant of colours to be draw in the background of the CLabel. "draw" should be "drawn" "gradiant" should be "gradient" (actually 2 occurrences of this in this method)
2002-07-09 15:13:34
1,026,240,000
resolved fixed
732e953
1,026,410,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CLabel.java
SWT
4,021
15,088
Bug 15088 StyledText - getTopIndex semantics undefined when no line fully visible
null
2002-05-02 10:14:09
1,020,350,000
resolved fixed
debbbdd
1,026,410,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java
SWT
4,022
20,690
Bug 20690 StyledText - bidi - should force font script when keyboard language changed
StyledText derives whether or not to reorder text based on what the font script is (this is what MS doc says to do when using GetCharacterPlacement). If you have your font script set incorrectly (e.g., Western vs. Hebrew/Arabic), RtoL text will be displayed as LtoR, which is confusing. Other applications (e.g., WordPad...
2002-06-19 17:46:51
1,024,520,000
resolved fixed
4ed026a
1,026,330,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/internal/BidiUtil.java
SWT
4,023
21,413
Bug 21413 CoolBar computeSize fails on XP
selfhosting with SWT code > 20020709 (no build available so far) CoolBar computeSize fails on windows XP (tested running with the manifest file) Situation 1: 1 - Resize the workbench windows until the CoolBar wraps. 2 - Maximized the workbench window. 3 - A empty row remains (bug). Note: It looks like the SetWindowPos ...
2002-07-09 13:56:40
1,026,240,000
resolved fixed
983c5f7
1,026,330,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/CoolBar.java
SWT
4,024
21,154
Bug 21154 StyledText - BIDI - Bad effect of RLO unicode character
Tested on win2k Arabic Locale, build eclipse-SDK-GM4-win32.zip -Create a new Java Project. -Create a new Java Class named TestStyledText. -Insert the following code in the newly created class: public class TestStyledText { public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell...
2002-06-30 09:03:30
1,025,440,000
resolved fixed
70ad0ef
1,026,320,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledTextBidi.java
SWT
4,025
15,554
Bug 15554 DCR - alignment in a text widget
I am looking for a way to set the string in a text widget right aligned (e.g. for numbers). For a javax.swing.JTextField there exists a function setHorizontalAlignment( JTextField.RIGHT) - There should be something similar for org.eclipse.widgets.Text to set left / right / center alignment.
2002-05-08 13:00:20
1,020,880,000
resolved fixed
31e7415
1,026,310,000
bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/OS.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Text.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Text.java bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Text.java bundles/o...
SWT
4,026
16,205
Bug 16205 StyledText - Tab does not tab out of read-only
Build 20020515 - Help / About - select a portion of the about text (this is a read-only StyledText) - hit Tab - it does not go to the next control Since Tab has no effect on the StyledText content since it is read-only, it should do tab traversal. Note that we are working around this post 20020515 by using a traverse l...
2002-05-16 18:11:14
1,021,590,000
resolved fixed
132f3a8
1,026,250,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java
SWT
4,027
21,223
Bug 21223 StyledText - Cursor should stop blinking when moving
If I hold the "down" button inside a java file, the cursor blinks while moving downward. It should only blink when still.
2002-07-03 22:26:00
1,025,750,000
resolved fixed
4304c6f
1,026,250,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Caret.java
SWT
4,028
11,868
Bug 11868 StyledText: text selection with key 'arrow down' does not include last line
null
2002-03-20 10:14:43
1,016,640,000
resolved fixed
a302881
1,026,250,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java
SWT
4,029
21,386
Bug 21386 Help uses xerces implementation classes instead of APIs
Help uses org.apache.xerces packages instead of APIs (javax.xml.parsers packages).
2002-07-08 17:26:11
1,026,160,000
resolved fixed
715380d
1,026,240,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/GC.java
SWT
4,030
16,110
Bug 16110 StyledText scroll not working with PageUp/Down keys.
When all contensts are selected in StyledText, PageDown or PageUp keys does not scroll the client area so that the caret is shown in the window. Behavior of ArrowDown and ArrowUp keys looks good. With TextEditor: 1) Open the text file which is large enough to show a vertical scrollbar. 2) Scroll down to the middle of t...
2002-05-16 02:12:10
1,021,530,000
resolved fixed
4c56a53
1,026,230,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java
SWT
4,031
19,964
Bug 19964 Coolbar - can "lose" items when platform widget wraps
Build 20020611 1. Size the workbench and Reset Toolbar Layout so that you have two rows of items, with only a couple of items on the second row. 2. Size the workbench smaller and smaller vertically. When the items on the first row can no longer fit (due to minimum size reached for all), the platform widget will start t...
2002-06-11 20:10:59
1,023,840,000
resolved fixed
ae9e98c
1,026,230,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/CoolBar.java
SWT
4,032
21,030
Bug 21030 StyledText - during cut if clipboard copy fails do not delete text
null
2002-06-26 16:02:08
1,025,120,000
resolved fixed
32e29cd
1,026,170,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java
SWT
4,033
17,252
Bug 17252 accelerator labels: Ctrl-Shift-A, Shift-Ctrl-A or Shift-Ctl-A?
F1 on linux-gtk: I see the modifier keys of accelerator labels are reversed on gtk: Shift-Ctrl- instead of Ctrl-Shift- . Looking at some gtk (1.x) programs, they actually use Shift-Ctl- . Either we should be platform compliant (Shift-Ctl-) or use the unified way (Ctrl-Shift-).
2002-05-23 09:44:31
1,022,160,000
resolved fixed
ed23340
1,025,900,000
bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/OS.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/MenuItem.java
SWT
4,034
16,986
Bug 16986 JavaViewer example should remember path
The JavaViewer example does not remember the path of the last file opened. Every time the user opens a file, he has to walk the file system again. This can be easily done by keeping the FileDialog around.
2002-05-22 14:52:36
1,022,090,000
resolved fixed
d5a48d1
1,025,900,000
examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/javaviewer/JavaViewer.java
SWT
4,035
16,777
Bug 16777 Busy cursor lost over progress indicator edges
Whenever BusyIndicator.showWhile() is used around a ProgressMonitorDialog, there are 1 pixel borders around the progress indicator that retain the default cursor. The busy cursor should be active for the entire ProgressMonitorDialog. To reproduce: 1) Check something out of CVS that will take around 10 seconds. 2) While...
2002-05-22 09:38:52
1,022,070,000
resolved fixed
04a2a93
1,025,890,000
bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/OS.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Control.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Decorations.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Sash.jav...
SWT
4,036
19,434
Bug 19434 ToolItem does not need to check for TOGGLE
20020602 ToolItem does not need to check for SWT.TOGGLE in setSelection and getSelection. Suspect this code was cut/pasted from Button, but since TOGGLE is not a ToolItem style, the check for TOGGLE is unnecessary.
2002-06-05 18:52:59
1,023,320,000
resolved fixed
5449682
1,025,820,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ToolItem.java
SWT
4,037
20,956
Bug 20956 Emulated CoolItem do not respect SWT.DROP_DOWN flag
build 20020624 A CoolItem should only has the chevron when the SWT.DROP_DOWN flag is set, but the emulated CoolItem always has it doesn't matter if the flag is set or not. ControlExample shows this bug. I think we should fix this after 2.0.
2002-06-25 12:18:03
1,025,020,000
resolved fixed
cd729e2
1,025,810,000
bundles/org.eclipse.swt/Eclipse SWT/emulated/coolbar/org/eclipse/swt/widgets/CoolBar.java bundles/org.eclipse.swt/Eclipse SWT/emulated/coolbar/org/eclipse/swt/widgets/CoolItem.java
SWT
4,038
18,705
Bug 18705 Too much flashin in Control Example
- run the control example - resize the window _in_the_vertical_direction_only_ - notice that all tabs in the TabFolder and all Frames flash. - why? only the bottom edge of the outermost frames need to be repainted.
2002-06-03 09:33:46
1,023,110,000
resolved fixed
c762252
1,025,810,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ToolBar.java
SWT
4,039
18,253
Bug 18253 Coolbar - disposing items not honoring setRedraw = false
1. Put a breakpoint at the for loop in the button handler. 2. Run the attached test case with debug. Press the delete button. 3. Step through the for loop. Notice that redraws are occurring even though setRedraw is set to false.
2002-05-29 18:39:11
1,022,710,000
resolved fixed
e293cd5
1,025,800,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Control.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/CoolBar.java
SWT
4,040
19,630
Bug 19630 Coolbar - odd dispose behavior
Run the attached test case. Press the Remove button. The remove action will remove the first coolitem. First the coolitem's associated toolbar is disposed, then it executes setControl(null) for the coolitem, then it disposes the coolitem. Note that the setControl(null) method cause an SWTException, which is odd.
2002-06-07 13:37:12
1,023,470,000
resolved fixed
cd0ca06
1,025,800,000
bundles/org.eclipse.swt/Eclipse SWT/emulated/tabfolder/org/eclipse/swt/widgets/TabItem.java bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/TabItem.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/CoolItem.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Ta...
SWT
4,041
15,728
Bug 15728 Packages view selection always one too high
If you have selected a class and then switch back to the packages view to see it the selection is always one element above the top of the view. STEPS 1) Open a Type Hierarchy on a class 2) Select its superclass and open an editor 3) Switch back to the packages view - the selection will be one element too high and not v...
2002-05-10 09:55:11
1,021,040,000
resolved fixed
3bf1326
1,025,800,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tree.java
SWT
4,042
15,559
Bug 15559 JAWS reads the parent window for dialog shells
JAWS has a feature that allows you to read the contents of a message box. If a message box pops you can hit Ins+B and it will read all of the widgets in the box. In the Eclipse UI MessageBox (a window with a modal shell) this feature will read the contents of the window parenting the dialog rather than the dialog. In o...
2002-05-08 13:42:34
1,020,880,000
resolved fixed
783a786
1,025,800,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Shell.java
SWT
4,043
20,846
Bug 20846 WIN32: 'Combo.indexOf' always returns -1 for empty string
This is a problem of both the ComboLBox and ListBox control of Windows. The implementation of 'List.indexOf' already shows a solution which will also work fine for the Combo. (Theorem: Every set of bugs has an accumulation point.)
2002-06-21 16:51:05
1,024,690,000
resolved fixed
6d9ffc9
1,025,800,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Combo.java
SWT
4,044
20,159
Bug 20159 Right-clicking on coolbar grabber causes strange behavior
Build F3 (20020612) Redhat 7.2, KDE 2.2-10 (Both Motif and GTK2) If you right click and release on a coolbar grabber (like a regular mouse click), then the 4-way arrow cursor appears (as if to say, you may now move the coolbar). The coolbar will follow the mouse from now on, but only if you go really slow, if you slide...
2002-06-13 09:40:13
1,023,980,000
resolved fixed
42cd796
1,025,730,000
bundles/org.eclipse.swt/Eclipse SWT/emulated/coolbar/org/eclipse/swt/widgets/CoolBar.java
SWT
4,045
20,904
Bug 20904 SWT exception on LayoutExample (Photon)
build 20020624 (F4) 1 - Run the LayoutExample (org.eclipse.swt.examples) 2 - Go to the RowLayout tab 3 - Insert a control 4 - define a width for this control The following log will be write in the console: org.eclipse.swt.SWTException: Widget is disposed Stack trace: java/lang/Throwable.<init>()V java/lang/Throwable.<i...
2002-06-24 13:39:48
1,024,940,000
resolved fixed
f0c9f4c
1,025,720,000
bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/Control.java
SWT
4,046
19,615
Bug 19615 StyledText - example Text Editor bug in copy/paste
build 20020602 (F2) 1 - Run TextEditor example on org.eclipse.swt.examples 2 - aaaa on it 3 - set a style (bold, blue, red, whatever you want) for the first and the last chars. (it have to be the same style for both) 4 - Copy it and paste 5 - The style you choice will be applied on the first and on the second char of t...
2002-06-07 12:28:48
1,023,470,000
resolved fixed
dbcfafc
1,025,710,000
examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/texteditor/TextEditor.java
SWT
4,047
20,722
Bug 20722 GTK TableColumn#pack does not work if no header
Eclipse 0620 Linux GTK Red Hat 7.2 under KDE Table.pack only seems to work if the column headers are visible AND they have text. Table.pack should make the column the wider of the header or the widest entry in the column and it should work regardless of whether the header is visible. 1) Run the example below. The secon...
2002-06-20 10:48:44
1,024,580,000
resolved fixed
4313796
1,025,710,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TableColumn.java
SWT
4,048
20,683
Bug 20683 [ExternalTools] F3 (and F2) crashes the JVM when trying to cancel an external tool on linux-gtk
When I create an external tool to run this shell script: #!/bin/sh sleep 1m (I put that in my testcase project under the name test2.sh and pop to a shell to make it chmod 755) I create an external tool with the following properties: Location: ${workspace_loc:/testcase/test2.sh} Arguments: Directory: ${workspace_loc:/te...
2002-06-19 16:14:34
1,024,520,000
resolved fixed
3d07da0
1,025,710,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Shell.java
SWT
4,049
17,993
Bug 17993 Find/Replace shouldn't replace typed entry with value from history
I'm using the F1 build. The Find/Replace dialog (accessed through Edit > Find/Replace...) has a history of recent searches. When you type in the "Find" or "Replace With" fields it searches for entries from a previous search. If it finds one, it replaces what you have typed with the value from the history. The search of...
2002-05-27 17:53:08
1,022,540,000
resolved fixed
90feef1
1,025,710,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Combo.java
SWT
4,050
21,192
Bug 21192 UnsatisfiedLinkError thrown when pressing a hardware key
Using SWT 2047 on PocketPC I get an UnsatisfiedLinkError on OS.VkKeyScanW(S)S in Control#WM_KEYDOWN. OS.VkKeyScanW is not part of the 2047 SWT DLL for PocketPC (I believe the function does not exist on this platform). If I comment the snippet below for PocketPC it works fine: for (int i=0; i<ACCENTS.length; i++) { int ...
2002-07-02 18:53:34
1,025,650,000
resolved fixed
f386913
1,025,710,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Control.java
SWT
4,051
21,006
Bug 21006 could not write some characters with a french keyboard
With a French keyboard, it is impossible to write some characters in all editors, with all eclipse builds. The characters are : ~ tilde ` accent is there a workaround to enables Eclipse to write these characters in editors ?? thanks
2002-06-26 09:26:19
1,025,100,000
resolved fixed
1cde07f
1,025,120,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Control.java
SWT
4,052
20,965
Bug 20965 Java editor hangs on Tab or Ctrl+/
When I select 20 lines (but not 19) in the Java editor and press Tab or Ctrl+/, the editor freezes, although the workbench doesn't: I am able to save & close the editor.
2002-06-25 14:16:13
1,025,030,000
resolved fixed
b976085
1,025,120,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledTextBidi.java
SWT
4,053
17,191
Bug 17191 SWT Error in JUnit view
F1 Suse 8.0, KDE 3.0, GTK 2 - switch to Java perspective - open JUnit view - select Hierarchy tab Got exception (works under Windows & Motif) org.eclipse.swt.SWTError: Argument cannot be null at org.eclipse.swt.widgets.Widget.error(Widget.java:289) at org.eclipse.swt.widgets.Tree.showItem(Tree.java:1034) at org.eclipse...
2002-05-23 06:57:21
1,022,150,000
resolved fixed
e96c96f
1,025,020,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Tree.java
SWT
4,054
20,615
Bug 20615 "Override methods" dialog too greedy with focus, also has no vertical scrollbar
In the linux gtk (2.0) port, the override methods dialog doesn't have a vertical scrollbar, so I couldn't select a method that was below the first 15 or so methods listed. Even worse, it is overly greedy with its focus, so I couldn't even access my window manager's features to resize the window (which was quite surpris...
2002-06-18 21:26:27
1,024,450,000
resolved fixed
f9c953e
1,024,510,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Tree.java
SWT
4,055
20,556
Bug 20556 ImageAnalyzer example - bug in the set background
build 20020617 1 - Run the ImageAnalyzer found on org.eclipse.swt.examples. 2 - In the Background Combo choice a different Color 3 - the canvas on center will not changed its background color, only the scrollbar will. The bug is on examples, though this is working properly on Windows. A possible fix is remove imageCanv...
2002-06-18 14:06:09
1,024,420,000
resolved fixed
e309bef
1,024,500,000
examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/imageanalyzer/ImageAnalyzer.java
SWT
4,056
20,513
Bug 20513 Combo control in view toolbar does not refresh view properly
Eclipse build: F1, F2 and F3 Platform: Windows 2000 (professional) If an SWT Combo widget is added as a contribution to a view's toolbar, updating the associated toolbar manager leaves an unpainted background region displayed in the view. This region happens to correspond to the size of the Combo drop- down list. It ap...
2002-06-17 16:46:06
1,024,350,000
resolved fixed
d2c591f
1,024,430,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ToolBar.java
SWT
4,057
20,362
Bug 20362 Coolbar cannot be traversed to
F3 Note that I also see this in the F1 build, so this is not a side-effect of SN and SQ's recent changes involving tabbing. Eclipse's CoolBar can't be tabbed into on Motif, but it can be on Windows.
2002-06-14 12:37:14
1,024,070,000
resolved fixed
144c657
1,024,340,000
bundles/org.eclipse.swt/Eclipse SWT/emulated/coolbar/org/eclipse/swt/widgets/CoolBar.java bundles/org.eclipse.swt/Eclipse SWT/emulated/coolbar/org/eclipse/swt/widgets/CoolItem.java
SWT
4,058
20,365
Bug 20365 Bidi - NPE when closing Eclipse
build F3 -had a workspace created with English Win2k in English system locale -switched the default locale to Hebrew -restarted Windows -in Eclipse I could now type R2L Hebrew text -on shutdown I got the attached NPE in BidiUtil.removeLanguageListener
2002-06-14 12:52:43
1,024,070,000
verified fixed
4519543
1,024,090,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/internal/BidiUtil.java
SWT
4,059
20,176
Bug 20176 TableItem.getText(int) returns garbage in GTK
Build F3, Linux/GTK Calling TableItem.getText(int) with a multicolumn table sometimes returns garbage. In the following example, the first item is retrieved correctly but the second and third come back mangled. This is what I see when I run the code below: --- 1 _x0008_A_x0017_@_x0008_A_x0017_@_eclipse_swt_internal_gtk...
2002-06-13 10:32:03
1,023,980,000
resolved fixed
22fad4b
1,024,090,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Table.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TableItem.java
SWT
4,060
19,244
Bug 19244 Spacing between Table rows grows with number of rows
The spacing between rows in a Table widget appears to grow relative to the number of rows in the table. The spacing seems normal with a few rows. With may rows (ex. 100), the spacing can grow to be so large that you cannot even scroll to see all of the rows. Here's a snippet of our code: ----beginning of snippet 1 priv...
2002-06-04 22:23:24
1,023,240,000
resolved fixed
53cdfc1
1,024,080,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/TableItem.java
SWT