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,461
51,248
Bug 51248 GUI thread does not process the GUI update requests timely, causing the display to be unresponsive
The design of the main event dispatch cycle (Display.readAndDispatch()) provides for GUI update events (executed asynchronously or synchronously on a non-gui thread) to run within the same "time horizon" as GUI events. The mechanism for this synchronization involves posting a "wake message" to the windows event queue a...
2004-02-05 12:24:14
1,076,000,000
resolved fixed
578025c
1,076,700,000
bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/widgets/Synchronizer.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Display.java
SWT
3,462
51,831
Bug 51831 StyledText doesn't specify contents of its SelectionEvents
StyledText offers to send out SelectionEvents, but I found no specification about the contents of the SelectionEvent. SelectionEvent says that x and y fields are Widget-specific, but doesn't link to StyledText. StyledText#addSelectionListener(..) also doesn't specify the contents of the SelectionEvent. Looking at the i...
2004-02-12 08:56:08
1,076,590,000
resolved fixed
4a89695
1,076,700,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java
SWT
3,463
38,643
Bug 38643 Toolbar computeSize stop working after WM_SETFONT
Our editor has a problem when turning on and off a combo box on toolbar. Once users encounter this problem, they have to reset toolbars and restart workbench to fix it. Steps to reproduce: 1. Start run-time workbench with attached plugin 2. Create a simple project 3. Create a file named 'test.w'. Make sure that two too...
2003-06-09 08:12:59
1,055,160,000
resolved fixed
6dfada0
1,076,610,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ToolBar.java
SWT
3,464
48,273
Bug 48273 [wm2003] pocket pc - issues with popup menu
Hello, I have some trouble with SWT (swt-N20031205-wince-arm-ppc) and WM2003. Device is ASUS MyPAL 620 (XScale 400), czech localization. I tested sample from article "Cup Of SWT", StylusHold application. When I hold tap on PDA, Popup menu is displayed. This is correct. But when I select any item, the popup menu will hi...
2003-12-08 10:04:24
1,070,900,000
resolved fixed
4427fb8
1,076,540,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Control.java
SWT
3,465
51,031
Bug 51031 Broken arrows on multi page
In eclipse-SDK-N20040125-linux-gtk (I'm developing a plug-in) Run->Debug... This opens the window "Create, manage and run configurations" Select run-time workbench->run-time workbench. This shows a screen with many "pages": test,arguments,classpath,JRE,... If the window is too small to show all the page tabs, two arrow...
2004-02-01 13:18:56
1,075,660,000
resolved fixed
b0ec5e7
1,076,450,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Control.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TabFolder.java
SWT
3,466
51,492
Bug 51492 changing TabFolder foreground colour is not immediately reflected
M7 - run control example, go to TabFolder tab - change its foreground, note that it doesn't change - damage the window, then show it again, and note that the colour is changed - alternatively, changing the background does the same thing
2004-02-10 12:33:29
1,076,430,000
resolved fixed
3dc8b1c
1,076,440,000
bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Composite.java
SWT
3,467
44,946
Bug 44946 TableCursor always paints left-aligned text
In the case with a table that is center/right aligned, having a cursor makes the text displayed in the cursor inconsistent with table's alignment. TableCursor is always left-aligned and does not provide any means to allow user to set its text alignment to match its table's alignment.
2003-10-15 16:54:14
1,066,250,000
resolved fixed
898fc9a
1,076,440,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/TableCursor.java
SWT
3,468
51,088
Bug 51088 Patch(es) to fix redraw bug after ControlEditors close.
Currently on the Mac, when a Control is disposed, it does not tell the parent to reset the clipping regions. This is what causes the area under a ControlEditor to not be redrawn properly after editing is complete. The most obvious hack to fix this (which is probably not the correct one) is to call invalidateVisibleRegi...
2004-02-02 21:50:17
1,075,780,000
resolved fixed
8881848
1,076,430,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Control.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/ToolBar.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/ToolItem.java
SWT
3,469
47,264
Bug 47264 I-Beam displayed in wrong control (Run... dialog)
1) Open the Run dialog (i.e. click on down arrow beside the running man, select "Run..." from pop up) 2) Select any item in the "Java Application" category (create one if needed) 3) click on "Arguments" tab. 4) click in "VM Arguments:" text field. 5) type characters. notice that, the i-beam appears and disappears in th...
2003-11-21 14:19:14
1,069,440,000
resolved fixed
26c7511
1,076,370,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/TabFolder.java
SWT
3,470
49,797
Bug 49797 [WM2003] GC cannot instantiate on PPC 2003
null
2004-01-09 16:22:09
1,073,680,000
resolved fixed
37c1ed2
1,076,360,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/GC.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/internal/BidiUtil.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/MenuItem.java bundl...
SWT
3,471
51,325
Bug 51325 SWT_AWT:The color depth of the display changed cause NullPointerException
null
2004-02-08 03:14:28
1,076,230,000
resolved fixed
33448e3
1,076,360,000
bundles/org.eclipse.swt/Eclipse SWT AWT/win32/org/eclipse/swt/awt/SWT_AWT.java
SWT
3,472
50,522
Bug 50522 [interop] Components in SWT_AWT don't show in Workbench.
Components in SWT_AWT don't show in Workbench. It you put back some of what was removed from SWT_AWT.java between M5 and M6 then things work again. Specifically the code below. Will also attach a sampple plugin project that shows this. parent.addListener (org.eclipse.swt.SWT.Resize, new org.eclipse.swt.widgets.Listener...
2004-01-23 17:51:15
1,074,900,000
resolved fixed
ae931ca
1,076,350,000
bundles/org.eclipse.swt/Eclipse SWT AWT/win32/org/eclipse/swt/awt/SWT_AWT.java
SWT
3,473
50,907
Bug 50907 JPEG loader fails to load image
Try to load the attached image and an ArrayIndexOutOfBoundsException will be thrown.
2004-01-29 15:25:31
1,075,410,000
resolved fixed
047cbaf
1,076,010,000
bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/internal/image/JPEGFrameHeader.java bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/internal/image/JPEGScanHeader.java
SWT
3,474
44,063
Bug 44063 Clipboard of GTK on KDE : Eclipse crash
When Clipboard.getAvailableTypeNames() is called on GTK/Linux with KDE system ( not GNOME ), it causes Eclipse platform to get crashed. Looks like in this function, somehow OS.gdk_atom_name(atoms[i]) returns 0 and passing 0 to OS.strlen() causes segv. Here is how to: 1) Install the attached plugin on GTK/Linux Eclipse ...
2003-10-02 06:04:31
1,065,090,000
closed fixed
bbed131
1,075,760,000
bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/gtk/org/eclipse/swt/dnd/Clipboard.java
SWT
3,475
50,991
Bug 50991 [browser] mozilla - must support older version mozilla 1.4
We currently support mozilla 1.6. We also need to support mozilla 1.4
2004-01-30 14:57:32
1,075,490,000
resolved fixed
5d484c6
1,075,490,000
bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/XPCOM.java bundles/org.eclipse.swt/Eclipse SWT Mozilla/gtk/org/eclipse/swt/internal/mozilla/GRE.java
SWT
3,476
50,709
Bug 50709 Right Aligned Table Column Headers do not appear until after a resize
Table column headers are initially blank when set with style SWT.RIGHT on 3.0 M6 SWT-GTK2 until manually resized. The header text then appears properly right aligned for all columns to the right of the one that has been resized.
2004-01-27 14:47:51
1,075,230,000
resolved fixed
99a54cc
1,075,490,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/Table.java
SWT
3,477
50,778
Bug 50778 Java doc problems
v3036c In trying to generate javadoc for eSWT API, ran across the following two problems: - List setSelection(int,int) @see tags reference Table, should specify List - SWT.java @see SWT.Help should be @see SWT#Help
2004-01-28 12:48:52
1,075,310,000
resolved fixed
2e7509b
1,075,380,000
bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/SWT.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/List.java
SWT
3,478
50,639
Bug 50639 Deadlock creating image outside UI thread
I20040121 I got a deadlock today while performing a manual workspace build (Ctrl+B). The stack trace shows that it is trying to create an Image instance outside of the UI thread. This is causing it to block on a GTK OS primitive (presumably because the main thread currently holds some mutex on the UI). I will attach th...
2004-01-26 15:39:24
1,075,150,000
resolved fixed
f413d9c
1,075,320,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Display.java bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Display.java
SWT
3,479
50,483
Bug 50483 [interop] swt SWT_AWT & ui ViewPart
Hi all, I try to use SWT_AWT in a ViewPart but I can't get my plugin working, the workbench tells me there was an error creating view. Here it is, taken from platform .log : !ENTRY org.eclipse.ui 4 4 janv. 23, 2004 12:04:50.246 !MESSAGE Unhandled event loop exception !ENTRY org.eclipse.ui 4 0 janv. 23, 2004 12:04:50.24...
2004-01-23 12:36:37
1,074,880,000
resolved fixed
0bd465c
1,074,900,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java
SWT
3,480
50,034
Bug 50034 [interop] swing mouse events not received in RCP plugin
(m5 & m6) in an RCP plugin Mouse events for Swing controls (JTree and JButton) are not received if they are placed directly in the Frame created by new_Frame. A Panel must be added to the Frame and then the Swing controls added to the Panel. A plain AWT button works fine. public void createPartControl(Composite parent)...
2004-01-14 18:14:56
1,074,120,000
resolved fixed
56b9af0
1,074,880,000
bundles/org.eclipse.swt/Eclipse SWT AWT/win32/org/eclipse/swt/awt/SWT_AWT.java
SWT
3,481
50,256
Bug 50256 Text#getCaretLocation() sends erroneous Modify event
When I call Text#getCaretLocation(), the implementation sends two OS.EM_REPLACESEL messages. Both of them cause an execution of sendEvent (SWT.Modify), which can cause unexpected behavior in client code listening to "true" modify events. The two modify events (adding a space character, and removing it) should not be se...
2004-01-20 03:32:34
1,074,590,000
resolved fixed
bcdacd4
1,074,620,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Text.java
SWT
3,482
48,809
Bug 48809 [browser] breaking change - rename LocationEvent.cancel to LocationEvent.doit and reverse boolean meaning
To be consistent with SelectionListener and since SWT does not use cancel anywhere: LocationEvent.cancel should probably be renamed LocationEvent.doit where cancel was false by default, doit is true by default
2003-12-15 18:12:03
1,071,530,000
resolved fixed
5a8cb08
1,074,610,000
bundles/org.eclipse.swt/Eclipse SWT Browser/common/org/eclipse/swt/browser/LocationEvent.java bundles/org.eclipse.swt/Eclipse SWT Browser/motif/org/eclipse/swt/browser/Browser.java bundles/org.eclipse.swt/Eclipse SWT Browser/mozilla/org/eclipse/swt/browser/Browser.java bundles/org.eclipse.swt/Eclipse SWT Browser/photon...
SWT
3,483
46,543
Bug 46543 [browser] Photon / Investigate/Provide support for NewWindow event
Provide support for the test case in the attachement below - unzip - open the document index.html - click on links. The Browser widget should correctly handle the new window requests in those 2 cases. Current approach is to provide the following event (names not finalized yet, to give an idea): public class NewWindow ....
2003-11-12 17:52:08
1,068,680,000
closed wontfix
772f59d
1,074,550,000
bundles/org.eclipse.swt/Eclipse SWT Browser/photon/org/eclipse/swt/browser/Browser.java bundles/org.eclipse.swt/Eclipse SWT PI/photon/org/eclipse/swt/internal/photon/OS.java bundles/org.eclipse.swt/Eclipse SWT PI/photon/org/eclipse/swt/internal/photon/PtWebWindowCallback_t.java
SWT
3,484
49,942
Bug 49942 NPE in StyledText.getSelectionRange (line 4275)
I200401130800 Found many of these in the log file. General stability seems to be affected while in use. !ENTRY org.eclipse.ui 4 0 Jan 13, 2004 15:11:53.105 !MESSAGE java.lang.NullPointerException !STACK 0 java.lang.NullPointerException at org.eclipse.swt.custom.StyledText.getSelectionRange (StyledText.java:4275) at org...
2004-01-13 15:19:19
1,074,030,000
resolved fixed
d72f35f
1,074,100,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java
SWT
3,485
49,723
Bug 49723 StyledText is leaking StyleRange objects again
M6 And it's not accessibility's fault this time. Need to investigate.
2004-01-08 14:33:07
1,073,590,000
resolved fixed
67bbaee
1,073,680,000
bundles/org.eclipse.swt/Eclipse SWT Accessibility/gtk/org/eclipse/swt/accessibility/Accessible.java bundles/org.eclipse.swt/Eclipse SWT Accessibility/gtk/org/eclipse/swt/accessibility/AccessibleObject.java bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/DefaultLineStyler.java bundles/or...
SWT
3,486
32,828
Bug 32828 Loss of the modal context
When a thread is suspended and the debug view is refreshed, Eclipse is no more modal. 1. create the following compilation unit : public class TestLineBreakpoint { public static void main(String[] args) { int i= 0; while (1 == 1) { i++; // <-- conditionnal breakpoint here } } public static void foo() { System.out.printl...
2003-02-24 16:58:49
1,046,120,000
resolved fixed
a1e2dc4
1,073,430,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Shell.java
SWT
3,487
49,381
Bug 49381 SWT.RIGHT does not work in Text
RUn th efollowing snippet. The text is not Right aligned. Same is true if the style SWT.SINGLE is added. public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); Text text = new Text(shell, SWT.RIGHT); text.setText("Hello"); text.setBounds(10, 10, 200, 200); shell.open...
2003-12-29 10:49:41
1,072,710,000
resolved fixed
b21726b
1,073,410,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Text.java
SWT
3,488
49,154
Bug 49154 Combo behavior not very user-friendly
We have a DROP_DOWN combo (not READ_ONLY) and we listen to it for default selection events. There are a couple of problems: 1) When the user selects something with the mouse from the drop-down, the drop- down disappears, but the default selection event is not fired. The user has to then hit "Enter" to do that. Listenin...
2003-12-18 17:56:26
1,071,790,000
resolved fixed
3911eac
1,073,340,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Combo.java
SWT
3,489
49,534
Bug 49534 Javadoc of 'Control' should mention 'Traverse' event
org.eclipse.swt.widgets.Control supports SWT.Traverse events. This is not mentioned in the list of handled events in the class' javadoc, and should be added for completeness.
2004-01-05 11:23:49
1,073,320,000
resolved fixed
8888613
1,073,320,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Control.java
SWT
3,490
49,071
Bug 49071 Hitting Enter while editing a detail formatter close the dialog
Open a detail formatter dialog (create a new detail formatter or edit an existing one), give the focus to the text area, hit Enter, the dialog is close, as if 'OK' button was used. It makes creating a complex detail formatter really painfull. May be a linux-GTK only problem, please check no other platforms.
2003-12-17 15:47:01
1,071,690,000
resolved fixed
57ddfef
1,071,780,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Composite.java
SWT
3,491
48,470
Bug 48470 CoolBar loses lines between M4 and M5
I'm working with SWT since february this year, and for practice I modified the WebBrowser example a little bit (used a coolbar with hotImage etc.). I downloaded the last release of Eclipse M5 but my application appears differently: no separator between the two cool item. Steve Northover replied on the eclipse.platform....
2003-12-11 05:23:47
1,071,140,000
resolved fixed
2d03597
1,071,530,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/CoolBar.java
SWT
3,492
48,781
Bug 48781 cursors of size 16 look wrong
null
2003-12-15 14:45:43
1,071,520,000
resolved fixed
1acb357
1,071,520,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/Cursor.java
SWT
3,493
48,589
Bug 48589 [EditorMgmt] Special chars in filenames and funny filename tabs behaviour
It is not a big deal, but filename tabs seem to interpret names of the files. For example, if one of the opened files happens to have name "D&W" it is not possible to access "Window" menu using Alt-W shortcut. Win2k, SP4, Sun JDK 1.4.2_03, Eclipse 200312110800
2003-12-11 16:14:13
1,071,180,000
verified fixed
82faecf
1,071,510,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabItem.java
SWT
3,494
47,973
Bug 47973 [KeyBindings] cannot bind to Alt+Enter
in I200312020950 Alt+Enter no longer shows me the properties of a file.
2003-12-03 09:01:13
1,070,460,000
resolved fixed
77cb502
1,071,270,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Control.java
SWT
3,495
48,263
Bug 48263 EC: gtk allows TabItem.setControl(...) value to be non-child of TabFolder
Snippet to try: Composite composite = new Composite(shell, SWT.NONE); TabFolder tabFolder = new TabFolder(shell, SWT.NONE); tabFolder.setBounds(0, 0, 680, 480); TabItem tabItemLearn = new TabItem(tabFolder, SWT.NONE); tabItemLearn.setText("Lernen"); tabItemLearn.setControl(composite); // <--
2003-12-08 08:19:42
1,070,890,000
resolved fixed
8043823
1,070,990,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TabItem.java
SWT
3,496
48,022
Bug 48022 3 mouse clicks cause 4 mouseDown events
null
2003-12-03 14:41:59
1,070,480,000
resolved fixed
c20df65
1,070,640,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Control.java
SWT
3,497
48,036
Bug 48036 [browser] crash on IE when using javascript to close more than 2 windows
null
2003-12-03 17:00:51
1,070,490,000
resolved fixed
3bb222b
1,070,490,000
bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/Browser.java
SWT
3,498
47,898
Bug 47898 StyledText leaking StyleRanges
Each time a java editor is open, even repeatedly for a given resource, a new set of StyleRanges is created for its contents. However when the editor is closed the StyleRanges don't go away. These accumulate quite quickly, need to find out what's happening here.
2003-12-02 11:11:48
1,070,380,000
resolved fixed
c02cc10
1,070,470,000
bundles/org.eclipse.swt/Eclipse SWT Accessibility/gtk/org/eclipse/swt/accessibility/Accessible.java bundles/org.eclipse.swt/Eclipse SWT Accessibility/gtk/org/eclipse/swt/accessibility/AccessibleFactory.java bundles/org.eclipse.swt/Eclipse SWT Accessibility/gtk/org/eclipse/swt/accessibility/AccessibleObject.java
SWT
3,499
47,894
Bug 47894 Combo layout problems
I20031202 The Combo seems to live partially outside of its content rectangle (see attachments). That makes any interaction very difficult.
2003-12-02 10:54:32
1,070,380,000
resolved fixed
857a107
1,070,470,000
bundles/org.eclipse.swt/Eclipse SWT PI/carbon/org/eclipse/swt/internal/carbon/OS.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Combo.java
SWT
3,500
47,916
Bug 47916 [browser] crash on IE when setting text multiple time with links
null
2003-12-02 15:11:29
1,070,400,000
resolved fixed
f1ebc81
1,070,400,000
bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/Browser.java
SWT
3,501
47,039
Bug 47039 Inconsistent shutdown
null
2003-11-19 16:14:30
1,069,280,000
resolved fixed
1b90996
1,069,970,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Display.java
SWT
3,502
46,810
Bug 46810 unexpected behavior for TableItem.setBackground() when column is not left-aligned
When a table column is not left-aligned(i.e. SWT.CENTER or SWT.RIGHT is used), calling TableItem.setBackground() will only set the background color of each cell from where the text starts to the end of the cell, not the entire cell. So when you select a row, instead of the whole row being colored the same continuously ...
2003-11-17 19:02:13
1,069,110,000
resolved fixed
e4ad7e2
1,069,880,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Table.java
SWT
3,503
47,170
Bug 47170 cheese when resize with focus ring
I20031119 - Jaguar Run the Control example Go to the Combo tab Put focus in the Combo widget so that it gets a blue focus ring Select Fill Horizontal for size. Note that the focus ring is not redrwan for the new size.
2003-11-20 16:06:56
1,069,360,000
resolved fixed
dec6977
1,069,880,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Widget.java
SWT
3,504
46,707
Bug 46707 NPE when closing eclipse.
java.lang.NullPointerException at org.eclipse.swt.dnd.Clipboard.dispose(Clipboard.java:146) at org.eclipse.swt.custom.StyledText.handleDispose(StyledText.java:5180) at org.eclipse.swt.custom.StyledText$7.handleEvent(StyledText.java:5025) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse...
2003-11-14 16:56:25
1,068,850,000
resolved fixed
94e65fe
1,069,880,000
bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/carbon/org/eclipse/swt/dnd/Clipboard.java bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/emulated/org/eclipse/swt/dnd/Clipboard.java bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/gtk/org/eclipse/swt/dnd/Clipboard.java bundles/org.eclipse.swt/Eclipse SWT Drag and ...
SWT
3,505
47,173
Bug 47173 Combo - combo size for bigger font is wrong
I20031119 - Jaguar Run the ControlExample Go to the Combo tab change the font to be much larger. Click on "Preferred size" and notice that the Combo is too small.
2003-11-20 16:11:49
1,069,360,000
resolved wontfix
e44d652
1,069,880,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Combo.java
SWT
3,506
47,245
Bug 47245 setEditable() method for Combo or CCombo
At present it is not possible to change a Combo or CCombo from being editable to non-editable or vica-versa once it has been created. This can only be set when the Combo/CCombo is created by using the SWT.READ_ONLY constant. I have an application where I would like to change the editability of a CCombo depending on the...
2003-11-21 11:38:46
1,069,430,000
resolved fixed
83bc342
1,069,880,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CCombo.java
SWT
3,507
47,468
Bug 47468 Support "full keyboard access" mode.
Open the system preferences, choose the "Keyboard & Mouse" panel (OS X 10.3.1), select "Turn on full keyboard access". This allows you to tab to buttons, etc. Try it in the dialog. Note: This does not work in Safari html forms either.
2003-11-25 16:22:25
1,069,800,000
resolved fixed
f959ba5
1,069,880,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Button.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Control.java
SWT
3,508
47,366
Bug 47366 [New Look] Area not painted when tab in the background
M5 Integration build when I place one window below the other and resize the top window such that is reveals a tab in the window below, the bottom right of the tab is not filled in. see attachment:
2003-11-24 13:34:37
1,069,700,000
resolved fixed
0bcc948
1,069,870,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabFolder2.java
SWT
3,509
46,896
Bug 46896 CCombo setEnabled
When using CCombo and setting it to be disabled the Text and button do not appear disabled (using swt-win32-2135.dll) I've created a similar control (a composite that includes a Text and a Button) which pops up a calendar dialog and found that I had to implement setEnabled in the following way: public void setEnabled(b...
2003-11-18 17:00:20
1,069,190,000
resolved fixed
c32699a
1,069,860,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CCombo.java
SWT
3,510
47,391
Bug 47391 Combo.deselect(int) and deselectAll() doesn't work
These methods do nothing in SWT 3.0M5 for GTK (3030). Try this code (select something from list and then hit the button, selection remains the same): import org.eclipse.swt.*; import org.eclipse.swt.layout.*; import org.eclipse.swt.widgets.*; import org.eclipse.swt.events.*; import org.eclipse.swt.custom.*; public clas...
2003-11-25 03:39:29
1,069,750,000
resolved fixed
0ebff91
1,069,790,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Combo.java
SWT
3,511
47,143
Bug 47143 List.add() != List.getItems() if string contains '\n'
Run the latest junit tests to see this.
2003-11-20 14:03:19
1,069,360,000
resolved fixed
abbb462
1,069,790,000
bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/graphics/Device.java bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Combo.java bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/DirectoryDialog.java bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/FileDialog....
SWT
3,512
45,419
Bug 45419 [browser] add api to read html from memory on Photon Browser
1. Implement the following api: public boolean setText(String html); where html contains plain html as in: String html = "<HTML><HEAD><TITLE>HTML example</TITLE></HEAD><BODY><H1>HTML example</H1><P>This is a really cool page</P></BODY></HTML>"; browser.setText(html); // render this page 2. Investigate if the following ...
2003-10-22 18:19:43
1,066,860,000
resolved fixed
0f4b2eb
1,069,700,000
bundles/org.eclipse.swt/Eclipse SWT Browser/photon/org/eclipse/swt/browser/Browser.java bundles/org.eclipse.swt/Eclipse SWT PI/photon/org/eclipse/swt/internal/photon/OS.java bundles/org.eclipse.swt/Eclipse SWT PI/photon/org/eclipse/swt/internal/photon/PtWebClientData_t.java bundles/org.eclipse.swt/Eclipse SWT PI/photon...
SWT
3,513
46,859
Bug 46859 Combo API doc/problems
v3030 The add(String,int) method should throw an InvalidRange error when int is < 0 as the API states and to be consistent with List. The test case for the add method includes this particular scenario (the code is currently commented out). The documentation for the setItem(String) and setItems(String[]) methods should ...
2003-11-18 14:06:07
1,069,180,000
resolved fixed
846f14e
1,069,450,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Combo.java tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_widgets_Combo.java
SWT
3,514
47,146
Bug 47146 Group label should have same foreground/background as Group
It does currently get the font, but not the colours.
2003-11-20 14:27:23
1,069,360,000
resolved fixed
008c916
1,069,380,000
bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Group.java
SWT
3,515
47,084
Bug 47084 No mouseUp events for the left mouse button
I have attached a MouseListener to a Slider control. I see mouseDown events fired when I click any of the mouse buttons, but I only receive mouseUp events for the right button and the wheel. No mouseUp event gets generated for the left mouse button.
2003-11-20 09:39:54
1,069,340,000
resolved fixed
a1fa08f
1,069,350,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Slider.java
SWT
3,516
46,068
Bug 46068 [browser] linux motif Browser shows up non embedded if previous instance disposed
null
2003-11-04 17:00:14
1,067,980,000
resolved fixed
3bac577
1,069,190,000
bundles/org.eclipse.swt/Eclipse SWT Browser/motif/org/eclipse/swt/browser/Browser.java bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Composite.java
SWT
3,517
16,011
Bug 16011 Copy not working.
When pressing CTRL+C or selecting "Edit->Copy" from the menu, the copy buffer is not filled. This happens most of the time altough occasionaly the buffer is filled (maybe one out of 100 times). If I copy some text from another application and paste into Eclipse the text is pasted as expected.
2002-05-15 02:31:15
1,021,440,000
resolved fixed
d7375e4
1,069,170,000
bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/win32/org/eclipse/swt/dnd/Clipboard.java
SWT
3,518
46,688
Bug 46688 eclipse 3.0M4 left out a char symbol behind
Hey! Eclipse 3.0 M3 had it, but the new version, M4, just forgot everything about this: ^ I can't input chars like a, o.. That's it. :-)
2003-11-14 13:35:32
1,068,830,000
resolved fixed
3d65a10
1,069,120,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/Display.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Text.java
SWT
3,519
46,702
Bug 46702 List.getFocusIndex() does not answer -1
Run the snippet below, click on the empty list, and it prints its focus index as 0 even though it has no items. Same happens if you have a list with items and then do a List.removeAll(). According to the javadoc these should answer - 1, which is what (for instance) gtk does. public static void main(String[] args){ Disp...
2003-11-14 15:45:43
1,068,840,000
resolved fixed
7541586
1,069,100,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/List.java
SWT
3,520
46,722
Bug 46722 Crash on open of any java source
System crashes when trying to open a java source file. Here's the dump: Date/Time: 2003-11-14 23:36:20 -0500 OS Version: 10.3.1 (Build 7C107) Command: java_swt (/Applications/eclipse/I20031114/eclipse/Eclipse.app/Contents/MacOS/ java_swt) PID: 4875 Thread: 0 Exception: EXC_BAD_ACCESS (0x0001) Codes: KERN_PROTECTION_FAI...
2003-11-14 23:53:49
1,068,870,000
resolved fixed
add7018
1,069,090,000
bundles/org.eclipse.swt/Eclipse SWT Printing/carbon/org/eclipse/swt/printing/Printer.java
SWT
3,521
22,010
Bug 22010 GTK: Combo.setForeground() and Combo.setFont() dont change the drop-down list
In this test the foreground color and the Font for the Combo is only changed for the selected item and not for the rest of the items in the drop-down list. This test works fine on Windows. The test: ----------------test case starts here-------------------------------- import org.eclipse.swt.layout.FillLayout; import or...
2002-07-29 12:55:52
1,027,960,000
resolved fixed
670085f
1,068,590,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Combo.java
SWT
3,522
36,486
Bug 36486 call hierarchy: should use adapters
call hierarchy should use adapters to allow actions contributed on object to be added to the context menu
2003-04-15 08:38:33
1,050,410,000
resolved fixed
4ba6fc6
1,068,510,000
bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/Combo.java bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/List.java
SWT
3,523
44,919
Bug 44919 [KeyBindings] dialog keyboard shortcuts gone
3.0M4/linux-gtk/j2sdk1.4.2. I start eclipse with: ----- ECLIPSE_DIR=/usr/local/eclipse-SDK-3.0M4 exec $ECLIPSE_DIR/eclipse -data $HOME/.eclipse-3.0M4 -vm /usr/local/j2sdk1.4.2/jre/bin/java ---- Resize. Go directly into the preferences dialog. Scroll down to Java with arrow keys, hit space bar, scroll down to code gener...
2003-10-15 13:05:35
1,066,240,000
resolved fixed
e290f5a
1,068,500,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Control.java bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Control.java
SWT
3,524
38,521
Bug 38521 Mouse events delivered to wrong Control
I20030604 MacOS 10.2.6 - open Java editor - press Control-O to open the outliner - click on a method in the tree and keep the mouse button pressed; drag the mouse outside of the outliner window without releasing the mouse button Observe: the mouse events are delivered to the underlying StyledText and perform a selectio...
2003-06-05 11:02:18
1,054,830,000
resolved fixed
8e24d49
1,068,240,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Control.java
SWT
3,525
28,684
Bug 28684 Drop-Down arrows hard to hit
I2002-12-17 Trying to bring up the drop-down menu on toolbar actions is difficult because you have to exactly hit the arrow. There should be an activation arrow around the arrow.
2002-12-19 12:36:35
1,040,320,000
resolved fixed
7e2ba37
1,068,240,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/ToolItem.java
SWT
3,526
46,268
Bug 46268 [browser] calling multiple times setText without running the event loop does not work
on both mozilla and IE
2003-11-07 10:16:31
1,068,220,000
resolved fixed
8b58c26
1,068,230,000
bundles/org.eclipse.swt/Eclipse SWT Browser/mozilla/org/eclipse/swt/browser/Browser.java
SWT
3,527
46,147
Bug 46147 [browser] SWT accelerators get overriden by IE
Run a snippet with Browser IE and a SWT menubar using F5 as an accelerator. Give focus to the Browser. Press F5. IE reloads instead of running the SWT menu accelerator.
2003-11-05 17:20:32
1,068,070,000
resolved fixed
7b024ae
1,068,070,000
bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/WebSite.java
SWT
3,528
32,772
Bug 32772 Cannot hold down stepping keys on OSX
Holding down F6 to continuously Step Over has no effect on Mac OSX, only one step takes place. Andre, is this a known limitiation with OSX, namely that the function keys do not repeat?
2003-02-24 14:43:40
1,046,120,000
resolved fixed
e5312f3
1,068,070,000
bundles/org.eclipse.swt/Eclipse SWT PI/carbon/org/eclipse/swt/internal/carbon/OS.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Menu.java
SWT
3,529
21,075
Bug 21075 Import to filesystem can only browse when empty
Build GM5 Linux/GTK In the Import from File system wizard, the source field can only be changed by the browse button when it is empty. This operation works correctly in the Import from Zip file wizard.
2002-06-27 14:02:12
1,025,200,000
resolved fixed
32c242e
1,068,070,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/DirectoryDialog.java
SWT
3,530
46,037
Bug 46037 text editor - <home> positions editor in first page
i20031104 Pressing <home> scroll the editor to the first page of text, although the cursor is properly put in the first character of the current line.
2003-11-04 11:36:37
1,067,960,000
resolved fixed
64885fd
1,068,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/Composite.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Widget.java
SWT
3,531
46,028
Bug 46028 [browser] IE browser still shows default popup menu
investigate possibility to disable the default popup menu
2003-11-04 10:15:16
1,067,960,000
resolved fixed
ecd55c2
1,068,050,000
bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/Browser.java bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/WebSite.java bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/ole/win32/COM.java
SWT
3,532
46,946
Bug 46946 quick type hiearchy: affordance caption is swapped [type hierarchy]
I20031119 (M5 test pass) 1. Open ContextBasedFormattingStrategy.java (or another type of your liking) 2. Press Ctrl+T to open the type hierarchy 3. Repeatedly pressing Ctrl+T toggles between super- and subtype hierarchy -> The caption of the affordance shown at the bottom needs to be swapped Right now, when displaying ...
2003-11-19 06:17:50
1,069,240,000
resolved fixed
b21a93f
1,067,990,000
bundles/org.eclipse.swt/Eclipse SWT PI/motif/org/eclipse/swt/internal/motif/OS.java
SWT
3,533
45,789
Bug 45789 Toolbar dropdown items don't fire immediately
I20031010 and later Jaguar or Panther - in Eclipse's Java perspective select an action from the drop down menu of a toolbar item - make sure not to move the mouse after releasing the mouse button Observe: nothing happens - move the mouse Observe: now the action executes
2003-10-30 08:34:16
1,067,520,000
resolved fixed
e0446d3
1,067,990,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Display.java
SWT
3,534
45,877
Bug 45877 many German strings are not displayed
See this on 2.1.1, any string containing a non-english character. Seems like converter problem.
2003-10-31 12:41:18
1,067,620,000
verified fixed
72e4956
1,067,960,000
bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/internal/Converter.java
SWT
3,535
43,108
Bug 43108 StyledText - Scrollwheel event interferes with last caret placement
Styled text remembers the last horizontal offset of the caret in a line. If you are at the end of a really long line, and you press DOWN to a short line, then UP, the caret's placement is recalled and it is at the end of the line again. But, if you press DOWN to a short line, then use the scrollwheel, which does NOT mo...
2003-09-15 11:54:56
1,063,640,000
resolved fixed
fb405c6
1,067,960,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java
SWT
3,536
34,408
Bug 34408 Shift Tab does not work in java editor
RC2 Select a few lines of code in a java editor Tab shifts right as expected BUG: Shift tab does not shift left. Is it conflicting with the tab focus? Works on Windows.
2003-03-10 13:58:33
1,047,320,000
resolved fixed
1459aa8
1,067,890,000
bundles/org.eclipse.swt/Eclipse SWT PI/motif/org/eclipse/swt/internal/motif/OS.java bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Display.java
SWT
3,537
24,319
Bug 24319 Key events don't send to code completion dialog
Build 20021002 Linux/GTK The code completion system doesn't work quike well when it is activited on an other frame that the main frame (dialog, preference page, ...). Test case #1: 1. Open the Preferences page. 2. Select java templates (java -> templates). 3. Edit one template. 4. Put the cursor at the end of the templ...
2002-10-02 10:36:34
1,033,570,000
resolved fixed
6e424e9
1,067,640,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Shell.java
SWT
3,538
37,510
Bug 37510 Shift + F10 does not work in GEF on Linux
Shift + F10 does not bring up the context menu on Linux SuSE 8.1
2003-05-12 14:09:54
1,052,760,000
resolved fixed
b6e17b5
1,067,630,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Combo.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Composite.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Control.java
SWT
3,539
26,101
Bug 26101 Strange behaviour in VerifyListener under GTK
Configuration: RedHat Linux 7.3, GTK 2.0.2, Atk 1.0.1, Pango 1.0.1, Eclipse 2.1 M2 GTK version. The VerifyListener added to a Text widget is behave different than on Windows. We notice the following differences: - for a BackSpace the character field is 0, and the text field contains the character to be deleted; under W...
2002-11-13 09:34:52
1,037,200,000
resolved fixed
78c997c
1,067,630,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Text.java
SWT
3,540
42,278
Bug 42278 CTabFolder throws exception when closing a tab
null
2003-08-29 15:54:21
1,062,190,000
resolved fixed
012bcd5
1,067,630,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabFolder.java
SWT
3,541
26,913
Bug 26913 All platforms should clear mouse capture when modal dialog is opened
On Windows, when you open a modal dialog, SWT has code that goes around and clears mouse capture. This functionality apparently isn't present on Linux/Motif. All platforms should be made the same as Windows. We had a case where a DragTracker called setCapture(true) then we created a modal dialog box before the setCaptu...
2002-11-21 17:54:47
1,037,920,000
resolved fixed
9e36f22
1,067,530,000
bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Shell.java
SWT
3,542
44,878
Bug 44878 StyledText - Arrow_Down in text editor doesn't retain column when it scrolls
3.0M4 (bug is probably much older) - enter this text (without quotes) into an editor (java or text): "This is a very long line for testing purposes This is a very long line for testing purposes" - make the editor so narrow that only "This is a very" can be seen - set the cursor to the end of the first long line - press...
2003-10-15 03:56:12
1,066,200,000
resolved fixed
3939d3e
1,067,380,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java
SWT
3,543
45,640
Bug 45640 PENs are being leaked during painting
GEF uses double-buffered painting. At some point when painting to an offscreen Image, GDI objects (Pens in this case) are being leaked. Let me know if you need more information or a snippet.
2003-10-27 18:58:04
1,067,300,000
resolved fixed
9d2452c
1,067,370,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/GC.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/GCData.java
SWT
3,544
45,628
Bug 45628 cannot traverse to ToolBar items
null
2003-10-27 16:02:19
1,067,290,000
resolved fixed
d999a60
1,067,360,000
bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/ToolBar.java bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/ToolItem.java
SWT
3,545
45,341
Bug 45341 FileDialog crashes VM on invalid drive
The FileDialog widget crashes the VM on Windows XP when the SWT.MULTI style is used and you type in a drive and path that is not accessible. The crash does not occur the first time the dialog is displayed. Most of the time it happens on the second, third, or fourth time the dialog is displayed. To reproduce: 1) Run the...
2003-10-21 19:05:43
1,066,780,000
resolved fixed
ebafd3a
1,067,270,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/FileDialog.java
SWT
3,546
42,367
Bug 42367 StyledText - StringIndexOutOfBoundsException in StyledTextRenderer
200308281813 When hovering over the quick diff ruler to display the diff hover. Not reproducable, but consistently failing for a certain hover (I suspect an empty hover message, but not sure). java.lang.StringIndexOutOfBoundsException: String index out of range: -1 at java.lang.Throwable.<init>(Throwable.java) at java....
2003-09-02 05:38:54
1,062,500,000
resolved fixed
d63518e
1,067,010,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/DisplayRenderer.java
SWT
3,547
45,439
Bug 45439 Double clicking the left upper corner of the nested Decoration closes the parent Shell
When I double click on the window's icon (the one that is in the upper left corner) of the Decorations window, the top level Shell window closes instead of that Decorations window. I have confirmed that behaviour on Windows XP, Windows 2000 and Windows 2003 with version 3.024 of SWT. This does not happen when I use ver...
2003-10-23 09:22:21
1,066,920,000
resolved fixed
732efb4
1,066,930,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Decorations.java
SWT
3,548
38,585
Bug 38585 ControlExample - Checkbox Tree preferred size a tad too small
I20030605 Solaris japanese Run ControlExample Switch to tree tab The width of the checkbox tree is a little bit too small: numbers on the right are truncated.
2003-06-06 11:33:25
1,054,910,000
resolved fixed
8bbf00f
1,066,860,000
bundles/org.eclipse.swt/Eclipse SWT/emulated/treetable/org/eclipse/swt/widgets/TreeItem.java
SWT
3,549
45,306
Bug 45306 Mouse events lost in shell launched from secondary application modal shell
Build 20031021 1. Started a 20031015 workspace with Eclipse build 20031021. 2. Imported all unshared projects 3. Got an information dialog saying that some plugins were missing 4. This dialog would not take any mouse input: I could not click Yes/No. All it did was beep. Could not discard this dialog at all. I had to ki...
2003-10-21 13:18:28
1,066,760,000
resolved fixed
4a292b5
1,066,840,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Control.java
SWT
3,550
45,337
Bug 45337 pocketpc - can't show popup menu in Tree
following does not work. Tree does special handling for LBUTTONDOWN and RBUTTONDOWN and does not call super. As a result the PocketPC popup gesture code in Control is not invoked. Probably need to inline the gesture code in Tree. public static void main(String[] args) { Display display = new Display(); Shell shell = ne...
2003-10-21 17:36:12
1,066,770,000
resolved fixed
2d25d74
1,066,840,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tree.java
SWT
3,551
35,494
Bug 35494 ControlExample - Table preferred size does not adjust width
RC3a Run ControlExample, tab 'table' Make sure 'Preferred' size is selected. Change font size. The height of the table is correctly adjusted, the width is unchanged, regardless of the font size.
2003-03-21 12:20:28
1,048,270,000
resolved fixed
c1f05c5
1,066,770,000
examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/controlexample/TableTab.java
SWT
3,552
44,050
Bug 44050 SWT.BORDER Text should display thin black border on PocketPC
SWT.BORDER should probably use WS_BORDER instead of extended style EX_CLIENTEDGE for Text on Pocket PC, to get the common thin black border instead of the 3d border that is not used on PocketPC.
2003-10-02 01:07:05
1,065,070,000
resolved fixed
4579272
1,066,770,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Control.java
SWT
3,553
41,420
Bug 41420 Deleting the first column of a Table may throw an exception
If a table is created which has images associated with items in the first column, but not in the second, deleting the first column throws an ArrayIndexOutOfBoundsException. The exception produced was: java.lang.ArrayIndexOutOfBoundsException: -1 at org.eclipse.swt.widgets.ImageList.get(ImageList.java:176) at org.eclips...
2003-08-11 19:54:32
1,060,650,000
resolved fixed
fa8c13e
1,066,760,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java
SWT
3,554
45,267
Bug 45267 BIDI: Mirrored text appears on every editor
With the driver eclipse-SDK-2.1.2RC1-win32, every text (even in English) is mirrored. For instance, the text "Installed features" appears as "serutaef dellatsnI" I made the test on a Windows NT Hebrew enabled platform This problem does not occur on a Windows 2000 platform.
2003-10-21 08:22:36
1,066,740,000
closed fixed
8a38da1
1,066,750,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/GC.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/internal/BidiUtil.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/Table.java bundles/...
SWT
3,555
43,500
Bug 43500 InvalidThreadAccess when running a subset of JUnit tests
Probably the easiest way to recreate the InvalidThreadAccess is to change AllTests constructor so that it only contains these two lines: addTest(Test_org_eclipse_swt_widgets_MenuItem.suite()); addTest(Test_org_eclipse_swt_widgets_Display.suite());
2003-09-23 09:41:26
1,064,320,000
resolved fixed
45b9e9a
1,066,750,000
tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit/AllTests.java
SWT
3,556
44,474
Bug 44474 StyledText does not handle case where printing not supported
StyledText$Printing() assumes that printer.getPrinterData will return a non- null value. On machines where printing is not supported (or a printer is not installed) this is not true. Run Test_org_eclipse_swt_custom_StyledText.test_print on GTK or Mac and you will get an NPE. The test case and StyledText need to be modi...
2003-10-08 12:36:21
1,065,630,000
resolved fixed
0dc735b
1,066,670,000
bundles/org.eclipse.swt/Eclipse SWT Printing/carbon/org/eclipse/swt/printing/Printer.java bundles/org.eclipse.swt/Eclipse SWT Printing/gtk/org/eclipse/swt/printing/Printer.java bundles/org.eclipse.swt/Eclipse SWT Printing/photon/org/eclipse/swt/printing/Printer.java
SWT
3,557
45,145
Bug 45145 Second window comes to front when using first
I use two Eclipse windows. If I switch in from another application to one Eclipse window, and then click on a docked view, or perspective, the other window comes to the front over my other applications' windows. Unless I click on the Eclipse dock icon, the only time a window should come to the front is if I click on it...
2003-10-17 19:01:39
1,066,430,000
resolved fixed
032165f
1,066,660,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/List.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Table.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Tree.java
SWT
3,558
44,232
Bug 44232 ImageData constructor should thrown IllegalArgumentException for scanlinePad == 0
If the user tries to create ImageData with scanlinePad == 0, they get: java.lang.ArithmeticException: / by zero The constructor should check for 0, and throw IllegalArgumentException (see Combo.setTextLimit (int) for example). The javadoc would also need to be updated. Here is a testcase: import org.eclipse.swt.graphic...
2003-10-06 11:39:13
1,065,450,000
resolved fixed
afba14f
1,066,510,000
bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/graphics/ImageData.java
SWT
3,559
44,174
Bug 44174 Eclipse crashes using SWT Designer plugin
I20030930 Trying to take a look at Instantiations' SWT Designer, Eclipse immediately exits when switching its design perspective. The crash log of MacOS X contains the follwing output: Thread 0 Crashed: #0 0x969e962c in TestWindowGroupAttributes #1 0x969eb71c in HiliteAndActivateWindow #2 0x96a0a380 in _Z27AdjustToNewW...
2003-10-04 12:44:15
1,065,290,000
resolved fixed
36e6489
1,066,330,000
bundles/org.eclipse.swt/Eclipse SWT PI/carbon/org/eclipse/swt/internal/carbon/OS.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Shell.java
SWT
3,560
44,896
Bug 44896 2 junit tests have been intermittently failing in nightly build
Log from N20031015: Failure :a: junit.framework.AssertionFailedError: :a: at org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Shell.test_addShellList enerLorg_eclipse_swt_events_ShellListener (Test_org_eclipse_swt_widgets_Shell.java:116) at org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Shell.runTest ...
2003-10-15 09:44:18
1,066,230,000
resolved fixed
702e2df
1,066,310,000
tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_widgets_Shell.java
SWT