issue_id
int64
2.03k
426k
title
stringlengths
9
251
body
stringlengths
1
32.8k
status
stringclasses
6 values
after_fix_sha
stringlengths
7
7
updated_files
stringlengths
29
34.1k
project_name
stringclasses
6 values
repo_url
stringclasses
6 values
repo_name
stringclasses
6 values
language
stringclasses
1 value
issue_url
null
before_fix_sha
null
pull_url
null
commit_datetime
timestamp[us, tz=UTC]
report_datetime
timestamp[us, tz=UTC]
48,036
Bug 48036 [browser] crash on IE when using javascript to close more than 2 windows
null
resolved fixed
3bb222b
["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/win32/org/eclipse/swt/browser/Browser.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-12-03T23:13:52Z
2003-12-03T22:20:00Z
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.
resolved fixed
c02cc10
["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/Acc...
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-12-03T16:20:40Z
2003-12-02T15:46:40Z
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.
resolved fixed
857a107
["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
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-12-03T16:20:12Z
2003-12-02T15:46:40Z
47,916
Bug 47916 [browser] crash on IE when setting text multiple time with links
null
resolved fixed
f1ebc81
["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/win32/org/eclipse/swt/browser/Browser.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-12-02T20:11:45Z
2003-12-02T21:20:00Z
47,039
Bug 47039 Inconsistent shutdown
null
resolved fixed
1b90996
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Display.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-11-27T22:24:28Z
2003-11-19T22:13:20Z
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 ...
resolved fixed
e4ad7e2
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Table.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-11-26T21:41:11Z
2003-11-17T23:00:00Z
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.
resolved fixed
dec6977
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Widget.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-11-26T20:32:34Z
2003-11-20T20:26:40Z
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...
resolved fixed
94e65fe
["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",...
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-11-26T20:23:43Z
2003-11-14T22:46:40Z
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.
resolved wontfix
e44d652
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Combo.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-11-26T20:10:32Z
2003-11-20T20:26:40Z
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...
resolved fixed
83bc342
["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CCombo.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-11-26T19:46:06Z
2003-11-21T15:53:20Z
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.
resolved fixed
f959ba5
["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
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-11-26T19:41:25Z
2003-11-25T22:40:00Z
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:
resolved fixed
0bcc948
["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CTabFolder2.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-11-26T18:15:39Z
2003-11-24T18:53:20Z
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...
resolved fixed
c32699a
["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CCombo.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-11-26T14:41:24Z
2003-11-18T21:13:20Z
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...
resolved fixed
0ebff91
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Combo.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-11-25T20:43:53Z
2003-11-25T08:46:40Z
47,143
Bug 47143 List.add() != List.getItems() if string contains '\n'
Run the latest junit tests to see this.
resolved fixed
abbb462
["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
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-11-25T19:51:57Z
2003-11-20T20:26:40Z
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 ...
resolved fixed
0f4b2eb
["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.ecli...
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-11-24T17:31:24Z
2003-10-22T22:00:00Z
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 ...
resolved fixed
846f14e
["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
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-11-21T21:35:38Z
2003-11-18T18:26:40Z
47,146
Bug 47146 Group label should have same foreground/background as Group
It does currently get the font, but not the colours.
resolved fixed
008c916
["bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/Group.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-11-21T00:41:16Z
2003-11-20T20:26:40Z
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.
resolved fixed
a1fa08f
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Slider.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-11-20T16:42:39Z
2003-11-20T14:53:20Z
46,068
Bug 46068 [browser] linux motif Browser shows up non embedded if previous instance disposed
null
resolved fixed
3bac577
["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
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-11-18T21:53:00Z
2003-11-04T21:06:40Z
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.
resolved fixed
d7375e4
["bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/win32/org/eclipse/swt/dnd/Clipboard.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-11-18T16:47:29Z
2002-05-15T05:20:00Z
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. :-)
resolved fixed
3d65a10
["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/eclips...
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-11-18T01:15:50Z
2003-11-14T17:13:20Z
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...
resolved fixed
7541586
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/List.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-11-17T19:27:44Z
2003-11-14T20:00:00Z
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...
resolved fixed
add7018
["bundles/org.eclipse.swt/Eclipse", "SWT", "Printing/carbon/org/eclipse/swt/printing/Printer.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-11-17T17:05:03Z
2003-11-15T04:20:00Z
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...
resolved fixed
670085f
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Combo.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-11-11T22:12:08Z
2002-07-29T16:26:40Z
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
resolved fixed
4ba6fc6
["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
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-11-10T23:15:59Z
2003-04-15T12:33:20Z
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...
resolved fixed
e290f5a
["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
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-11-10T22:22:17Z
2003-10-15T17:46:40Z
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...
resolved fixed
8e24d49
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Control.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-11-07T22:34:05Z
2003-06-05T16:20:00Z
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.
resolved fixed
7e2ba37
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/ToolItem.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-11-07T22:19:08Z
2002-12-19T17:46:40Z
46,268
Bug 46268 [browser] calling multiple times setText without running the event loop does not work
on both mozilla and IE
resolved fixed
8b58c26
["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/mozilla/org/eclipse/swt/browser/Browser.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-11-07T19:48:34Z
2003-11-07T15:46:40Z
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.
resolved fixed
7b024ae
["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/win32/org/eclipse/swt/browser/WebSite.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-11-05T22:14:15Z
2003-11-05T22:06:40Z
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?
resolved fixed
e5312f3
["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
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-11-05T21:53:56Z
2003-02-24T20:53:20Z
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.
resolved fixed
32c242e
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/DirectoryDialog.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-11-05T21:24:36Z
2002-06-27T17:46:40Z
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.
resolved fixed
64885fd
["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
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-11-05T17:37:11Z
2003-11-04T15:33:20Z
46,028
Bug 46028 [browser] IE browser still shows default popup menu
investigate possibility to disable the default popup menu
resolved fixed
ecd55c2
["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
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-11-05T16:50:10Z
2003-11-04T15:33:20Z
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 ...
resolved fixed
b21a93f
["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/motif/org/eclipse/swt/internal/motif/OS.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-11-04T23:46:17Z
2003-11-19T11:06:40Z
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
resolved fixed
e0446d3
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Display.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-11-04T22:43:59Z
2003-10-30T13:20:00Z
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.
verified fixed
72e4956
["bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/internal/Converter.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-11-04T16:19:31Z
2003-10-31T17:06:40Z
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...
resolved fixed
fb405c6
["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/StyledText.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-11-04T15:35:15Z
2003-09-15T15:33:20Z
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.
resolved fixed
1459aa8
["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
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-11-03T21:09:36Z
2003-03-10T18:13:20Z
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...
resolved fixed
6e424e9
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Shell.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-10-31T22:49:36Z
2002-10-02T14:46:40Z
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
resolved fixed
b6e17b5
["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
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-10-31T19:47:17Z
2003-05-12T17:20:00Z
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...
resolved fixed
78c997c
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Text.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-10-31T19:36:16Z
2002-11-13T15:06:40Z
42,278
Bug 42278 CTabFolder throws exception when closing a tab
null
resolved fixed
012bcd5
["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CTabFolder.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-10-31T19:04:05Z
2003-08-29T20:46:40Z
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...
resolved fixed
9e36f22
["bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/Shell.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-10-30T17:13:23Z
2002-11-21T23:06:40Z
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...
resolved fixed
3939d3e
["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/StyledText.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-10-28T21:23:35Z
2003-10-15T06:40:00Z
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.
resolved fixed
9d2452c
["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
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-10-28T21:02:35Z
2003-10-28T00:13:20Z
45,628
Bug 45628 cannot traverse to ToolBar items
null
resolved fixed
d999a60
["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
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-10-28T17:35:07Z
2003-10-27T21:26:40Z
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...
resolved fixed
ebafd3a
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/FileDialog.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-10-27T17:13:37Z
2003-10-21T23:46:40Z
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....
resolved fixed
d63518e
["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/DisplayRenderer.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-10-24T15:44:06Z
2003-09-02T10:53:20Z
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...
resolved fixed
732efb4
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Decorations.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-10-23T18:19:36Z
2003-10-23T14:40:00Z
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.
resolved fixed
8bbf00f
["bundles/org.eclipse.swt/Eclipse", "SWT/emulated/treetable/org/eclipse/swt/widgets/TreeItem.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-10-22T23:00:12Z
2003-06-06T14:33:20Z
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...
resolved fixed
4a292b5
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Control.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-10-22T16:34:49Z
2003-10-21T18:13:20Z
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...
resolved fixed
2d25d74
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Tree.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-10-22T16:02:34Z
2003-10-21T21:00:00Z
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.
resolved fixed
c1f05c5
["examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/controlexample/TableTab.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-10-21T21:19:19Z
2003-03-21T18:06:40Z
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.
resolved fixed
4579272
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Control.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-10-21T21:02:30Z
2003-10-02T04:46:40Z
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...
resolved fixed
fa8c13e
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Table.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-10-21T18:29:47Z
2003-08-12T01:00:00Z
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.
closed fixed
8a38da1
["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/widg...
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-10-21T16:38:40Z
2003-10-21T12:40:00Z
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());
resolved fixed
45b9e9a
["tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/AllTests.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-10-21T15:47:15Z
2003-09-23T12:26:40Z
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...
resolved fixed
0dc735b
["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
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-10-20T16:45:26Z
2003-10-08T16:20:00Z
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...
resolved fixed
032165f
["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
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-10-20T14:49:13Z
2003-10-17T22:33:20Z
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...
resolved fixed
afba14f
["bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/graphics/ImageData.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-10-18T21:15:54Z
2003-10-06T14:20:00Z
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...
resolved fixed
36e6489
["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
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-10-16T19:06:09Z
2003-10-04T17:53:20Z
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 ...
resolved fixed
702e2df
["tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_widgets_Shell.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-10-16T14:25:02Z
2003-10-15T15:00:00Z
42,947
Bug 42947 StyledText - redraw problem on last line with word wrap
The situation is: Using StyledText with SWT.WRAP. The last word in the text is wrapped. When deleting characters from this last word until the word goes up one line (need not to be wrapped) then the widget does not redraw the last line (which should now be empty). This last word is now shown two times. This can be repr...
resolved fixed
38942e3
["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/StyledText.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-10-15T18:51:46Z
2003-09-11T14:20:00Z
44,832
Bug 44832 Opening a PRIMARY_MODAL dialog on top on another PRIMARY_MODAL dialog shoud not enable the parent of the first.
When you open a PRIMARY_MODAL dialog the parent becomes inactive until the dialog is closed. However if you open another PRIMARY_MODAL dialog on top of the first PRIMARY_MODAL dialog the parent of the first PRIMARY_MODAL dialog becomes enabled. PRIMARY_MODAL dialogs should disable the entire ancestry of modal shells no...
resolved fixed
67417a8
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Control.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-10-15T16:36:06Z
2003-10-14T16:46:40Z
44,778
Bug 44778 TableItem.getImage periodically throws ArrayOutOfBoundsException
In the final call to imageList.get (imageIndex), sometimes imageIndex == -1. This causes an ArrayIndexOutOfBounds exception in the call to imageList.get. This is happening because the index of ptr [0] is not in the table. Would it be possible to put in a check for this? It causes a bunch of other downstream errors.
resolved fixed
10dcf45
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/TableItem.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-10-14T18:30:40Z
2003-10-13T21:20:00Z
38,022
Bug 38022 widget.forceFocus() causes shell.setActive() ?
Following code snippet causes the whole application window act something like SYSTEM_MODAL - a window containing a widget with such a focus listener is always on top! ----------------------------------------------------------------------------- widget.addFocusListener(new FocusListener() { public void focusLost(FocusEv...
closed wontfix
be52203
["bundles/org.eclipse.swt/Eclipse", "SWT/photon/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/photon/org/eclipse/swt/widgets/Decorations.java", "bundles/org.eclipse.swt/Eclipse", "SWT/photon/org/eclipse/swt/widgets/Sash.java", "bundles/org.eclipse.swt/Eclipse", "SWT/photon/org/eclipse/s...
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-10-14T16:14:15Z
2003-05-23T08:53:20Z
43,281
Bug 43281 Text field throws StackOverflowError when full
Text text = new Text(parent, SWT.MULTI | SWT.WRAP); text.addKeyListener(new KeyAdapter() { public void keyPressed(KeyEvent e) { if (e.keyCode == SWT.CR) text.append("\nOK"); } }); After entering a few lines, we reach the bottom of the text field, and get the following message: Unhandled exception caught in event loop. ...
resolved fixed
41e8597
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Text.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-10-10T21:44:10Z
2003-09-18T13:00:00Z
44,607
Bug 44607 Gtk critical warning when running swt app
Eclipse 20031009 The stack trace I got when running the CustomControlExample with debug flag on. (<unknown>:3951): GLib-GObject-CRITICAL **: file gtype.c: line 1942 (g_type_add_interface_static): assertion `g_type_parent (interface_type) == G_TYPE_INTERFACE' failed java.lang.Error at org.eclipse.swt.graphics.Device.log...
resolved fixed
4bc5ce2
["bundles/org.eclipse.swt/Eclipse", "SWT", "Accessibility/gtk/org/eclipse/swt/accessibility/AccessibleFactory.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-10-10T18:04:41Z
2003-10-09T20:06:40Z
44,508
Bug 44508 GC.getCharWidth JUnit test failure on Win98
I20031008 on Windows 98 Test_org_eclipse_swt_graphics_GC.test_getCharWidthC fails its assertion that the charWidth of 'a' is greater than 0. I believe this is because the test does not set a font, and it relies on the default font being valid. This appears not to be the case on Win98? Although other similar tests, like...
resolved fixed
11cb6bc
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/graphics/GC.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-10-10T16:26:17Z
2003-10-08T21:53:20Z
44,372
Bug 44372 NPE on hitting Esc to dismiss inline table edit
I20030930 Test case Window>Preferences>Java>Debug>Step Filtering>Add Filter Hit the 'Esc' key java.lang.NullPointerException at org.eclipse.swt.widgets.Control.WM_KEYUP(Control.java:3517) at org.eclipse.swt.widgets.Control.windowProc(Control.java:2916) at org.eclipse.swt.widgets.Display.windowProc(Display.java:2698) at...
resolved fixed
cb6b5c8
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Text.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-10-09T13:58:13Z
2003-10-07T23:40:00Z
44,212
Bug 44212 FocusEvents/KeyEvents from Scale not delivered
A scale does not respond to any KeyEvents or FocusEvents. Exactly the same code works for linux-gtk. System used: debian/stable j2sdk1.4.2 eclipse-platform3.03M-linux-motif problem occurs in every combination of KeyListeners / KeyAdapters and a scale object
resolved fixed
b340579
["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/Scale.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-10-07T16:23:59Z
2003-10-06T08:46:40Z
44,165
Bug 44165 update needed in javadoc for constructors ImageData specifying colorDepth
The javadoc for constructors of ImageData (where depth is specified) states that an SWTException is thrwown for ERROR_UNSUPPORTED_DEPTH - if the depth argument is not one of 1, 2, 4, 8, 16, 24 or 32. Actually an IllegalArgument exception is thrown. Here is an example to recreate: import org.eclipse.swt.*; import org.ec...
resolved fixed
cc342f4
["bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/graphics/ImageData.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-10-06T18:47:01Z
2003-10-03T22:26:40Z
44,164
Bug 44164 update needed in javadoc for constructor Image(Device , ImageData)
The constructor for Image(Device , ImageData) can also throw org.eclipse.swt.SWTException: Unsupported color depth. This should be added to the javadoc. Steps to recreate (note that the ImageData is successfully created, it is Image that is throwing the exception): import org.eclipse.swt.graphics.*; import org.eclipse....
resolved fixed
1d1ec73
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/graphics/Image.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-10-06T18:37:15Z
2003-10-03T22:26:40Z
44,161
Bug 44161 addImageLoadListener should check for null
the addImageLoaderListener(ImageLoaderListener) method of ImageLoder should check for null and throw ERROR_NULL_ARGUMENT - if the listener is null. This follows the pattern of the rest of SWT (see addDropListener(DropTargetListener) method of class DropTarget). Otherwise, the user's application could get a NullPointerE...
resolved fixed
518da52
["bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/graphics/ImageLoader.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-10-06T16:59:30Z
2003-10-03T22:26:40Z
43,918
Bug 43918 Some mouse clicks don't work
I20030930 - open Eclipse Welcome editor (or any other editor that shows "links", like PDE editors, or the F1 help hover) - click on a click Observe: nothing happens
resolved fixed
fce9cad
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Display.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-09-30T22:08:39Z
2003-09-30T16:40:00Z
43,177
Bug 43177 Text.setText() triggers two ModifyEvents
null
resolved fixed
b3103c9
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Combo.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Text.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-09-29T21:26:30Z
2003-09-16T19:20:00Z
43,576
Bug 43576 "Alt+Space" traversal cannot be blocked
Using snippet #25 on Windows XP, pressing "Alt+Space" generates the following: DOWN: stateMask=0x0, keyCode=0x10000, character=0x0 '\0' By clicking back on the shell, a subsequent event is triggered (note, if 'Alt' is still held, then the stateMask=0x10000): DOWN: stateMask=0x0, keyCode=0x20, character=0x20 ' ' Attachi...
resolved fixed
71ff025
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Control.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-09-29T18:52:46Z
2003-09-24T13:26:40Z
43,808
Bug 43808 StyledText deletes too many characters in some situations
The following situation reproduces the problem. In a styled text with double click word selection, enter the following text: hello world hi there! what happen!? Include an extra empty line after "what happen!?". Now double click "there". Press the home key. Press the down arrow to go down one line. Now, hold shift and ...
resolved fixed
6153095
["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/StyledText.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-09-29T16:39:47Z
2003-09-28T14:40:00Z
43,778
Bug 43778 Browser - mozilla GTK into Motif appears in top level window
instead of being embedded into parent shell
resolved fixed
0068e41
["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/Shell.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-09-26T21:42:16Z
2003-09-26T21:00:00Z
43,757
Bug 43757 Table answers its Header as a child
null
resolved fixed
e3b3895
["bundles/org.eclipse.swt/Eclipse", "SWT/emulated/treetable/org/eclipse/swt/widgets/Table.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-09-26T16:34:01Z
2003-09-26T15:26:40Z
43,599
Bug 43599 [KeyBindings] accelerators on Mac OS X 'application menu' should not always be active
Command+Q closes eclipse on Mac OS X due to this accelerator being registered on the mac- specific 'application menu'. This means you can close eclipse within a dialog, which causes unpredictable results (usually errors in the log regarding disposing of widgets..) Command+Q, perhaps all all accelerators in this menu, s...
resolved fixed
59b1d4d
["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/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Shell.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-09-25T21:32:50Z
2003-09-24T19:00:00Z
43,394
Bug 43394 ImageAnalyzer example failed to read PNG file.
I attempted to feed the attached file to the image analyzer example and got an error dialog that said "Error loading file ... i/o error (java.lang.ArrayIndexOutOfBoundException: 0): java.lang.ArrayIndexOutOfBoundException: 0". Suspect this is a problem with the PNG reader.
resolved fixed
02e0e6b
["bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/internal/image/PngHuffmanTable.java", "bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/internal/image/PngHuffmanTables.java", "bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/internal/image/PngLzBlockReader.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-09-25T19:48:01Z
2003-09-20T17:46:40Z
43,667
Bug 43667 New Synch View layout
I20030925 After a Team > Synchronize with Repository I got a strange layout for the new synch view (see attached screenshot).
resolved fixed
06cfb24
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Label.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-09-25T16:50:33Z
2003-09-25T17:13:20Z
43,597
Bug 43597 [SWT] Text.setText(..) can change font inappropriately on Mac OSX
see the attached test case to duplicate the problem. if you run the test case with just the first .setText call, you will see the correct unicode representation for the key sequence 'Command+X'. (Lucida Grande being the standard OS X font for menus and such) if you run the test case with all three .setText calls, you w...
resolved fixed
a8b143b
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Text.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-09-25T16:23:43Z
2003-09-24T19:00:00Z
43,610
Bug 43610 'Shift+Alt+' gives 0x00 as key code and character
Using snippet #25 on Eclipse-GTK-I20030924 (GNOME), do the following: 1.) Press and hold 'Shift' 2.) Press and release 'Alt' 3.) Release 'Shift' OBSERVED RESULTS: DOWN: stateMask=0x0, keyCode=0x20000, character=0x0 '\0' DOWN: stateMask=0x20000 SHIFT, keyCode=0x0, character=0x0 '\0' UP : stateMask=0x30000 ALT SHIFT, key...
resolved fixed
bbb8f48
["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/gtk/org/eclipse/swt/internal/gtk/OS.java", "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
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-09-24T22:50:10Z
2003-09-24T21:46:40Z
42,892
Bug 42892 BIDI: Images are misaligned in RTL menu items
BiDi bugs in CoolBar/ToolBar. Please see attachment for details.
resolved wontfix
ca87977
["bundles/org.eclipse.swt/Eclipse", "SWT", "Printing/win32/org/eclipse/swt/printing/Printer.java", "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", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclip...
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-09-24T20:50:04Z
2003-09-10T18:53:20Z
40,085
Bug 40085 Cursor key scrolling in code assist table doesn't update scrollbars
I20030710 - open code assist - scroll vertically by using the cursor up- and down-keys Observe: scrollbar doesn't update its position
resolved fixed
3c8e2ed
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/ScrollBar.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Scrollable.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse...
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-09-24T17:06:08Z
2003-07-15T09:06:40Z
43,538
Bug 43538 Ctrl+Space gives two key down events
On Windows XP using I20030923, "Ctrl+Space" gives two key down events. This key binding is used by Eclipse for code assist. Affects keys preference page, and causes a flicker as the code assist is executed twice. If the key is bound to any other command, it can make the command completely unusable. Problem does not occ...
resolved fixed
4294d7d
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Control.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-09-24T15:39:56Z
2003-09-23T20:46:40Z
42,225
Bug 42225 Can't assign command to Ctrl+Backspace
I20030827 Out of the box Ctrl+Backspace should delete the previous word. Somehow the key binding manager thinks this is Ctrl+Del and deletes the next word. If I try to reassing the key via key pref page it displays Ctrl+Del when I press Ctrl+Backspace. I have a Swiss German Keyboard using Swiss German Locale.
resolved fixed
720594e
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Widget.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Control.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-09-23T16:27:00Z
2003-08-28T17:00:00Z
42,467
Bug 42467 Photon - implement the SWT browser widget
null
resolved fixed
75fc9e9
["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/photon/org/eclipse/swt/browser/Browser.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-09-19T21:19:50Z
2003-09-03T17:26:40Z
20,841
Bug 20841 Hover help hides Ctrl+F1 help
Build 20020621 Linux-GTK 1. Hover a button until the hover help for the button appears. 2. Press Ctrl+F1 to summon the "F1 help." 3. The F1 help appears under the hover help, making it impossible to read the obscured text. Also, the original hover help is now stuck. It won't go away even when clicking elsewhere.
resolved fixed
8a4b647
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Shell.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/ToolBar.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/ToolItem.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-09-19T20:57:01Z
2002-06-21T20:06:40Z
30,273
Bug 30273 [Key Bindings] DBCS: "F1" funtion key does NOT work on Linux_GTK.
Reporter: Amanda Lee Language: Korean /Simplfied Chinese /Traditional Chinese Build driver: M4_Linux_GTK Severity: OS: RedHat8 JDK Ver.: IBM JDK1.3.1 + SR3 Test case #: 11.1 Summary: DBCS: "F1" funtion key does NOT work on Linux_GTK. Description: Steps to recreate problem: 1-Open a eclipse. 2-Press "F1" function key. =...
resolved fixed
c8a9fc3
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Control.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"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-09-19T20:33:16Z
2003-01-27T12:20:00Z
15,538
Bug 15538 Label requires border to draw correctly
The computeSize() method appears to be calculating the height incorrectly for a wrapped label on Linux-Motif. STEPS 1) Run the example below and the top and bottom of the text is cut off 2) Change the code so that the label is created with an SWT.BORDER 3) Run it again - the label is sized correctly import org.eclipse....
resolved fixed
32055ba
["bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/Label.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-09-18T16:36:49Z
2002-05-08T15:00:00Z
38,094
Bug 38094 [Enter] key doesn't work in text editors
I can't insert new line in text editors using [Enter] key on my Mandrake 9.1 (Gnome). Tried 2.0 version: [Enter] worked fine there.
resolved fixed
184893b
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Widget.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-09-17T21:37:59Z
2003-05-26T00:46:40Z
42,787
Bug 42787 CheckboxTableViewer does not clear selection
20030909 Sun 1.4.2 VM The following code does not clear the selection in CheckboxTableViewer (from CheckboxTableViewerTest) on the Sun 1.4.2 VM. It does using the Sidecar 1.3.1 VM and on Windows using the Sun 1.4.2 TestElement first= fRootElement.getFirstChild(); StructuredSelection selection= new StructuredSelection(f...
resolved fixed
d615980
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/List.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Table.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-09-16T19:04:22Z
2003-09-09T15:06:40Z
41,774
Bug 41774 DBCS: DBCS named file drag&drop failure on GTK
Platform: RedHat 8.0, GTK+2.2.2 and RHEL 3.0 beta1 steps drag DBCS named file (will attach later) and drop it workbench package explore view. Error dialog will pop-up with message, resource 'build%C6%FC%CB%DC%B8% EC.xml' not exits in file system.
resolved fixed
fb8beb1
["bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/gtk/org/eclipse/swt/dnd/FileTransfer.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/gtk/org/eclipse/swt/internal/gtk/OS.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-09-15T17:39:33Z
2003-08-21T07:13:20Z
37,863
Bug 37863 Text's focus border has wrong background
I20030516 MacOS X 10.2.6 - start Eclipse with new workspace - open New wizard - select Simple / New File - press Next - click in description "Create a new file resource" (transfers focus) - click in text field "Enter or select the parent folder" Observe: the focus border of the description field gets the striped backgr...
resolved fixed
0336ae9
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Widget.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-09-12T21:35:46Z
2003-05-20T14:13:20Z
42,867
Bug 42867 Combo - Custom PopUp not displayed properly
I created a SWT Combo within an Eclipse View and set its popup menu. Now, when I right click on the Combo's text field I don't see my menu, but the native systems one (Copy/Paste/Cut ...). When I try not to click right on the Combo's text field directly, a little bit below it but still within the Combo Widget, I see my...
resolved fixed
0d66d44
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Combo.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"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2003-09-12T19:35:03Z
2003-09-10T13:20:00Z