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]
86,745
Bug 86745 Tree shows horizontal scrollbar although not required
null
resolved fixed
9901dd4
["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/List.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclips...
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-07-07T13:54:51Z
2005-02-26T12:13:20Z
239,231
Bug 239231 Text.getCaretLineNumber() differs between Windows and Linux
Build ID: M20080221-1800 Steps To Reproduce: 1. Run attached test case on linux (I used redhat linux 5) 2. Click in text box - label displays "Caret line number is: 1" 3. Run same test case on windows: Label displays "Caret line number is: 0" More information: I would expect the line number to be 0 in both cases (as mo...
resolved fixed
5976441
["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
2008-07-03T21:16:29Z
2008-07-02T12:00:00Z
236,312
Bug 236312 GTK Assertion for gdk_window_get_user_data
null
resolved fixed
fc78f2f
["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
2008-07-03T20:21:33Z
2008-06-09T19:33:20Z
239,220
Bug 239220 Text.getText() returns empty string after calling setText() with non-empty string
Here is the (new as of June 23rd) code for Text on Carbon: public String getText () { checkWidget(); if (txnObject == 0) { return new String (getEditText (0, -1)); } else { return getTXNText (OS.kTXNStartOffset, OS.kTXNEndOffset); } } char [] getEditText (int start, int end) { int [] ptr = new int [1]; int [] actualSiz...
resolved fixed
d2c1767
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Text.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_widgets_Text.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-07-03T17:00:16Z
2008-07-02T12:00:00Z
211,202
Bug 211202 StyledText#setSelection() does not reveal caret with non-zero selection
null
resolved fixed
fc0ac2f
["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
2008-07-02T16:30:33Z
2007-11-28T11:40:00Z
238,847
Bug 238847 Improve performance of shell creation on GTK
We have a benchmark that did "new Shell()" that was slower on GTK than Windows. Here is how we fixed it: Shell creation on a single monitor system takes longer then it needs to. It calls gdk_screen_get_monitor_at_window() when there is only ever one monitor possible. We optimized this case.
resolved fixed
36bf32c
["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
2008-06-27T20:52:20Z
2008-06-27T20:53:20Z
233,261
Bug 233261 dialog window distorted after going out of "Not responding" state
null
resolved fixed
5124c10
["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
2008-06-27T16:35:47Z
2008-05-21T14:26:40Z
226,369
Bug 226369 [Browser] Provide a way to know which rendering is used
Build ID: 3.4M6 We pilot the browser with Javascript so we need to know the rendering to take the differences into account. We can achieve this distinction with a mix of SWT.getPlatform() and browser.getStyle(). However, it would be much better to have a clear way to know the rendering, something like "Browser.getBrows...
resolved fixed
2b38142
["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/carbon/org/eclipse/swt/browser/Safari.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/cocoa/org/eclipse/swt/browser/Safari.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/common/org/eclipse/swt/browser/Browser.java", "bundles/org.eclipse.swt/Eclips...
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-06-26T17:55:53Z
2008-04-09T19:40:00Z
211,363
Bug 211363 Weird resize behaviour in paint example
Run paint example Resize window a little -> paint area disappears completely, never to come back again
resolved fixed
3f452be
["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Scale.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-06-24T16:45:16Z
2007-11-29T01:33:20Z
238,149
Bug 238149 Rollover tooltip for owner-drawn tree should be hidden when tree view changes
null
resolved fixed
1975293
["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
2008-06-23T21:28:04Z
2008-06-23T16:53:20Z
127,971
Bug 127971 Cannot remove caret in FocusOut handler
SWT-win32, v3224 - Run the test case below - The canvas on the left will initially have focus - Click on the button to make the canvas lose focus - Even though the caret is removed in the focus lost handler, it won't go away Note: I am aware that a caret will automatically be hidden on focus lost; The snippet below int...
resolved fixed
cc93598
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Canvas.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-06-20T21:14:02Z
2006-02-15T05:06:40Z
237,986
Bug 237986 XULRunner 1.9 sometimes crashes at shutdown
- only observed with XULRunner 1.9 on Windows - run snippet128, click around in the Browser, and close the Shell - this sometimes crashes, but does not produce an hs_err_* file
resolved fixed
e499c52
["bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/browser/Mozilla.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-06-20T20:24:49Z
2008-06-20T19:26:40Z
125,499
Bug 125499 Pixel corruption when setSelection() called from within SWT.SetData
Using I20060125-0800, while debugging, I sometimes get an erratic behavior when scrolling in debug or variable view. The labels in the view are incomplete on the first letter and the scrolling doesn't work. As soon as I released the mouse or stop using the rolling button on the mouse, the view jumps at the previous loc...
resolved fixed
3c09346
["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
2008-06-18T21:10:50Z
2006-01-27T16:40:00Z
54,525
Bug 54525 Radio group gets traversed (gets focus) when not visible
When you traverse controls with TAB, controls that are not visible do not get focus. This is great because I use custom controls that can collapse and I don't want their children to be traversed then. Unfortunately, this doesn't work for radio groups, which still get focus. Below is a snippet that shows the problem. Us...
resolved fixed
6cb5941
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Button.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Composite.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Control.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-06-18T20:55:14Z
2004-03-11T21:20:00Z
236,937
Bug 236937 Composite sending incorrect Move events
null
resolved fixed
f726f3b
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Composite.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-06-18T20:49:40Z
2008-06-12T17:00:00Z
226,090
Bug 226090 Clarify/improve TextLayout.setText(String)
3.4 M6. TextLayout.setText(String) has two undocumented side effects: 1. if the new string is not the same as the old one it sets the text *and* it resets all the style information 2. if the new string is the same it does nothing Currently - as there is no reset[Styles]() method clients have to read the code and then d...
resolved fixed
bbcbb07
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/graphics/TextLayout.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-06-18T20:04:00Z
2008-04-08T07:33:20Z
237,138
Bug 237138 StyledText blank in Linux RedHat
null
resolved fixed
5a6cf47
["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
2008-06-18T19:22:45Z
2008-06-13T18:00:00Z
237,675
Bug 237675 Giving focus to other control during FocusIn doesn't reassign the Caret
Build 3.4 RC4 Run the snippet and type something. -> the chars are insert in the text control but the caret is over the canvas - and moves along as chars are insert/delete.
resolved fixed
de21f7f
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Canvas.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-06-18T19:11:36Z
2008-06-18T17:26:40Z
236,689
Bug 236689 [Browser] KeyDown/KeyUp events have wrong character for Delete key
- happens with IE and Safari, works with Mozilla
resolved fixed
6690d67
["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/carbon/org/eclipse/swt/browser/Safari.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/win32/org/eclipse/swt/browser/IE.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-06-18T18:30:27Z
2008-06-11T18:46:40Z
236,524
Bug 236524 [Help browser] Search does not start on pressing <Enter>
Eclipse 3.4 RC3 Here. the help search does not start anymore in the help browser when entering a search term in the search box on top and hitting <Enter>.
verified fixed
e7e4bd6
["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
2008-06-18T18:27:52Z
2008-06-10T20:33:20Z
237,432
Bug 237432 [64] Add External JARs in Java Build Path fails consistently
Build ID: I20080609-1311 Steps To Reproduce: 1. Create a new Workspace 2. Create a Java Project 3. Go to Properties | Build Path and try to add an external jar. 4. Nothing happens, but an exception is logged in the Error Log. More information: Note: 64-bit build and 64-bit W2K3 OS. And I have removed that p2 package. e...
resolved fixed
1802dd1
["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
2008-06-17T18:09:49Z
2008-06-17T08:06:40Z
225,265
Bug 225265 Cannot invoke a contextual menu from a perspective button.
Attempting to invoke a contextual menu from a perspective button in order to reset/customize/close/etc. the perspective has no effect.
resolved fixed
0d62abd
["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/ToolItem.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-06-13T19:36:53Z
2008-04-02T07:06:40Z
230,120
Bug 230120 Mouse scrolling support in Cocoa applications
null
resolved fixed
0479445
["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Composite.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/...
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-06-13T19:31:43Z
2008-05-04T14:06:40Z
230,118
Bug 230118 Typing in StyledText is accompanied with the error bell (Cocoa)
StyledText on Cocoa isn't usable since on every key press the error bell is played. After short debugging I had found that keyboard events sent to all Canvas-based controls are forwarded to NSWindow via super.windowSendEvent(id, event) call. NSView which is a base for Canvas doesn't handle them so the system plays the ...
resolved fixed
f820540
["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Widget.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-06-13T18:32:52Z
2008-05-04T14:06:40Z
237,106
Bug 237106 Composites with GridLayouts don't lay out
- to see this run Snippet6 - this appears to have been introduced by changes made since v3448e was tagged
resolved fixed
bba33a1
["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Shell.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-06-13T18:05:10Z
2008-06-13T15:13:20Z
223,391
Bug 223391 unable to change button sizes
Build ID: I20080207-1530 Steps To Reproduce: 1. open control example 2. select Button tab 3. in Size section, select Preferred , 10X10 , 50X50 , and 100X100 radio buttons More information: Choosing any of these sizes has no effect on any kind of buttons
resolved fixed
b61c3f1
["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Control.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-06-13T16:23:24Z
2008-03-20T19:06:40Z
210,988
Bug 210988 setEnabled() does not work for Widgets that are not NSControl
Group, ToolBar, ProgressBar, Label, Composite and a few other widgets that are not subclasses NSControl need to somehow reimplement Control.enableWidget(boolean).
resolved fixed
211a0b5
["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclips...
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-06-13T15:38:58Z
2007-11-26T20:46:40Z
223,390
Bug 223390 flat and border button in swt do not work
Build ID: I20080207-1530 Steps To Reproduce: 1. open control example 2. select Button tab 3. In Style, select SWT.FLAT and SWT.BORDER check boxes More information: When either or both SWT.FLAT and SWT.BORDER check boxes are checked, not changes to the buttons.
resolved fixed
3f8e43b
["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Button.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-06-13T15:33:04Z
2008-03-20T19:06:40Z
236,669
Bug 236669 exception when removing TableItem
3.4RC4 - brand new eclipse workspace - File > Import... - Plug-in Development > Plug-ins and Fragments, Next - Next - select org.eclipse.jface from the left-side list, press the "Add -->" button, which moves this item to the right-side list - press the "Required Plug-ins -->" button, which moves a few other projects ov...
resolved fixed
9bc0098
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Table.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-06-11T20:23:44Z
2008-06-11T16:00:00Z
236,419
Bug 236419 Printing does NOT work on Mac
Build ID: I20080530-1730 Steps To Reproduce: 1. Open a file with Text Editor 2. Select print from the toolbar Notice, that it doesn't print. The failure is in Print.java on line 367. It throws a NullPointer exception. The logic seems flawed because this method is trying to set the defaultFont. What's strange is the sys...
resolved fixed
e24f72d
["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
2008-06-10T20:15:47Z
2008-06-10T12:13:20Z
232,689
Bug 232689 Label.setText() hides the label if called multiple times
null
resolved fixed
3251985
["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Label.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-06-09T20:37:19Z
2008-05-18T08:40:00Z
235,847
Bug 235847 [Contributions] [Mac] Odd behaviour in help menu on OS X
I20080604-2000 I'm not even sure how to classify this bug. There are numerous bad things all happening at once. Steps to reproduce: 1) open the team synch view in change set mode (and have some change sets) 2) select one of the top level change sets 3) open the help menu Note that the menu is empty and not only that th...
resolved fixed
5f3a843
["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
2008-06-05T21:17:45Z
2008-06-05T15:33:20Z
235,806
Bug 235806 improper usage of "Device" when setting font description in org.eclipse.swt.graphics.TextLayout constructor
Build ID: I20080516-1333 Steps To Reproduce: This defect mainly shows up on RetHat Linux 5. The constructor is coded-up like this: public TextLayout (Device device) { super(device); context = OS.gdk_pango_context_get(); if (context == 0) SWT.error(SWT.ERROR_NO_HANDLES); OS.pango_context_set_language(context, OS.gtk_get...
resolved fixed
5a9f76e
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/graphics/TextLayout.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-06-05T15:48:36Z
2008-06-05T12:46:40Z
164,437
Bug 164437 Disable automatic horizontal scrolling on tree item selection
null
resolved fixed
481b972
["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
2008-06-04T17:04:21Z
2006-11-14T07:40:00Z
235,617
Bug 235617 The visibility of the constructor org.eclipse.swt.graphics.Resource.Resource() has been reduced
In the 3.4 stream, a default constructor was added to Resource that is only package visible. Before it was added, there were no constructors in the class so the new constructor reduces the visibility of the default constructor from public to package.
resolved fixed
0619707
["bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/graphics/Resource.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-06-04T16:51:31Z
2008-06-04T14:33:20Z
235,329
Bug 235329 vertical scroll bar remains in empty tree viewer
null
resolved fixed
3526517
["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
2008-06-03T17:46:40Z
2008-06-03T13:33:20Z
235,348
Bug 235348 Exception in setItemCount
calling setItemCount(0) causes this exception. java.lang.ArrayIndexOutOfBoundsException: 100 at org.eclipse.swt.widgets.Tree.setItemCount(Tree.java:3023) at org.eclipse.swt.widgets.Tree.setItemCount(Tree.java:2997) at Stub.main(Stub.java:19)
resolved fixed
750f6b6
["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
2008-06-03T15:56:17Z
2008-06-03T13:33:20Z
235,324
Bug 235324 Canvas#getCaret() should tell that caret can be null
I20080530-1730 Canvas#getCaret() should tell that the caret can be null. This snippet produces an NPE: Display display = new Display(); Shell shell = new Shell(display); Point size= shell.getCaret().getSize();
resolved fixed
b3191bd
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Canvas.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-06-03T13:50:19Z
2008-06-03T13:33:20Z
227,914
Bug 227914 IAE in TextLayout._getOffset()
Got this reported with 3.3.1 and 3.3.2 (stacktrace is from 3.3.1). Couldn't reproduce myself, steps to reproduce we received: 1. Type line 1 to almost fill an entire line 2. CR to new line, type something 3. Cursor up (and to the end) of line 1, and type until word wrap occurs. -> You should now only have a few charact...
resolved fixed
989cc69
["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
2008-06-02T20:59:43Z
2008-04-20T14:00:00Z
235,219
Bug 235219 Cheese in tree
null
resolved fixed
a7e3a11
["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
2008-06-02T20:58:58Z
2008-06-02T20:53:20Z
232,685
Bug 232685 ScrollBar works incorrectly with StyledText
null
resolved fixed
9ca4ea6
["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/ScrollBar.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-06-02T18:31:39Z
2008-05-18T08:40:00Z
232,686
Bug 232686 Shell doesn't send SWT.Move
null
resolved fixed
17e81e2
["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Display.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-06-02T16:01:50Z
2008-05-18T08:40:00Z
219,437
Bug 219437 Javadocs of get/setAlpha(..) should specify range of value
HEAD The Javadocs of all get/setAlpha(..) APIs (on Shell, GC, ImageData) should better specify the "alpha value": - allowed range - meaning (is 0 fully opaque and 255 fully transparent or vice versa?) ImageData.setAlpha(..) even throws an IAE when alpha is not in [0, 255], but this is not in the Javadoc.
resolved fixed
152b200
["bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/graphics/ImageData.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/graphics/GC.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Shell.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-06-02T14:39:35Z
2008-02-19T14:06:40Z
217,378
Bug 217378 Event fields javadoc needs update due to ImeComposition event
Javadoc for the following org.eclipse.swt.widgets.Event fields: start, end, index, count now needs to mention that they can be set in the event handler. Returned values are used by the ImeComposition event.
resolved fixed
5267279
["bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/widgets/Event.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-05-30T20:21:35Z
2008-02-01T04:26:40Z
233,844
Bug 233844 CTabFolder#setSelection(CTabItem) IllegalArgumentException is wrong
Currently: ---------- @exception IllegalArgumentException <ul> * <li>ERROR_NULL_ARGUMENT - if the listener is null</li> * </ul> Should be: ---------- @exception IllegalArgumentException <ul> * <li>ERROR_NULL_ARGUMENT - if the item is null</li> * </ul>
resolved fixed
15dbeb4
["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
2008-05-30T16:20:25Z
2008-05-25T12:53:20Z
234,823
Bug 234823 JavaDoc: ExpandBar#setSpacing doesn't describe the parameter passed
Maybe this is once more a worksforyou because the doc on OS-X is not up-to-date.
resolved fixed
43b37a6
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/ExpandBar.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-05-30T14:26:54Z
2008-05-30T12:20:00Z
234,732
Bug 234732 WRAP break font fallback , DBCS does not show
null
resolved fixed
fb11748
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/graphics/TextLayout.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-05-29T21:39:51Z
2008-05-29T22:26:40Z
234,437
Bug 234437 CCombo#setVisible() doesn't check if the popup shell is disposed
Before call CCombo#setVisible(false) we are checking if the CCombo is not already disposed. I guess CCombo Line 1539: -------8<------- if (!visible) popup.setVisible(false); -------8<------- Should have a check like this: -------8<------- if (!visible && popup != null && !popup.isDisposed()) popup.setVisible(false); --...
resolved fixed
8b0ef9c
["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
2008-05-29T21:11:52Z
2008-05-28T18:40:00Z
223,823
Bug 223823 ControlExample: Select Listeners dialog opens behind menu bar
null
resolved fixed
9aaf151
["examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/controlexample/Tab.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-05-29T18:46:47Z
2008-03-25T13:00:00Z
234,271
Bug 234271 Invalid thread access logged in the .log file
I got this: org.eclipse.swt.SWTException: Invalid thread access at org.eclipse.swt.SWT.error(SWT.java:3775) at org.eclipse.swt.SWT.error(SWT.java:3693) at org.eclipse.swt.SWT.error(SWT.java:3664) at org.eclipse.swt.widgets.Display.error(Display.java:1158) at org.eclipse.swt.widgets.Display.checkDevice(Display.java:683)...
resolved fixed
82b24e6
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Widget.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-05-28T22:40:14Z
2008-05-27T23:13:20Z
233,638
Bug 233638 Extreme performance degradation in TextLayout.shape()
I20080522-1800. I accidentally opened a small binary file (81KB) in the text editor which resulted in a very long freeze (40-50s). Afterwards typing, selecting etc. is unusably slow. Performance tracing reveals that all time is spent in TextLayout.shape(). Note that this is a huge regression compared to R3.3.x: there t...
verified fixed
e42c019
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/graphics/TextLayout.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-05-28T22:22:50Z
2008-05-23T10:53:20Z
234,158
Bug 234158 StyledText should stop blinking caret when losing focus in verify key listener
I20080526-2000, same in 3.3.2 StyledText should stop blinking the caret when losing focus in verify key listener. Run the snippet below and then press Tab. => Expected: Focus goes to popup shell, caret stops blinking (like when you click into the popup). => Was: Focus goes to popup shell, but caret still blinks. When "...
verified fixed
3a3b000
["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
2008-05-28T20:55:15Z
2008-05-27T14:53:20Z
234,433
Bug 234433 [Browser] Some characters cannot be entered in forms
Build ID: 3.4M7 Steps To Reproduce: 1. Open a Shell with a Browser. 2. Go to a page with forms or text fields (like Google home page). 3. Try to type the character &#324; (AltGr+n) which does not work. AltGr is the right Alt key, usually equivalent to Ctrl+Alt. More information: This bug was reported by a user and afte...
resolved fixed
73a84b5
["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
2008-05-28T20:06:17Z
2008-05-28T18:40:00Z
234,119
Bug 234119 Segfault when disposing shell in keylistener of browser
null
verified fixed
0657c29
["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/carbon/org/eclipse/swt/browser/Safari.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-05-27T14:45:16Z
2008-05-27T09:20:00Z
233,598
Bug 233598 carriage return inserted twice when using text box in web browser
null
resolved fixed
7c93e3a
["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/win32/org/eclipse/swt/browser/IE.java", "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
2008-05-26T21:25:28Z
2008-05-22T23:46:40Z
233,867
Bug 233867 Text#getPosition() is missing JavaDoc
like the summary says there's no JavaDoc for this method
resolved fixed
4de988f
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Text.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Text.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-05-26T19:59:15Z
2008-05-25T18:26:40Z
233,969
Bug 233969 NPE in Tree.windowProc when starting to drag elements
I20080523-0100 I got into a state where dragging any element from the Synchronize view resulted in the NPE below. Drag and drop from the Synchronize view to the editor area worked fine before. Worked fine after a restart of the workbench. java.lang.NullPointerException at org.eclipse.swt.widgets.Tree.windowProc(Tree.ja...
resolved fixed
1abe344
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Table.java", "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
2008-05-26T18:59:04Z
2008-05-26T16:40:00Z
233,595
Bug 233595 DragImage looks bad on vista (table+tree)
null
resolved fixed
d1cccb0
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Table.java", "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
2008-05-26T18:26:46Z
2008-05-22T23:46:40Z
233,485
Bug 233485 Compiler warnings in I20080522-0800
1. WARNING in /builds/I/src/plugins/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/List.java (at line 15) import org.eclipse.swt.internal.carbon.DataBrowserAccessibilityItemInfo; The import org.eclipse.swt.internal.carbon.DataBrowserAccessibilityItemInfo is never used
resolved fixed
594f4b1
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/List.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-05-22T16:57:49Z
2008-05-22T15:26:40Z
232,617
Bug 232617 TVT34:TCT301: The Update Preferences link is not active in Linux
<response_by> Mostafa Ali at 2008.05.15.10.30.05 </response_by> OS: Linux Build date: 0514 Component/Function name: BASE MANAGE CONFIGURATION Blocking: Yes Language: Arabic Tester Name: Mostafa Ali Steps to recreate the problem: Start Eclipse. Click on Help Click on Software Updates Click on the Chck for updates.. butt...
closed fixed
818a149
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Link.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-05-22T16:20:27Z
2008-05-16T20:33:20Z
231,877
Bug 231877 WM_PRINT for ToolBar with SHADOW_OUT
null
resolved fixed
aac5cc3
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Button.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/Group.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-05-21T23:35:38Z
2008-05-13T17:33:20Z
233,351
Bug 233351 fix leak in drag image
build rc1 3.4 TableDragSourceEffect and TreeDragSourceEffect are leaking himage returned from DI_GETDRAGIMAGE.
resolved fixed
fb462ee
["bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/win32/org/eclipse/swt/dnd/TableDragSourceEffect.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/win32/org/eclipse/swt/dnd/TreeDragSourceEffect.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-05-21T21:42:36Z
2008-05-21T22:46:40Z
233,099
Bug 233099 [Accessibility] Characters typed into Text are not accessible on Tiger
Run ControlExample, go to Text tab. Turn on VoiceOver (Command+F5). Type Tab key to give focus to Text. Type characters. VoiceOver should speak the characters, but it isn't. The problem appears to be fixed for Leopard but not for Tiger.
resolved fixed
531e822
["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
2008-05-21T21:38:47Z
2008-05-20T21:46:40Z
232,163
Bug 232163 [Accessibility] StyledText speaks entire value when asked for "line"
20080514 Mac OS X Carbon Run Eclipse (at least I20080513-2000) and open an editor on any java file. Turn on VoiceOver (command+F5). Use the down arrow key to move the cursor down to the next line. VoiceOver reads the whole file again, every time up or down arrow is typed. Also: the ctrl+alt+L VoiceOver command should j...
resolved fixed
eaeeb6c
["bundles/org.eclipse.swt/Eclipse", "SWT", "Accessibility/carbon/org/eclipse/swt/accessibility/Accessible.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-05-21T20:04:28Z
2008-05-14T18:33:20Z
232,965
Bug 232965 [breadcrumb] set top item in drop down is too aggressive on OSX
null
verified fixed
02662f5
["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
2008-05-21T18:48:42Z
2008-05-20T13:26:40Z
232,499
Bug 232499 [JFace] Slower image painting due to fix for bug 224422 and bug 219432
null
resolved fixed
61f597f
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/graphics/GC.java", "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
2008-05-21T16:31:22Z
2008-05-16T15:00:00Z
225,404
Bug 225404 Clicking on areas to left or right of cell editors in tree does not raise a FocusIn event for tree on vista
Build ID: M20071023-1652 Steps To Reproduce: This happens only on Windows Vista 1. Have a tree with multiple columns and cell editors (use CCombo based combo box cell editors). 2. Click on the area to the left (i.e. where twisties would appear) or right (in blank columns area) of the place where cell editors would appe...
resolved fixed
4f4c47a
["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
2008-05-21T16:05:34Z
2008-04-02T18:13:20Z
229,570
Bug 229570 Screen cheese in breadcrumb when using Windows classic style
I20080430-0100. This is more a "seeking for advice" than official bug: when switching between Java editors I see screen cheese in the breadcrumb when using Windows classic style. XP style and also Vista are fine. Also, this only happens when there are several other views in the window, e.g. when working in the Browsing...
verified fixed
ae21c0f
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Label.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-05-20T19:31:21Z
2008-04-30T07:20:00Z
228,282
Bug 228282 [Accessibility] Table & Tree with no column headers say "sort button" on Leopard
Run ControlExample and go to Table tab. Start VoiceOver (command+F5). Tab into the Table, and type down arrow to select the first row. VoiceOver says "sort button" before saying the contents of every cell. This would be pretty annoying and confusing to a VoiceOver user. To see what is happening, select "Column Headers"...
resolved fixed
650c120
["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
2008-05-20T19:10:54Z
2008-04-22T21:33:20Z
231,882
Bug 231882 [Accessibility] Characters typed into Text are not accessible on Leopard
20080513 Run ControlExample, go to Text tab. Turn on VoiceOver (Command+F5). Type Tab key to give focus to Text. Type characters. VoiceOver should speak the characters, but it isn't. Same problem for both SINGLE and MULTI.
resolved fixed
b334d44
["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
2008-05-20T18:55:20Z
2008-05-13T17:33:20Z
232,475
Bug 232475 Compiler warning
1. WARNING in /builds/I200805152000/src/plugins/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/browser/Mozilla.java (at line 183) Class clazz = Class.forName ("org.eclipse.swt.browser.XULRunnerInitializer"); //$NON-NLS-1$ The local variable clazz is never read
resolved fixed
234c8e4
["bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/browser/Mozilla.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-05-16T13:56:42Z
2008-05-16T12:13:20Z
232,017
Bug 232017 [breadcrumb] Open type dialog pops up behind breadcrumb drop down on OSX
I20080513-2000 In breadcrumb 1. Click on a item to open its drop down 2. Open Type Is: Drop down is not closed, open type dialog pops up behind drop down. Same for open resource, sort members and probably others. This dialogs do not take focus?! Should: Close drop down.
resolved fixed
15abd1c
["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
2008-05-15T19:37:35Z
2008-05-14T07:26:40Z
201,774
Bug 201774 Mozilla Browser doesn't open at the first execution in a Linux RHEL 4.
Build ID: 120070625-1500 Steps To Reproduce: I'm developing a Plug-in over ATF Plugins. So this error ocurrs when I'm running the my plug-in. 1. Runs a Plug-in Project with the "Clear" button checked in the Workspace Data Goup on the Plug-in Launcher. 2. Create a HTML Page 3. Open With -> Mozilla Browser More informati...
resolved fixed
a1cedd5
["bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/browser/Mozilla.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-05-15T16:49:23Z
2007-08-30T18:53:20Z
229,181
Bug 229181 [DateTime] DateTime widget does not report mouseDoubleClick
Build ID: M20080221-1800 Steps To Reproduce: 1. Create a DateTime widget. 2. Add a mouse listener. 3. Double-click on an instance of the DateTime widget. 4. note that mouseDoubleClick is never called. More information: May be related to 219698
resolved fixed
cb49a6d
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/DateTime.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-05-15T16:41:47Z
2008-04-28T22:00:00Z
232,093
Bug 232093 crash in Safari browser while handling key events
In eclipse: 1 - open content assist 2 - select a content assist item that open the second content assist window 3 - click in the second content assist window 4 - press escape to dismiss second content assist window 5 - type the word "crash" Process: eclipse [6615] Path: /Users/kevinbarnes/Eclipse/eclipse/Eclipse.app/Co...
resolved fixed
650ccec
["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/carbon/org/eclipse/swt/browser/Safari.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/browser/Mozilla.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-05-14T18:57:34Z
2008-05-14T15:46:40Z
231,787
Bug 231787 When computing bounds,TextLayout does not take trailing line break into account
(1) Have a TextLayout and set its text to "abc<enter>" > call getBounds() (2) set the text to "abc" > call getBounds() > the result for (1) and (2) are the same. The trailing line break is not taken into account
resolved fixed
05d141b
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/graphics/TextLayout.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-05-14T18:36:48Z
2008-05-13T12:00:00Z
226,007
Bug 226007 BIDI3.4: search results appear shaped improperly
null
closed fixed
238f507
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/graphics/TextLayout.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-05-14T17:11:13Z
2008-04-07T17:40:00Z
231,925
Bug 231925 Arrow button is drawn backwards
The left arrow button is drawn pointing right and the right button is drawn pointing left.
resolved fixed
67772f2
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Button.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-05-13T21:24:32Z
2008-05-13T20:20:00Z
227,076
Bug 227076 [DND]Combo:Multiple problems during drag text in combo on Mac OS X
Build ID: I20080207-1530 Steps To Reproduce: My Env: Mac OS Version 10.5 Eclipse build I20080207-1530 SWT 3.4.0 v3428a [Step to reproduce] 1.Run snipplet on Mac OS X 2.Use mouse to select some text in the combo. 3.Drag the text to the Text area on the right. [Results]: 1.Mouse cursor does not change its shape to indica...
resolved fixed
f336407
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Combo.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/DateTime.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt...
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-05-13T21:20:59Z
2008-04-15T06:13:20Z
231,884
Bug 231884 [Accessibility] Controls that implement kEventAccessibleGetNamedAttribute need to call swt accessible API
20080513 Many of the Carbon controls had to override kEventAccessibleGetNamedAttribute in order to provide basic accessibility for the control. If an application hooked an AccessibleListener to any of these controls, then the application's AccessibleListener code was not being called. The fix involved coming up with a ...
resolved fixed
95bcccf
["bundles/org.eclipse.swt/Eclipse", "SWT", "Accessibility/carbon/org/eclipse/swt/accessibility/Accessible.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Button.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Combo.java", "bundles/org.eclipse.swt/Eclipse", "SW...
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-05-13T20:22:28Z
2008-05-13T17:33:20Z
231,606
Bug 231606 [Browser] disposing Browser in KeyDown causes crash
- happens on OSX with the Safari and Mozilla browsers - it seems that HICocoaView is not doing a disposed check after sending key notifications
resolved fixed
56fb1e5
["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/carbon/org/eclipse/swt/browser/Safari.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/carbon/org/eclipse/swt/browser/MozillaDelegate.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-05-12T21:29:33Z
2008-05-12T16:33:20Z
206,870
Bug 206870 [Mac] New Project wizard Finish button isn't enabled for Japanese project name
null
closed fixed
8aef787
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Spinner.java", "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
2008-05-12T20:35:03Z
2007-10-19T10:33:20Z
225,373
Bug 225373 Bidi3.4: Unicode Markers don't have any effect in Console View
null
closed fixed
5403e07
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/graphics/TextLayout.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-05-12T20:23:17Z
2008-04-02T15:26:40Z
227,974
Bug 227974 DBCS3.4: Dragged texts from Safari gets garbled when dropped on a StyledText widget
null
closed fixed
1a3287a
["bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/carbon/org/eclipse/swt/dnd/TextTransfer.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-05-12T20:01:46Z
2008-04-21T09:26:40Z
228,167
Bug 228167 DBCS3.4: URLTransfer for DBCS URL failed
null
closed fixed
f60812a
["bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/carbon/org/eclipse/swt/dnd/URLTransfer.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/carbon/org/eclipse/swt/internal/carbon/OS.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-05-12T20:00:13Z
2008-04-22T07:40:00Z
231,449
Bug 231449 First Table Row Justification Wrong
null
resolved fixed
71b2aa6
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Table.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-05-12T18:00:44Z
2008-05-10T20:06:40Z
227,965
Bug 227965 Tooltip for table column not appearing
OS: Mac OS X 10.5.2 (intel) Build: 3.4M6a (SWT v3436) Steps: 1. Create a Java project and import a snippet code org.eclipse.swt.snippets.Snippet2.java from CVS 2. Insert the following lines below "column2.setWidth(100);" (around line 46) column1.setToolTipText("Column 1"); column2.setToolTipText("Column 2"); 3. Run a S...
resolved fixed
25a38b5
["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
2008-05-12T14:58:25Z
2008-04-21T06:40:00Z
231,303
Bug 231303 Browser widget: Tab key traps focus when key listener is added
I20080508-2000 Focus handling in the Browser widget is screwed as soon as I add a key listener (KeyUp or KeyDown) to the Browser. Steps in ControlExample: - add key listener - click into browser, just before the first link - press Tab to focus first link - press Shift+Tab => should: put focus to the "Browser" TabItem =...
resolved fixed
239af00
["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/win32/org/eclipse/swt/browser/IE.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-05-09T21:26:14Z
2008-05-09T13:33:20Z
214,503
Bug 214503 Incorrect KeyEvents returned using SWT_AWT.
null
resolved fixed
fb9d25e
["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
2008-05-09T19:17:31Z
2008-01-07T15:33:20Z
229,520
Bug 229520 FileDialog does not provide enough information to open multiple files from different directories
On Mac OSX, opening a FileDialog with SWT.MULTI allows the selection of multiple files from multiple different directories. However, after running FileDialog.open(), calling FileDialog.getFileNames() returns only the base names of each of the selected files, and does not provide any means of discovering the directories...
resolved fixed
d474035
["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/FileDialog.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-05-09T16:22:52Z
2008-04-30T01:46:40Z
226,832
Bug 226832 BIDI3.4:HCG "Cancel" button of Source Folder Selection dialog does not work in Hebrew version
Build ID: I20080405 Linux RedHat 5 Steps To Reproduce: 1. Install: - Eclipse SDK with NL Bidi package 2. Run mirrored Eclipse with Hebrew translation (use command line argument -nl iw) 3. Go to File->New->Package 4. Select "Browse..." 5. Source Folder Selection dialog is opened and the list does not contain a source fo...
closed fixed
4d7a561
["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
2008-05-08T21:03:33Z
2008-04-13T12:33:20Z
223,926
Bug 223926 Table/Tree scrollbars bad after setVisible()
Run the testcase. Grab the vertical scrollbar and note that the selection event is fired. Click on the table to hide the scrollbar. Click again to show it. Note the selection event is not fired anymore. import org.eclipse.swt.SWT; import org.eclipse.swt.widgets.*; public class PR { public static void main(String[] args...
resolved fixed
fad730f
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/List.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/...
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-05-08T20:41:13Z
2008-03-25T18:33:20Z
231,192
Bug 231192 [Accessibility] Characters typed into Editable Combo are not accessible on Leopard
null
resolved fixed
8ec8763
["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
2008-05-08T20:01:57Z
2008-05-08T20:53:20Z
231,148
Bug 231148 [Accessibility] StyledText typed characters are not accessible on Leopard
I20080502-0100 Open any editor, or run the CustomControlExample to get a StyledText. Turn on VoiceOver. Type some characters into the StyledText. The typed characters are not spoken.
resolved fixed
077a241
["bundles/org.eclipse.swt/Eclipse", "SWT", "Accessibility/carbon/org/eclipse/swt/accessibility/Accessible.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-05-08T16:13:26Z
2008-05-08T15:20:00Z
231,009
Bug 231009 Compile Error on GTK 2.2.x: Fields missing from PangoLayoutLine
We can't compile the GTK libraries on 2.2.x because the PangoLayoutLine struct was changed in GTK 2.4.
resolved fixed
327cb8a
["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/gtk/org/eclipse/swt/internal/gtk/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/gtk/org/eclipse/swt/internal/gtk/PangoLayoutLine.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Label.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-05-07T22:59:19Z
2008-05-07T22:40:00Z
219,558
Bug 219558 [CellEditors] ComboBoxCellEditor doesn't work properly (CCombo)
Eclipse Version: 3.4M5 OS: Windows XP It works well in older version, but doesn't in this one. I used ComboBoxCellEditor in a table, and sometimes it doesn't work. In the table, click the cell, sometimes the triangle at right is shown, and sometimes is hidden. When the triangle is shown, I select an item in the list, i...
resolved fixed
77f6122
["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
2008-05-07T19:46:38Z
2008-02-20T09:33:20Z
230,489
Bug 230489 use DeleteObject to dispose non-Mlang fonts
null
resolved fixed
0100159
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/graphics/TextLayout.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-05-07T18:43:50Z
2008-05-06T21:40:00Z
212,991
Bug 212991 Mac OS X accessibility does not have the standard relations
On Windows, there are several standard relations under MSAA, for example, a Label preceeding a Text will provide the accessible name for the Text. On GTK, these relations were implemented for SWT using ATK relations. (see Control.setRelations() and Label.addRelation() in the GTK code) Need to implement these on Mac OS ...
resolved fixed
7c5c835
["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/Button.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/ec...
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-05-07T18:28:47Z
2007-12-14T11:00:00Z
230,912
Bug 230912 IAE when leaving IME
null
verified fixed
854a2a0
["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
2008-05-07T18:24:41Z
2008-05-07T14:20:00Z
230,935
Bug 230935 [Accessibility] StyledText speaks name twice
Create a single-line StyledText preceded by a Label. Run this, and turn on VoiceOver. When the StyledText takes focus, it speaks the Label text twice.
resolved fixed
ee716e4
["bundles/org.eclipse.swt/Eclipse", "SWT", "Accessibility/carbon/org/eclipse/swt/accessibility/Accessible.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-05-07T18:22:59Z
2008-05-07T17:06:40Z