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
unknown
report_datetime
unknown
364,766
Bug 364766 Use gtk_orientable_set_orientation if gtk >= 2.16.0.
null
resolved fixed
4b6f3d6
["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/ToolBar.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-11-25T16:43:03Z"
"2011-11-24T21:26:40Z"
364,767
Bug 364767 Remove gtk_tree_view_tree_to_widget_coords.
null
resolved fixed
fc1e323
["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
"2011-11-25T16:38:30Z"
"2011-11-24T21:26:40Z"
364,768
Bug 364768 Remove GTK_WIDGET_IS_SENSITIVE
null
resolved fixed
6767b5d
["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
"2011-11-25T16:36:44Z"
"2011-11-24T21:26:40Z"
364,769
Bug 364769 Remove gtk_timeout_remove and gtk_timeout_add
null
resolved fixed
49ddcc0
["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/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/ProgressBar.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/ToolTip.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-11-25T16:33:15Z"
"2011-11-24T21:26:40Z"
340,729
Bug 340729 [Accessibility] Focus indicator is missing for SWT Mozilla browser on windows platform
Build Identifier: 3.6.2 M20110210-1200 For accessibility, when user navigate to the SWT Mozilla browser widget via keyboard Tab/Shift+Tab, a dot-style rectangle is required to indicate current focus. On the other hand, we can see dot-Style rectangle on other widgets like button and tab header, or a blink caret in text input. Reproducible: Always Steps to Reproduce: 1. On windows platform, launch a simple SWT application with SWT Mozilla browser. 2. User keyboard to navigate to SWT Mozilla browser widget
resolved fixed
108b9dd
["bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/browser/Mozilla.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/XPCOM.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIDOMDocument.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIDOMElement.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIDOMNode.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIFocusManager.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-11-24T15:16:10Z"
"2011-03-23T08:46:40Z"
333,448
Bug 333448 Some radio button groups not read correctly by JAWS
null
resolved fixed
acd21e0
["bundles/org.eclipse.swt/Eclipse", "SWT", "Accessibility/win32/org/eclipse/swt/accessibility/Accessible.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Button.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-11-23T17:42:23Z"
"2011-01-04T08:33:20Z"
364,144
Bug 364144 Javadoc warning in official build
/builds/N201111172000/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/TreeCursor.java:277: warning - Tag @see: reference not found: SelectionEvent 1 warning
verified fixed
c881402
["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/TreeCursor.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-11-21T16:52:24Z"
"2011-11-18T12:40:00Z"
362,246
Bug 362246 Platform.launch doesn't work on gio only systems.
Currently gio_launch uses g_file_new_for_path function but it works for local paths only and fails for remote (http://, ftp:// and etc.). The correct function to use is g_file_new_for_commandline_arg which handles both local and remote paths/uris. This can't be reproduced on systems that have gnome_vfs because launch function will fallback to gnome_24_launch. The attached patch is against master but it would be nice to be backported for Indigo SR2 because there are more and more systems that miss libgnome(and friends). This bug was identified because of azureus/vuze failing to start on the soon to be released Fedora 16 because it uses Program.launch("http://....).
resolved fixed
413c949
["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/gtk/org/eclipse/swt/internal/gtk/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Program/gtk/org/eclipse/swt/program/Program.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-11-16T19:25:45Z"
"2011-10-27T21:13:20Z"
361,004
Bug 361004 Remove GtkList related functions
null
resolved fixed
41b69c1
["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/Combo.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-11-16T18:47:11Z"
"2011-10-14T16:33:20Z"
360,872
Bug 360872 Remove GtkCombo and friends.
null
resolved fixed
f387ced
["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/gtk/org/eclipse/swt/internal/gtk/GtkCombo.java", "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/Combo.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-11-16T18:44:08Z"
"2011-10-13T18:20:00Z"
350,362
Bug 350362 "Go to the next word (Ctrl+Right)" in text file does not work for certain cases
Build Identifier: 20110615-0604 In some cases word-by-word navigation in text files does not work properly: when pressing Ctrl+Right caret freezes at some point instead of moving forward. Reproducible: Always Steps to Reproduce: 1. Create a Text file with a single line: foo = 2. Place caret at the end of word "foo": foo| = 3. Now press Ctrl+Right. The caret is expected to move to the end of line but it remains at the same position. Expected: foo = | Actual: foo| =
resolved fixed
e49d876
["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
"2011-11-16T17:01:33Z"
"2011-06-25T22:13:20Z"
363,801
Bug 363801 CCombo has a bad initial visibleItemCount
null
resolved fixed
3402626
["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
"2011-11-16T15:24:45Z"
"2011-11-15T12:26:40Z"
297,186
Bug 297186 defaultButton for a Shell is not getting unset after clicking on any button on the Shell
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5 Build Identifier: Version 3.5, Build Id: 120091030-1201 After clicking on any button in a shell Button.gtk_focus_in_event() is setting this specific button as the defaultButton for the shell. Later Button.gtk_focus_out_event() is getting hit, but as (!OS.GTK_WIDGET_HAS_DEFAULT(handle)) is returning false defaultButton for Shell is not getting set to null. Because of this, in Decorations.traverseReturn() the value of button is not null and hence in TypedListener.handleEvent(), KeyDown event is not getting generated. We have a set of functions that should get called in keyDown event. Because of this problem our functions are not getting called. This happens only in Linux. In Windows, the corresponding function is LRESULT WM_SETFOCUS () and LRESULT WM_KILLFOCUS (). Here the defaultButton for Shell is getting set to null in LRESULT WM_KILLFOCUS () and hence keyDown event is getting generated. Note: In Linux I see that menu.defaultButton is used for setting the defaultButton instead of using the setter (Decorations.setDefaultButton). Please use the setter as this makes debugging easier. Reproducible: Always Steps to Reproduce: 1.Create a Shell with a button. 2.Click on the button. 3.Button gets set as the defaultButton for the shell. 4.But later it does not get set to null. Note: Happens only on linux
resolved fixed
77b4d64
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Button.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-11-14T17:22:56Z"
"2009-12-08T13:46:40Z"
362,625
Bug 362625 Up and Down arrow keys don't work in RTL text
There is an I18N issue regarding RTL text in a text document. Here is how to reproduce it: 1. Open a text editor (for example attached UTF-8 text) and write some LTR and RTL content in it. 2. go to a line, ending with RTL content and press end button. Now press Up/Down button. You can see that up/down arrow keys don't work in some locations, when for example you press Up and the upper line (ending with RTL text) has less characters that current line. Same happens when pressing Down arrow key and the bottom line has less characters. This happens in Eclipse 3.7.0, 3.7.1, and STS 2.7.x -- Configuration Details -- Product: Eclipse 1.4.1.20110909-0613 (org.eclipse.epp.package.jee.product) Installed Features: org.eclipse.platform 3.7.1.r37x_v20110729-9gF7UHOxFtniV7mI3T556iZN9AU8bEZ1lHMcVK
verified fixed
3e3d516
["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
"2011-11-14T16:19:56Z"
"2011-11-02T05:00:00Z"
335,962
Bug 335962 ScrollBar.getVisible() is wrong under gtk
null
resolved fixed
3685834
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/ScrollBar.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-11-11T22:21:39Z"
"2011-02-01T14:20:00Z"
337,269
Bug 337269 ToolTip still visible after calling dispose
If I create a tooltip on Gtk and then dispose it it is still visible if I hover anywhere over the Shell. I have attached an example that demonstrates that. If I use the SWT.Ballon style the tooltip does not re-appear after calling dispose().
resolved fixed
901c37d
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/ToolTip.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-11-11T22:09:18Z"
"2011-02-16T01:33:20Z"
275,159
Bug 275159 Accessible should not add dispose listener to its control
In the GTk implementation of accessibility, a dispose listener is added to the Accessible's control right in the Accessible constructor in order to do cleanup when the control is disposed. All of the other platforms call internal_dispose_Accessible from inside releaseWidget. GTk should use the same release/cleanup mechanism as the other platforms. This cannot be fixed right now because it involves adding a public method (even though it is "internal", it will be flagged by the API tooling, and no new API is allowed in now)
resolved fixed
d8aea19
["bundles/org.eclipse.swt/Eclipse", "SWT", "Accessibility/gtk/org/eclipse/swt/accessibility/Accessible.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
"2011-11-07T20:38:05Z"
"2009-05-06T14:26:40Z"
362,999
Bug 362999 SWTGraphics#scale is broken when used with Printer on Eclipse 3.7 / GTK
null
resolved fixed
84b7f4e
["bundles/org.eclipse.swt/Eclipse", "SWT", "Printing/gtk/org/eclipse/swt/printing/Printer.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/graphics/GC.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/graphics/GCData.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-11-09T15:55:11Z"
"2011-11-06T17:20:00Z"
362,291
Bug 362291 Drag in Webkit Browser is disabled.
null
resolved fixed
3be8a9a
["bundles/org.eclipse.swt/Eclipse", "SWT", "WebKit/gtk/org/eclipse/swt/browser/WebKit.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-10-31T14:50:30Z"
"2011-10-28T11:06:40Z"
356,571
Bug 356571 Exception in org.eclipse.swt.graphics.Image.getImageData()
I have a large diagram in GEF/Draw2d: 7000x7000 px. I want export this diagram to a jpeg/png. Normally I do this with the following steps: Image image = new Image(display, 7000, 7000); // ... paint figures from GEF diagram in image ImageData imageData = image.getImageData(); ImageLoader loader = new ImageLoader(); loader.data = new ImageData[] { imageData }; loader.save("c:/temp/newImage.png", SWT.IMAGE_PNG); With this large diagram I've got the following exception: org.eclipse.swt.SWTError: No more handles at org.eclipse.swt.SWT.error(SWT.java:4308) at org.eclipse.swt.SWT.error(SWT.java:4197) at org.eclipse.swt.SWT.error(SWT.java:4168) at org.eclipse.swt.graphics.Image.getImageData(Image.java:1463) In the Image class I've found this: int /*long*/ lpvBits = OS.HeapAlloc(hHeap, OS.HEAP_ZERO_MEMORY, imageSize); if (lpvBits == 0) SWT.error(SWT.ERROR_NO_HANDLES); It seems there is a problem with the memory allocation. But I've checked it and there is enough heap memory available. I need ~186 MB for the image model and on the heap there are more then 500 MB available. If I take smaller images this method works fine: Image image = new Image(display, 5000, 5000); // ... paint figures from GEF diagram in image ImageData imageData[]=new ImageData[4]; for (int i = 0; i < imageData.length; i++) { imageData[i] = image.getImageData(); } In this case I've allocated 380 MB (95 MB for each of these 4 image models) without any problem. Please can you improve the implementation of the method org.eclipse.swt.graphics.Image.getImageData() so it can handle also larger images? 10K*10K px should be enough for us. Or do you have another idea how we can export diagrams without using ImageData/ImageLoader? BR, Matthias
resolved fixed
270369a
["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/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
"2011-10-26T16:10:03Z"
"2011-09-02T10:40:00Z"
359,869
Bug 359869 cannot see mouse selection in highlighted text in StyledText
- happens in HEAD, worked fine in 3.7.x - is apparently caused by the recent Cairo graphics work - get eclipse to highlight a range of text in a java editor (eg.- do a search, highlight references to something, etc.) - use the mouse to select some text from within the highlighted range and note that you cannot see the selected range at all (though doing a copy+paste shows that the selection is logically there)
resolved fixed
a0c1f03
["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/graphics/TextLayout.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-10-24T16:00:46Z"
"2011-10-04T17:40:00Z"
304,001
Bug 304001 [mac] No SWT API to set highlighted image for status item
Build Identifier: 3.5.1 A status item has two images, regular one and highlighted one. However, the current SWT only supports to set regular image. Java application is unable to specify an image for highlighted status. (Highlighted image shows when the item is selected) Reproducible: Always
resolved fixed
83784a0
["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/TrayItem.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/TrayItem.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/TrayItem.java", "examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet143.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-10-19T18:49:49Z"
"2010-02-26T07:40:00Z"
361,313
Bug 361313 Javadoc warning in N201110172000
/builds/N201110172000/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java:8182: warning - @ is an unknown tag. 1 warning
resolved fixed
1842fb6
["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
"2011-10-19T15:11:30Z"
"2011-10-18T20:33:20Z"
361,292
Bug 361292 StyledText horizontal scroll bar doesn't scroll to the end of line
Build Identifier: I20110913-2000 When styled text uses alwaysShowScroll = false, horizontal scroll bar fails to scroll to the end of line Reproducible: Always Steps to Reproduce: 1. run code snippet (see attachment) 2. add more text to a line 3. horizontal scroll bar doesn't scroll to the end of line
resolved fixed
e4feb6e
["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
"2011-10-19T15:06:54Z"
"2011-10-18T17:46:40Z"
361,177
Bug 361177 CTabFolder accessibility improvements
null
resolved fixed
e87c984
["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
"2011-10-18T21:14:27Z"
"2011-10-17T19:33:20Z"
346,517
Bug 346517 Add accessible keyboard shortcut to TabFolder and CTabFolder
null
resolved fixed
7220efe
["bundles/org.eclipse.swt/Eclipse", "SWT", "Accessibility/win32/org/eclipse/swt/accessibility/Accessible.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CTabFolder.java", "bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/SWT.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/TabFolder.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-10-18T19:40:27Z"
"2011-05-19T18:33:20Z"
361,189
Bug 361189 StyledText vertical scroll bar won't scroll to the end of the text
Build Identifier: I20110913-2000 When styled text has vertical scroll bar with variable alwaysShowScroll set to false, the last line of the text is partically shown. Reproducible: Always Steps to Reproduce: 1. run the code snippet (see attachment) 2. add more lines to the text 3. vertical scroll bar won't scroll to the end of the text
resolved fixed
6dc89de
["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
"2011-10-18T18:12:48Z"
"2011-10-17T22:20:00Z"
332,259
Bug 332259 [Browser] Post requests always uses application/x-www-form-urlencoded content-type
I am trying to use the SWT browser to talk to a webserver that is expecting application/json content. However, when I 'post' data (using the browser API setURL(String, String, String[])) method, it *always* sets my content-type to application/x-www-form-urlencoded. Even if I specify a different content-type in the headers field, it gets replaced with application/x-www-form-urlencoded. This is happening in both Mozilla and Webkit (on Linux/GTK), I don't know about other platforms. It appears that both browser implementations will always set this field regardless of what other headers are set. Maybe we can check if these fields are already set, and use the existing values if so. (This appears to be the same for content-length too, although that's likely not as serious).
resolved fixed
016dc8e
["bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/browser/Mozilla.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "WebKit/gtk/org/eclipse/swt/browser/WebKit.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-10-17T19:34:40Z"
"2010-12-09T21:26:40Z"
27,096
Bug 27096 [StyledText] scrollbars always visible
the console view always has scrollbars on linux/gtk. this is eating some screen real-estate, so can they be turned off when the console is empty?
resolved fixed
4af2139
["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
"2011-10-17T18:49:27Z"
"2002-11-25T16:00:00Z"
154,904
Bug 154904 Ampersands in tree column headers do not show on Windows
null
resolved fixed
d753872
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/TableColumn.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/TreeColumn.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-10-13T16:07:04Z"
"2006-08-23T19:06:40Z"
355,815
Bug 355815 Cant 'get' listener for CaretMoved
Build Identifier: M20110210-1200 I have a StyledText object. I want to check if I have already added a 'caretMoved' listener. However, the event type StyledText.CaretMoved is not public so I cannot access it and thus cannot check for it using styledText.getListners(). The event types in the StyledText need to be made public Reproducible: Always
resolved fixed
0e02258
["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/ST.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-10-12T15:52:55Z"
"2011-08-25T11:00:00Z"
359,101
Bug 359101 StyledText - line for underlined text with a 'rise' other than zero is not shifted
Build Identifier: I20110620-1631 In StyledText when a range of characters are underlined and in the same time have a 'rise' attribute different than zero, the line is drawn as if 'rise' would be zero. The same thing happens for strikeout. Reproducible: Always Steps to Reproduce: StyledText st = new StyledText (parentComposite, SWT.NORMAL); st.setText ("ABCDE"); StyleRange sr = new StyleRange (); sr.start = 1; sr.length = 3; sr.underlineStyle = SWT.UNDERLINE_SINGLE; sr.underline = true; sr.rise = +20; st.setStyleRange (sr);
resolved fixed
e9f1275
["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
"2011-10-05T14:05:00Z"
"2011-09-27T16:13:20Z"
350,783
Bug 350783 certain images cause "no more handles" on win7
Build Identifier: 20110615-0604 When searching for a certain plugin using the marketplace client the query takes quite a lot of time and then crashes with an Unhandled event loop exception: SWTError: No more handles. I can reproduce this with a clean JavaEE-Package install, everytime I switch to the Yoxos marketplace and do search for "Target Management" it crashes this way. Searching for other things is fine, searching for Target Management in the Eclipse marketplace, too. Reproducible: Always Steps to Reproduce: 1. Open Marketplace Client 2. Switch to Yoxos marketplace 3. Type "Target Management" in the find box and press enter
resolved fixed
07bbcf1
["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/win32/org/eclipse/swt/internal/gdip/Gdip.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
"2011-10-04T21:17:48Z"
"2011-06-30T07:46:40Z"
345,093
Bug 345093 Shell.setVisible is extremely slow on Linux
null
resolved fixed
b1df683
["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/Shell.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-10-03T16:12:01Z"
"2011-05-09T08:33:20Z"
293,932
Bug 293932 *Event#toString() methods should write hex strings for masks
null
resolved fixed
8831807
["bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/events/GestureEvent.java", "bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/events/KeyEvent.java", "bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/events/MouseEvent.java", "bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/events/SelectionEvent.java", "bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/events/TouchEvent.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-10-03T15:40:36Z"
"2009-11-02T16:40:00Z"
342,282
Bug 342282 Provide a flag to disable tree twistie animation and hiding
The Windows 7/Vista default tree expando animation and hiding has issues. For one, its reducing usability of trees because you can not easily see if a tree node has child elements or not without giving focus to the tree. And I also see performance issues. In once case, the UI thread was busy doing things until the twistie animation has finished until async runnables on the display thread would allow to execute (up to 1 second delays). Attached is a patch to introduce a new system property to control this.
resolved fixed
bfbb846
["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
"2011-09-29T15:39:25Z"
"2011-04-08T13:40:00Z"
359,289
Bug 359289 [Browser] add WebKit support on linux ppc64
null
resolved fixed
c6d37fa
["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/gtk/org/eclipse/swt/internal/gtk/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "WebKit/gtk/org/eclipse/swt/internal/webkit/WebKitGTK.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-09-28T18:25:18Z"
"2011-09-28T17:13:20Z"
357,026
Bug 357026 Virtual Table throws exception when AVG is installed
null
resolved fixed
97cf8bf
["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
"2011-09-28T15:53:50Z"
"2011-09-08T00:00:00Z"
345,682
Bug 345682 WebKit for GTK not detected.
null
resolved fixed
be73abf
["bundles/org.eclipse.swt.tools/JNI", "Generation/org/eclipse/swt/tools/internal/NativesGenerator.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/gtk/org/eclipse/swt/internal/gtk/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "WebKit/gtk/org/eclipse/swt/browser/WebKit.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "WebKit/gtk/org/eclipse/swt/internal/webkit/WebKitGTK.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-09-27T16:57:35Z"
"2011-05-13T04:13:20Z"
349,978
Bug 349978 need Accessible.sendEvent(int event, Object eventData, int childID)
Build Identifier: SWT v3659c We have our own version of ToolBar control. It is not OS native based. It draws the UI by itself. To support accessibility, we do the same thing as initAccessible() in SWT CTabFolder. So like CTabFolder, we have only 1 accessibility object in our version of ToolBar. Now we want to support various Accessibility events, so that JAWS can receive the events, then change the accessibility properties. The problem is currently SWT provides only Accessible.sendEvent(int event, Object eventData). It does not allow us to specify childID. To do that, we know we need to instantiate Accessible object by calling constructor Accessible(Accessible parent), but actually we implemented only 1 Accessibile object (and not creating Accessible(Accesssible parent)). So we don't want to rewrite our current accessibility code. So, we would like to propose SWT to have: Accessible.sendEvent(int event, Object eventData, int childID) Reproducible: Always
resolved fixed
7c05ea7
["bundles/org.eclipse.swt/Eclipse", "SWT", "Accessibility/carbon/org/eclipse/swt/accessibility/Accessible.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Accessibility/cocoa/org/eclipse/swt/accessibility/Accessible.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Accessibility/emulated/org/eclipse/swt/accessibility/Accessible.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Accessibility/gtk/org/eclipse/swt/accessibility/Accessible.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Accessibility/gtk/org/eclipse/swt/accessibility/AccessibleObject.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Accessibility/win32/org/eclipse/swt/accessibility/Accessible.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-09-27T14:32:43Z"
"2011-06-21T18:13:20Z"
357,127
Bug 357127 Source hover does not show any source code
Build Identifier: 20110615-0604 Shift-Hover does not show any source code as it used to in Eclipse 3.6. I tried all possible settings in the corresponding preference tab, but none of them yielded any source code display. I confirmed this does *not* happen with Eclipse on win32, but it does on Mac 64. Reproducible: Always Steps to Reproduce: 1. shift-hover over any method call
resolved fixed
cba9ee1
["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
"2011-09-26T13:11:08Z"
"2011-09-08T16:40:00Z"
358,188
Bug 358188 Horizontal alignment in StyledText does not work for SWT.SINGLE
Build Identifier: 20110505-1223 Horizontal alignment (!=left) only works when StyledText style is set to SWT.MULTI and SWT.WRAP. If a StyledText SWT.SINGLE is created using the alignment SWT.CENTER or SWT.RIGHT, the text and caret disappear. It seems to be a problem related to the TextLayout width which is returning wrong numbers (like it has not width defined). Reproducible: Always Steps to Reproduce: Code-snippet: StyledText styledText = new StyledText(parent, SWT.SINGLE); styledText.setText(text); styledText.setAlignment(SWT.CENTER); styledText.setBounds(rectangle); I used this code as a Control of a CellEditor.
resolved fixed
1732ed4
["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/graphics/TextLayout.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-09-23T17:06:23Z"
"2011-09-20T06:26:40Z"
331,948
Bug 331948 setBackground does not work in DateTime with SWT.CALENDAR
Only the header of the calendar changes, not the content. It should be the other way around. We need to set the base color (not the bg color) in the handle when used with SWT.CALENDAR.
resolved fixed
8d66c54
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/DateTime.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_widgets_Control.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-09-24T19:56:39Z"
"2010-12-06T21:13:20Z"
354,745
Bug 354745 keyboard navigation in Browser widget broken with IE 9 on some pages
null
resolved fixed
b3289ec
["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
"2011-09-22T19:21:36Z"
"2011-08-15T17:40:00Z"
357,696
Bug 357696 Always use Cairo for GC with GTK>2.17
We should automatically be using Cairo for all GC operations with GTK versions greater than 2.17
resolved fixed
a30cce4
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/graphics/Device.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-09-14T21:51:50Z"
"2011-09-14T22:40:00Z"
357,138
Bug 357138 [Mozilla] should not use nsIFile.getNative*()
BDS posted about this on a mozilla newsgroup today. nsIFile.getNative*() methods should not be used because they do not support filenames with unusual characters. The Browser's Mozilla implementation currently uses nsIFile.getNativePath() twice and nsIFile.getNativeLeafName() once. These should be changed to use their UTF-16 counterparts.
resolved fixed
d25451b
["bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/browser/Download.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/browser/FilePicker.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
"2011-09-08T18:19:56Z"
"2011-09-08T19:26:40Z"
343,331
Bug 343331 [Mac] GLCanvas draws on top of fast views
Build Identifier: 20110218-0911 GLCanvas cannot be occluded by fast views, it just draws happily on top of them. Reproducible: Always Steps to Reproduce: 1) Launch the IDE product including the 2 attached plugins (org.lwjgl and testcase). 2) Show the "Bug View" from the "Bug Category". The canonical spinning torus example should appear in a view. 3) Minimize another view and then reveal it such that it overlaps the bug view... the GLCanvas of the bug view keeps drawing the torus on top of the fast view.
resolved fixed
4222a62
["bundles/org.eclipse.swt/Eclipse", "SWT", "OpenGL/cocoa/org/eclipse/swt/opengl/GLCanvas.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSOpenGLContext.java", "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/Canvas.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-09-07T18:18:44Z"
"2011-04-20T03:26:40Z"
355,149
Bug 355149 Workbench window rendering very slow when restored from minimized state if previously maximized
Build Identifier: I20110620-1631 I have noticed that the workbench window is very slow to re-render when the windows is restored from a minimized state if the window was previously maximized. It is much faster to re-render if the window was NOT maximized before it was minimized. I will be attaching a screencast that demonstrates the issue with the Eclipse 4.1 IDE. The same behavior is exhibited with prior versions of the IDE (such as 3.6 or 3.7). The behavior can even be seen with the very simple RCP mail demo application. It's not quite as bad there but definitely noticeable. I am logging this issue primarily because it also affects an RCP application I am working on and it affect that application to a greater degree than the Elipse IDE. It looks pretty bad. I suspect other RCP applications must be experiencing the same issue. In the attached screencast I first minimize and restore the application several times from a maximized state. Then, I switch the app to be non-maximized and minimize/restore a few more times. Finally, I maximize again and minimize/restore a couple more times. You should see how the minimize/restore when the application is NOT maximized is much quicker. I've done a little searching to see if someone else has already logged this issue but I didn't find a bug that quite matched. I am sort of surprised at this so maybe I just didn't find the right one. I apologize if I am logging a duplicate. Reproducible: Always Steps to Reproduce: 1. Open Eclipse IDE 2. Maximize workbench window 3. Minimize workbench window 4. Restore workbench window and observe issue 5. Repeat steps 3,4. Isssue always occurs 6. Slightly decrease size of window such that it is not maximized, but nearly the size it would be if it were maximized 7. Repeat steps 3, 4. Rendering is much quicker. I would expect restore from a minimized state if the window was maximized to be as quick or at least nearly as quick.
resolved fixed
1ee8264
["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/Decorations.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-09-06T20:14:45Z"
"2011-08-18T17:53:20Z"
356,476
Bug 356476 ControlExample: Can't enter multi-digit values in ProgressBar's spinners
null
resolved fixed
d0c62e6
["examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/controlexample/ProgressBarTab.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-09-01T14:27:43Z"
"2011-09-01T15:13:20Z"
349,812
Bug 349812 Rotate gesture not working on 64bit build
Cocoa 64 bit build Version: 3.7.0 Build id: I20110603-0909 Steps: 1) Run Snippet 353 2) Try the rotate gesture on the trackpad The gesture is recognized but event.rotation field is always 0. This works fine on 32 bit build.
verified fixed
2f42a69
["bundles/org.eclipse.swt.tools/Mac", "Generation/org/eclipse/swt/tools/internal/MacGenerator.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSBezierPath.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSBox.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSColor.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSColorPanel.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSComboBox.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSEvent.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSFont.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSFontPanel.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSLayoutManager.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSNumber.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSOpenPanel.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSOutlineView.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSPanel.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSSavePanel.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSScreen.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSScroller.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSSlider.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSStatusBar.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSTableColumn.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSTableView.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSTextTab.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSTypesetter.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSWindow.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/SFCertificatePanel.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/SFCertificateTrustPanel.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Printing/cocoa/org/eclipse/swt/printing/Printer.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-08-24T19:45:29Z"
"2011-06-20T11:40:00Z"
355,524
Bug 355524 StyledText: Horizontal scrollbar is not reset when calling setText(String)
Build Identifier: When the StyledText displays a horizontal scrollbar and the text is cleared by calling StyledText.setText(""), the horizontal scrollbar is not updated. However, this problem does not occur when the text is cleared by manually selecting and deleting the text. Reproducible: Always Steps to Reproduce: 1) Run the attached snippet and click on the 'Clear' button. Result: The horizontal scrollbar is not reset correctly, but the vertical scrollbar is. 2) Re-run the snippet, delete all text by pressing Ctrl+A, then Delete key. Result: Both scrollbars are reset correctly.
resolved fixed
bd21f37
["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/StyledTextRenderer.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-08-23T18:28:33Z"
"2011-08-23T14:33:20Z"
355,090
Bug 355090 Missing version check when using OS.sel_flashScrollers
When I run the ControlExample on Mac OSX 10.6, this message is printed on the console. java[50660:a07] -[SWTScrollView flashScrollers]: unrecognized selector sent to instance 0x1215d0 The version check for OSX 10.7 is missing before using OS.sel_flashScrollers in ScrollBar.updateBar().
verified fixed
b7c19e9
["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Display.java", "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
"2011-08-23T16:55:20Z"
"2011-08-18T15:06:40Z"
326,311
Bug 326311 Bus error in org.eclipse.swt.internal.cocoa.OS.object_getInstanceVariable (called from Tree.expandItem)
Happened in a recent 4.1 stream build. I had a bunch of incoming changes in the sync view (displayed as change sets), selected them all and picked "Update". While the tree in the sync view changed (the change sets disappeared incrementally), I tried to expand one of the items, hoping to see what the change set contained before it disappeared. The crash may have happened because the item to expand didn't exist anymore when the event was processed. I'm going to attach the thread dump. Here are the first few lines from it: Process: eclipse [218] Path: /Users/bokowski/Desktop/4.1M2a/Eclipse.app/Contents/MacOS/eclipse Identifier: org.eclipse.eclipse Version: 3.6 (3.6) Code Type: X86-64 (Native) Parent Process: launchd [70] Interval Since Last Report: 22944436 sec Crashes Since Last Report: 5 Per-App Interval Since Last Report: 2683260 sec Per-App Crashes Since Last Report: 1 Date/Time: 2010-09-27 10:40:39.631 -0400 OS Version: Mac OS X 10.5.8 (9L31a) Report Version: 6 Anonymous UUID: 16031B24-5279-4D25-9BB4-90858BD86F29 Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Codes: KERN_INVALID_ADDRESS at 0x000000770000c577 Crashed Thread: 0 Application Specific Information: Java information: Exception type: Bus Error (0xa) at pc=7fff81d8ff78 Java VM: Java HotSpot(TM) 64-Bit Server VM (16.3-b01-279 mixed mode macosx-amd64) Current thread (112801000): JavaThread "main" [_thread_in_native, id=1885091584, stack(7fff5f400000,7fff5fc00000)] Stack: [7fff5f400000,7fff5fc00000] Java frames: (J=compiled Java code, j=interpreted, Vv=VM code) J org.eclipse.swt.internal.cocoa.OS.object_getInstanceVariable(J[B[J)J J org.eclipse.swt.widgets.Display.getWidget(J)Lorg/eclipse/swt/widgets/Widget; j org.eclipse.swt.widgets.Tree.expandItem_expandChildren(JJJZ)V+6 j org.eclipse.swt.widgets.Display.windowProc(JJJJ)J+384 v ~StubRoutines::call_stub J org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Lorg/eclipse/swt/internal/cocoa/objc_super;JJ)J j org.eclipse.swt.widgets.Widget.callSuper(JJJ)V+32 j org.eclipse.swt.widgets.Widget.mouseDownSuper(JJJ)V+5 j org.eclipse.swt.widgets.Tree.mouseDownSuper(JJJ)V+200 j org.eclipse.swt.widgets.Widget.mouseDown(JJJ)V+5 j org.eclipse.swt.widgets.Control.mouseDown(JJJ)V+42 j org.eclipse.swt.widgets.Tree.mouseDown(JJJ)V+192 J org.eclipse.swt.widgets.Display.windowProc(JJJ)J v ~StubRoutines::call_stub J org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Lorg/eclipse/swt/internal/cocoa/objc_super;JJ)J j org.eclipse.swt.widgets.Widget.callSuper(JJJ)V+32 j org.eclipse.swt.widgets.Widget.windowSendEvent(JJJ)V+5 j org.eclipse.swt.widgets.Shell.windowSendEvent(JJJ)V+482 J org.eclipse.swt.widgets.Display.windowProc(JJJ)J v ~StubRoutines::call_stub J org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Lorg/eclipse/swt/internal/cocoa/objc_super;JJ)J j org.eclipse.swt.widgets.Display.applicationSendEvent(JJJ)V+383 j org.eclipse.swt.widgets.Display.applicationProc(JJJ)J+67 v ~StubRoutines::call_stub J org.eclipse.swt.internal.cocoa.OS.objc_msgSend(JJJ)J J org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run()V j org.eclipse.core.databinding.observable.Realm.runWithDefault(Lorg/eclipse/core/databinding/observable/Realm;Ljava/lang/Runnable;)V+12 j org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(Lorg/eclipse/e4/ui/model/application/MApplicationElement;Lorg/eclipse/e4/core/contexts/IEclipseContext;)Ljava/lang/Object;+19 j org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(Lorg/eclipse/e4/ui/model/application/MApplicationElement;)V+162 j org.eclipse.ui.internal.Workbench$3.run()V+124 j org.eclipse.core.databinding.observable.Realm.runWithDefault(Lorg/eclipse/core/databinding/observable/Realm;Ljava/lang/Runnable;)V+12 j org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Lorg/eclipse/swt/widgets/Display;Lorg/eclipse/ui/application/WorkbenchAdvisor;)I+18 j org.eclipse.ui.PlatformUI.createAndRunWorkbench(Lorg/eclipse/swt/widgets/Display;Lorg/eclipse/ui/application/WorkbenchAdvisor;)I+2 j org.eclipse.ui.internal.ide.application.IDEApplication.start(Lorg/eclipse/equinox/app/IApplicationContext;)Ljava/lang/Object;+99 j org.eclipse.equinox.internal.app.EclipseAppHandle.run(Ljava/lang/Object;)Ljava/lang/Object;+135 j org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(Ljava/lang/Object;)Ljava/lang/Object;+103 j org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Ljava/lang/Object;)Ljava/lang/Object;+29 j org.eclipse.core.runtime.adaptor.EclipseStarter.run(Ljava/lang/Object;)Ljava/lang/Object;+137 j org.eclipse.core.runtime.adaptor.EclipseStarter.run([Ljava/lang/String;Ljava/lang/Runnable;)Ljava/lang/Object;+183 v ~StubRoutines::call_stub j sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+0 j sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+87 j sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+6 j java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+161 j org.eclipse.equinox.launcher.Main.invokeFramework([Ljava/lang/String;[Ljava/net/URL;)V+211 j org.eclipse.equinox.launcher.Main.basicRun([Ljava/lang/String;)V+126 j org.eclipse.equinox.launcher.Main.run([Ljava/lang/String;)I+4 v ~StubRoutines::call_stub
resolved fixed
6da7bd3
["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Tree.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-08-23T15:10:07Z"
"2010-09-27T15:06:40Z"
350,312
Bug 350312 Embedded SWT in Swing (in SWT) breaks between 3.6.x and 3.7
null
resolved fixed
fa54b4f
["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Shell.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
"2011-08-18T19:54:06Z"
"2011-06-24T18:26:40Z"
281,912
Bug 281912 printing to non-default printer no longer works properly
from the newsgroup: " I have 2 printers: 1. CITIZEN CTS-4000. This is a kitchen printer with paper width 112 mm 2. Kyocera with A4 a paper If in Windows I define the first printer as standard, our prints to Kyocera are wrong! Text-Face is too big and page-size is too small. This configuration was working with swt 3.4 but is now not working with swt 3.5.
resolved fixed
0af6a7d
["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/win32/org/eclipse/swt/internal/win32/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Printing/win32/org/eclipse/swt/printing/Printer.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-08-17T22:33:08Z"
"2009-06-29T21:13:20Z"
350,751
Bug 350751 SWT TrayItem Image not scaling properly on Mac OSX
null
verified fixed
c7aff84
["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/TrayItem.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-08-09T14:32:21Z"
"2011-06-29T20:40:00Z"
352,880
Bug 352880 [10.7]Shell toolbar: separator causes toolbar buttons to not show up
Build Identifier: 3.7.0.v3735b 1. launch attached sample on OS X 10.7 => the toolbar buttons "Hello" and "World" show up 2. uncomment the separator line and relaunch => only the toolbar button "Hello" is shown Reproducible: Always
resolved fixed
6e01819
["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
"2011-08-08T20:09:57Z"
"2011-07-22T15:53:20Z"
353,523
Bug 353523 SWT_AWT broken on Mac OS X Leopard (10.5.8)
Build Identifier: 3.7 final NPE at org.eclipse.swt.widgets.Shell.createHandle(Shell.java:735) Using the simple test case attached, there is a NPE each time one tries to create a new Shell, see the terminal output attached with stackTrace. OS is Mac OS X 10.5.8 I've tried with: - Java 6 1.6.0_26 - 64-bit - Java 5 1.5.0_30 - 64-bit - Java 5 1.5_0_30 - 32-bit All with the same result. Some users reported the same issue with Java 6 1.6.0_24 - always on Leopard 10.5.8 The same code runs fine in Snow Leopard 10.6.8 This is a critical issue for us since it basically breaks Leopard compatibility. Thanks for having a look. Reproducible: Always Steps to Reproduce: 1. Run the sample code attached 2. NPE happends at line 32 - caused by Shell.createHandle(Shell.java:735)
verified fixed
c09103e
["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/Shell.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-08-08T16:07:35Z"
"2011-08-01T20:20:00Z"
345,979
Bug 345979 Helios crash on Linux!
Build Identifier: M20110210-1200 Since I installed a 64bit version on my Ubuntu 11.04 (64bit), I got some crashes in my IDE with apparently no reason at all. Thanks Reproducible: Sometimes
resolved fixed
ea9da01
["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/gtk/org/eclipse/swt/internal/gtk/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/MenuItem.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-08-05T18:11:12Z"
"2011-05-16T15:33:20Z"
348,309
Bug 348309 [10.7]Awkward Scroll Bars
Scroll Bars look strange on Mac OS X LION. The introduced a new scroll bar look similar to iPhone or iPad. But the SWT Scrollbars mix the old and the new look! The still use the old background. -- I will add a screenshot as far as a have one --
resolved fixed
beb3230
["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSScroller.java", "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/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/ScrollBar.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Slider.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-08-05T15:42:17Z"
"2011-06-04T20:40:00Z"
347,756
Bug 347756 [10.7] Keyboard events are not received if Shell has SWT.RESIZE style
If a Shell has the SWT.RESIZE style the Key evenets are not received to a registered listener. This is on OS X 10.7 (Lion) Developer Preview 3.
resolved fixed
73e7ebb
["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
"2011-08-04T20:42:21Z"
"2011-05-31T11:06:40Z"
352,694
Bug 352694 GC can not capture screen correctly in MAC 10.7 lion
Build Identifier: Eclipse SDK 3.6.2 carbon M20110105-0951 GC can not capture screen correctly in MAC 10.7 lion Reproducible: Always Steps to Reproduce: Run the sample, it will capture an area and stored the contents into an image. In MAC 10.7, it can not capture correctly(Both carbon and cocoa has this issue). 10.6 has no problem.
resolved fixed
b74b414
["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/carbon/org/eclipse/swt/internal/carbon/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/graphics/GC.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/graphics/GC.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-08-03T22:17:36Z"
"2011-07-21T03:46:40Z"
345,411
Bug 345411 Table.pack() makes column width too small by one pixel
On Windows 7, when adding a listener for the event type SWT.MeasureItem, the method TableColumn.pack() for all but the first column makes the column too small by one pixel. The column shows 'the...' instead of 'there'. I can reproduce the problem with the code below compiled with org.eclipse.swt.win32.win32.x86_3.6.2.v3659c.jar or org.eclipse.swt.win32.win32.x86_3.7.0.v3730b.jar I do not see the problem on Windows XP. Also, the problem goes away when removing the listener. Sample code: ============ public class Main { public static void main(String[] args) { try { Display display = new Display(); Shell shell = new Shell(display); shell.setLayout(new FillLayout()); final Table table = new Table(shell, SWT.NONE); table.setHeaderVisible(true); table.addListener(SWT.MeasureItem, new Listener() { @Override public void handleEvent(Event event) { } }); TableColumn column1 = new TableColumn(table, SWT.NONE); TableColumn column2 = new TableColumn(table, SWT.NONE); for (int i = 0; i < 10; i++) { TableItem item = new TableItem(table, SWT.NONE); item.setText(new String[] {"hi", "there"}); } column1.pack(); column2.pack(); shell.setSize(300, 300); shell.open(); while (!shell.isDisposed()) { if (!display.readAndDispatch()) display.sleep(); } display.dispose(); } catch (Throwable th) { System.out.println(th); } } }
resolved fixed
e52152f
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/TableItem.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-07-27T17:55:35Z"
"2011-05-11T13:20:00Z"
352,860
Bug 352860 NullPointerException when closing using system menu item (SWT.ID_QUIT)
Build Identifier: 3.7.0.v3735b 1. Launch the attached test case (OS X 10.6 or 10.7) 2. Press Cmd+Q 3. The attached stacktrace occurs Reproducible: Always
resolved fixed
088c790
["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/MenuItem.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-07-27T08:42:31Z"
"2011-07-22T13:06:40Z"
348,164
Bug 348164 text boxes in server overview for times are too small on Cocoa / Mac
null
resolved fixed
7f71f1b
["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Spinner.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-07-26T20:12:32Z"
"2011-06-03T05:46:40Z"
335,857
Bug 335857 Keyboard moves sash the other way when controls have SWT.RIGHT_TO_LEFT on it
1. Run the snippet below. 2. Hit the <- key. 3. The sash moves right. 4. Likewise, the -> key moves the sash to the left. I'm not sure if bidi rules makes sense here. Shouldn't it do what the user is seeing _visually_ given that I am not trying to enter text here? Display display = new Display(); Shell shell = new Shell(display, SWT.SHELL_TRIM | SWT.RIGHT_TO_LEFT); shell.setSize(400, 300); final Sash sash = new Sash(shell, SWT.BORDER | SWT.VERTICAL | SWT.RIGHT_TO_LEFT); sash.setBounds(180, 10, 32, 240); sash.addListener(SWT.Selection, new Listener() { public void handleEvent(Event e) { sash.setBounds(e.x, e.y, e.width, e.height); } }); shell.open(); sash.setFocus(); while (!shell.isDisposed()) { if (!display.readAndDispatch()) display.sleep(); } display.dispose();
resolved fixed
86e5903
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Sash.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-07-21T19:00:17Z"
"2011-01-31T16:06:40Z"
352,487
Bug 352487 Mnemonic on label field does not work
null
resolved fixed
caaf50e
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Label.java", "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
"2011-07-19T18:24:15Z"
"2011-07-19T15:40:00Z"
351,494
Bug 351494 List is not displayed when using GridLayout on Linux with GTK+ >=2.18.4
null
resolved fixed
1e81417
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/List.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-07-19T15:37:58Z"
"2011-07-07T20:20:00Z"
352,291
Bug 352291 TextLayout ignores TextStyle rise if GC's antialias is different from SWT.DEFAULT
Build Identifier: Eclipse 3.5 and higher TextLayout ignores rise when drawing on a GC with antialias set to ON or OFF. It works with antialias set to SWT.DEFAULT. This happens only on Windows and from my tests it still works with Eclipse 3.4 but is broken from 3.5 and higher. I didn't test with Indigo but I am pretty sure it's broken there too. I am attaching the snippet and screenshots that show the difference in results. Reproducible: Always
resolved fixed
68082ed
["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
"2011-07-18T20:43:30Z"
"2011-07-17T16:26:40Z"
347,490
Bug 347490 Shell.setImeInputMode(int mode) does not always set IME flags as expected, and causes Chinese IME single space mode changes to double space.
Build Identifier: Eclipse 3.6.0 I20100608-0911 Shell.setImeInputMode(int mode) does not always set IME flags as expected, and causes Chinese IME single space mode changes to double space. The SWT constant for IME input mode are: SWT.DBCS (int value 2), if set, full shape SWT.ALPHA (int value 4), SWT.NATIVE (int value 8), if set, IME is on SWT.PHONETIC (int value 16), SWT.ROMAN (int value 32), When chinese IME is on and half shape, Shell.getImeInputMode() returns "8". Calling setImeInputMode(8) then calling Shell.getImeInputMode() on the same Shell, it will return "10" instead of expected value "8". 10 means IME is on and FullShape is set. This problem reproduces in Eclipse 3.4.0 through Eclipse 3.6.0. Code snippet to reproduce it: ----------------------- import org.eclipse.swt.*; import org.eclipse.swt.widgets.*; import org.eclipse.swt.events.*; import org.eclipse.swt.layout.*; public class Snippet1 { public static void main(String[] args) { Display display = new Display(); final Shell shell = new Shell(display); shell.setLayout(new GridLayout()); Text text1 = new Text(shell, SWT.BORDER); text1.setLayoutData(new GridData(GridData.FILL_HORIZONTAL)); text1.setFocus(); text1.addKeyListener(new KeyListener() { @Override public void keyPressed(KeyEvent e) { // TODO Auto-generated method stub System.out.println("- Watch the character width (double or single space). Current imeInputMode is: " + shell.getImeInputMode()); } @Override public void keyReleased(KeyEvent e) { // TODO Auto-generated method stub } }); Button button1 = new Button(shell, SWT.PUSH); button1.setText("Change IME"); button1.addSelectionListener(new SelectionListener() { @Override public void widgetSelected(SelectionEvent e) { // TODO Auto-generated method stub shell.setImeInputMode(8); System.out.println("(3) After calling setImeInputMode(8), shell.getImeInputMode()=" + shell.getImeInputMode()); System.out.println(" Notice how the language bar changes to double space characters."); System.out.println(" Enter a digit in text input to compare with the previous one (single space digit now changes to double space digit)."); } @Override public void widgetDefaultSelected(SelectionEvent e) { // TODO Auto-generated method stub } }); shell.setSize(200, 200); shell.open(); System.out.println("(1) Initially shell imeInputMode is: " + shell.getImeInputMode()); System.out.println("(2) With foucs set in the text input area, manually change IME to Chinese IME and half space."); System.out.println(" Enter a digit in text input, verify imeInputMode is 8, and verify language bar showing half space character."); while (!shell.isDisposed()) { if (!display.readAndDispatch()) display.sleep(); } display.dispose(); } } Reproducible: Always Steps to Reproduce: 1. With IME off a shell's getImeInputMode() returns 0. 2. Manually change IME to Chinese IME (such as Windows 7 Simplified Chinese QuanPin 6.0) and half space. shell.getImeInputMode() returns 8. 3. After calling shell.setImeInputMode(8), shell.getImeInputMode() now returns "10" instead of expected "8". Also, the language bar changes from single space mode to double space mode.
resolved fixed
19497a8
["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/Shell.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-07-14T14:46:45Z"
"2011-05-27T18:13:20Z"
348,761
Bug 348761 SWT.WRAP missing in Button JavaDoc
null
resolved fixed
a662e41
["bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/SWT.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Button.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-06-29T14:48:56Z"
"2011-06-08T16:20:00Z"
340,297
Bug 340297 Tree : Selection Lost when collapsing unrelated item on Windows 7
Build Identifier: 3.5.0 When multiple tree items present under different parent nodes are selected, collapsing a parent causes loss of selection of tree items under another unrelated parent. Reproducible: Always Steps to Reproduce: - Run the snippet below - Multi-select item G, item F and then item D in given order. - Collapse item C by clicking on its [-] box - Expected result: Since item G and item F are not a descendant of item C, they should stay selected - Actual result: Item F is deselected --- Code Snippet --- import org.eclipse.swt.SWT; import org.eclipse.swt.layout.FillLayout; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; import org.eclipse.swt.widgets.Tree; import org.eclipse.swt.widgets.TreeItem; public class TreeSelectionTest { public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); shell.setText("" + SWT.getVersion()); shell.setLayout(new FillLayout()); Tree tree = new Tree(shell, SWT.MULTI); TreeItem itemA = new TreeItem(tree, SWT.NONE); itemA.setText("Item A"); TreeItem itemB = new TreeItem(itemA, SWT.NONE); itemB.setText("Item B"); TreeItem itemC = new TreeItem(itemB, SWT.NONE); itemC.setText("Item C"); TreeItem itemD = new TreeItem(itemC, SWT.NONE); itemD.setText("Item D"); TreeItem itemE = new TreeItem(itemB, SWT.NONE); itemE.setText("Item E"); TreeItem itemF = new TreeItem(itemE, SWT.NONE); itemF.setText("Item F"); TreeItem itemG = new TreeItem(itemE, SWT.NONE); itemG.setText("Item G"); itemA.setExpanded(true); itemB.setExpanded(true); itemC.setExpanded(true); itemE.setExpanded(true); shell.setSize(200, 200); shell.open(); while (!shell.isDisposed()) { if (!display.readAndDispatch()) { display.sleep(); } } display.dispose(); } }
resolved fixed
0c84a04
["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
"2011-06-29T14:45:42Z"
"2011-03-17T11:06:40Z"
345,650
Bug 345650 FillGradientRectangle results in screen cheese on x86_64
On GTK > 2.18 with certain versions of X (seen on 1.10.1 and 1.9.5 to date), calling fillGradientRectangle will result in screen cheese.
resolved fixed
3dc5d27
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/graphics/Device.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/graphics/GC.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-05-24T19:54:22Z"
"2011-05-12T19:53:20Z"
347,022
Bug 347022 Browser does not honor IE version setting on first navigate
null
resolved fixed
17d7fa6
["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
"2011-05-24T17:01:45Z"
"2011-05-24T18:00:00Z"
175,821
Bug 175821 GTK printer name for "Print to File" should not be NON-NLS
PrintDialog.open() on GTK uses the special printer name "Print to File" in two places. But: I'm on a German system and here it's called "In Datei drucken". I guess using that name is a workaround for having no other way to know if the user wants to print to a file. Maybe it will go away some time. But as long as it's there the code should take the user's language into account.
resolved fixed
56d7296
["bundles/org.eclipse.swt/Eclipse", "SWT", "Printing/gtk/org/eclipse/swt/printing/PrintDialog.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Printing/gtk/org/eclipse/swt/printing/Printer.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-05-18T18:05:54Z"
"2007-02-28T13:40:00Z"
322,912
Bug 322912 [Browser] Browser fails when 32-bit XULRunner detected on 64-bit OS
Build Identifier: I20100608-0911 i have Helios (I20100608-0911) installed on OpenSUSE 11.3 / x86_64, with, rpm -qa | egrep -i "xulrunner|MozillaFirefox-3" mozilla-xulrunner192-devel-1.9.2.8-3.1.x86_64 mozilla-xulrunner191-1.9.1.11-1.3.x86_64 mozilla-xulrunner191-devel-1.9.1.11-1.3.x86_64 mozilla-xulrunner191-32bit-1.9.1.11-1.3.x86_64 mozilla-xulrunner192-1.9.2.8-3.1.x86_64 MozillaFirefox-3.6.8-1.3.x86_64 and, ls -ald /usr/lib*/*xul* lrwxrwxrwx 1 root root 18 2010-08-16 22:35 /usr/lib64/xulrunner-1.9.1 -> xulrunner-1.9.1.11 drwxr-xr-x 12 root root 4096 2010-08-16 22:37 /usr/lib64/xulrunner-1.9.1.11/ lrwxrwxrwx 1 root root 17 2010-08-16 22:36 /usr/lib64/xulrunner-1.9.2 -> xulrunner-1.9.2.8 drwxr-xr-x 12 root root 4096 2010-08-16 22:37 /usr/lib64/xulrunner-1.9.2.8/ drwxr-xr-x 3 root root 4096 2010-08-16 22:37 /usr/lib64/xulrunner-devel-1.9.1.11/ drwxr-xr-x 3 root root 4096 2010-08-16 22:37 /usr/lib64/xulrunner-devel-1.9.2.8/ lrwxrwxrwx 1 root root 18 2010-08-16 22:35 /usr/lib/xulrunner-1.9.1 -> xulrunner-1.9.1.11 drwxr-xr-x 12 root root 4096 2010-08-16 22:35 /usr/lib/xulrunner-1.9.1.11/ i've installed Mylyn + Bugzilla connector, 3.4.1.v20100804-0100-e3x-7D77-BgJ9DH9bIS4CIC i can log in to bugzilla, and see/retrieve reports, as expected. if/when I attempt to make changes & then "Submit", I get an "XULRunner not found" error: /home/dev001/.eclipse/org.eclipse.platform_3.5.0_185596441/configuration/org.eclipse.osgi/bundles/151/1/.cp/libswt-mozilla-gtk-3650.so: libxpcom.so: cannot open shared object file: No such file or directory no swt-mozilla-gtk in java.library.path /tmp/swtlib-64/libswt-mozilla-gtk-3650.so: libxpcom.so: cannot open shared object file: No such file or directory Can't load library: /tmp/swtlib-64/libswt-mozilla-gtk.so ) at org.eclipse.swt.SWT.error(SWT.java:4109) at org.eclipse.swt.browser.Mozilla.initMozilla(Mozilla.java:1703) at org.eclipse.swt.browser.Mozilla.create(Mozilla.java:637) at org.eclipse.swt.browser.Browser.<init>(Browser.java:119) at org.eclipse.mylyn.internal.tasks.ui.util.WebBrowserDialog.createCustomArea(WebBrowserDialog.java:55) at org.eclipse.jface.dialogs.MessageDialog.createDialogArea(MessageDialog.java:273) at org.eclipse.jface.dialogs.IconAndMessageDialog.createDialogAndButtonArea(IconAndMessageDialog.java:221) at org.eclipse.jface.dialogs.IconAndMessageDialog.createContents(IconAndMessageDialog.java:200) at org.eclipse.jface.window.Window.create(Window.java:431) at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:1089) at org.eclipse.jface.window.Window.open(Window.java:790) at org.eclipse.jface.dialogs.MessageDialog.open(MessageDialog.java:334) at org.eclipse.mylyn.internal.tasks.ui.util.WebBrowserDialog.openAcceptAgreement(WebBrowserDialog.java:46) at org.eclipse.mylyn.internal.tasks.ui.util.TasksUiInternal.displayStatus(TasksUiInternal.java:544) at org.eclipse.mylyn.internal.tasks.ui.util.TasksUiInternal.displayStatus(TasksUiInternal.java:592) at org.eclipse.mylyn.tasks.ui.editors.AbstractTaskEditorPage$23.linkActivated(AbstractTaskEditorPage.java:1235) at org.eclipse.ui.forms.widgets.AbstractHyperlink.handleActivate(AbstractHyperlink.java:233) at org.eclipse.ui.forms.widgets.AbstractHyperlink.handleMouseUp(AbstractHyperlink.java:327) at org.eclipse.ui.forms.widgets.AbstractHyperlink.access$2(AbstractHyperlink.java:311) at org.eclipse.ui.forms.widgets.AbstractHyperlink$4.handleEvent(AbstractHyperlink.java:125) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1258) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3552) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3171) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2629) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2593) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2427) at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:670) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:663) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:115) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:619) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574) at org.eclipse.equinox.launcher.Main.run(Main.java:1407) at org.eclipse.equinox.launcher.Main.main(Main.java:1383) Caused by: java.lang.UnsatisfiedLinkError: Could not load SWT library. Reasons: /home/dev001/.eclipse/org.eclipse.platform_3.5.0_185596441/configuration/org.eclipse.osgi/bundles/151/1/.cp/libswt-mozilla-gtk-3650.so: libxpcom.so: cannot open shared object file: No such file or directory no swt-mozilla-gtk in java.library.path /tmp/swtlib-64/libswt-mozilla-gtk-3650.so: libxpcom.so: cannot open shared object file: No such file or directory Can't load library: /tmp/swtlib-64/libswt-mozilla-gtk.so at org.eclipse.swt.internal.Library.loadLibrary(Library.java:267) at org.eclipse.swt.internal.Library.loadLibrary(Library.java:174) at org.eclipse.swt.browser.Mozilla.initMozilla(Mozilla.java:1688) ... 43 more Reproducible on a couple of different users', similarly configured, machines. Reproducible: Always
resolved fixed
a354edf
["bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/browser/Mozilla.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/init/GREProperty.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/init/XPCOMInit.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/common_j2se/org/eclipse/swt/internal/Library.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-05-18T14:01:39Z"
"2010-08-17T15:46:40Z"
345,892
Bug 345892 Selection jumps in tree
null
verified fixed
6398b35
["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSObject.java", "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/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Tree.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
"2011-05-17T14:47:43Z"
"2011-05-16T07:13:20Z"
345,924
Bug 345924 Key input not working after using expose
null
verified fixed
a66b3dd
["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
"2011-05-16T21:00:39Z"
"2011-05-16T12:46:40Z"
341,895
Bug 341895 DND actions in AbstractTreeViewer lead to NPE and application freeze [Carbon]
Build Identifier: M20110210-1200 I noticed lately that a big, serious, crashing Eclipse NPE occurs on DND actions in a SWT Tree in the Carbon version of our RCP application. I traced it to one point in AbstractTreeViewer. This wasn't happening before. So I checked if it was happening in Eclipse Carbon version itself. Yes it does. Reproducible: Always Steps to Reproduce: 1. In Package Explorer create some simple files and folders in a General Project. 2. DND some files between folders. Try and do this a few times. Leads to NPE.
verified fixed
160dcd4
["bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/carbon/org/eclipse/swt/dnd/DragSource.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-05-16T17:28:01Z"
"2011-04-05T13:26:40Z"
344,460
Bug 344460 Bidi 3.7: [Coolbar] Chrevon is not updated during setOrientation()
Build Identifier: 20110218-0911 REDHAT, SLES11: For the style : SWT.DROP_DOWN the arrow of shrink item is not mirrored when setOrientation() used, the arrow mirrored only if created in mirrored orientation (RTL). Reproducible: Always Steps to Reproduce: 1. Apply the attached patch on the "org.eclipse.swt.examples" project (project level). 2. Go to org.eclipse.swt.examples.mirroringTest package. 3. Run the ControlExamle. 4. Go to the "CoolBar" Tab. 5. In "Item Styles..." group the check the "SWT.DROP_DOWN" option. 6. In second line of the CoolBar stretch the radio CoolItem (group of items in the middle) to their left (till you get the drop down arrow). 7. In "Orientation..." group, click the "set orientation SWT.RIGHT_TO_LEFT" radio option. result : the arrow of the drop down not mirrored. Note: if you click "create new SWT.RIGHT_TO_LEFT" then the arrow is mirrored.
resolved fixed
1000246
["bundles/org.eclipse.swt/Eclipse", "SWT/emulated/coolbar/org/eclipse/swt/widgets/CoolBar.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-05-12T21:06:48Z"
"2011-05-02T15:26:40Z"
344,487
Bug 344487 [Browser] WebKit and XULRunner-1.9.2.x crash due to incompatible SQLLite libs
- 3.7M7 - install XULRunner 1.9.2.x and Safari on Windows - run ControlExample, go to the Browser tab - choose the SWT.WEBKIT checkbox -> demo browser changes to WebKit renderer - choose the SWT.MOZILLA checkbox -> a prompter is shown with error message "...your version of SQLLite is too old..." -> after pressing OK the app crashes - only happens if XULRunner version is 1.9.2.x, and only if WebKit is loaded before it (choosing SWT.MOZILLA and then SWT.WEBKIT works fine) - XULRunner ships its own SQLLite lib, so it is likely getting sad when the one used by WebKit has already been loaded
resolved fixed
c1cfa6e
["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/gtk/org/eclipse/swt/browser/BrowserFactory.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/win32/org/eclipse/swt/browser/BrowserFactory.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/carbon/org/eclipse/swt/browser/MozillaDelegate.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/cocoa/org/eclipse/swt/browser/MozillaDelegate.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/browser/Mozilla.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/gtk/org/eclipse/swt/browser/MozillaDelegate.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/motif/org/eclipse/swt/browser/MozillaDelegate.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/win32/org/eclipse/swt/browser/MozillaDelegate.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-05-11T22:07:52Z"
"2011-05-02T18:13:20Z"
344,392
Bug 344392 Bidi 3.7: Images in disabled ToolBar disappear when orientation changed (setOrientation) used.
null
resolved fixed
844c3cb
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/ToolBar.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-05-11T19:11:25Z"
"2011-05-01T08:53:20Z"
344,878
Bug 344878 Unprotected call to PrintDlg in WebUIDelegate.printFrame
null
resolved fixed
a99d0f7
["bundles/org.eclipse.swt/Eclipse", "SWT", "WebKit/win32/org/eclipse/swt/browser/WebUIDelegate.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-05-11T18:59:53Z"
"2011-05-05T18:26:40Z"
306,941
Bug 306941 [Mac] Using expos and selecting Eclipse doesn't bring Eclipse window on top.
null
resolved fixed
ee1312c
["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
"2011-05-11T16:18:45Z"
"2010-03-24T14:13:20Z"
317,255
Bug 317255 Clipboard data is lost on exit (Should implement the freedesktop.org specification for clipboard management)
null
verified fixed
35627c0
["bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/gtk/org/eclipse/swt/dnd/ClipboardProxy.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
"2011-05-10T20:38:30Z"
"2010-06-18T00:13:20Z"
336,485
Bug 336485 Parent shell wrongly focused via Expose (should activate primary modal child shell)
HEAD Cocoa - Open a child shell with PRIMARY_MODAL (e.g. in ControlExample) - Via Expose, select the parent shell => Parent shell gets activated, but keyboard interaction doesn't work => Expected: Child shell should be active I would also expect that the child shell is shown as a separate window in Expose, at least if it's MODELESS. Works fine with the native Open dialog. Works fine on Carbon (separate window in Expose, parent passes focus to child when activated).
verified fixed
b84a7e4
["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
"2011-05-09T20:21:02Z"
"2011-02-07T09:13:20Z"
343,454
Bug 343454 XULRunner 2.0 kills Eclipse when opening anything Browser related
null
resolved fixed
d05fd93
["bundles/org.eclipse.swt/Eclipse", "SWT", "WebKit/gtk/org/eclipse/swt/browser/WebKit.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-05-09T16:09:27Z"
"2011-04-20T20:06:40Z"
87,238
Bug 87238 [Graphics] TextLayout: Incorrect wrapping when text styles are used
SWT-win32, v3124 In the following example, the StyledText does not wrap its contents correctly (see attached screenshot). This only happens when a style range is set. --- import org.eclipse.swt.*; import org.eclipse.swt.custom.*; import org.eclipse.swt.graphics.*; import org.eclipse.swt.layout.*; import org.eclipse.swt.widgets.*; public class StyleRangeWrapTest { public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); shell.setLayout(new FillLayout()); Font font = new Font(display, "Tahoma", 14, SWT.NORMAL); StyledText text = new StyledText(shell, SWT.BORDER | SWT.MULTI | SWT.WRAP | SWT.V_SCROLL); text.setFont(font); text.setText("The quick brown fox jumps over the lazy dog."); StyleRange style = new StyleRange(); style.start = 10; style.length = 5; style.background = display.getSystemColor(SWT.COLOR_DARK_YELLOW); text.setStyleRange(style); shell.setSize(171, 200); shell.open(); while (!shell.isDisposed()) { if (!display.readAndDispatch()) { display.sleep(); } } font.dispose(); display.dispose(); } }
resolved fixed
df9b5d5
["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
"2011-05-06T21:02:02Z"
"2005-03-06T23:00:00Z"
344,686
Bug 344686 [GTK] Cannot enable/disable breakpoint by clicking checkbox
null
resolved fixed
edc7c94
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Combo.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Control.java", "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", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Text.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Tree.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-05-06T21:00:25Z"
"2011-05-04T09:06:40Z"
344,591
Bug 344591 potential crash in Printer
null
resolved fixed
d10c16e
["bundles/org.eclipse.swt/Eclipse", "SWT", "Printing/win32/org/eclipse/swt/printing/Printer.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-05-05T18:02:28Z"
"2011-05-03T13:40:00Z"
344,642
Bug 344642 [Mac OS X] Cannot enable/disable breakpoint by clicking checkbox
Build id: I20110428-0848 (Eclipse 3.7 M7, Cocoa 32-bit) Running on Mac OS X 10.5.8 and Java 1.5.0_28 1. Open a Java file and add a breakpoint 2. Switch to the Debug perspective 3. Try to disable the breakpoint by clicking the checkbox in the Breakpoints view --> not possible Note that the breakpoint's table row will be deselected on mouse up. If previsouly not selected, it will be selected on mouse down and then deselected on mouse up. Interestingly, enabling and disabling works when holding down the alt/option key. The context menu actions also work. Marked as a blocker, because I think 3.7 should not be shipped with this bug.
resolved fixed
0311d68
["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSObject.java", "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/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Tree.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
"2011-05-05T15:42:13Z"
"2011-05-03T22:00:00Z"
344,516
Bug 344516 GC with Transform crashes when rendering TextLayout with strikeout and selection
Build Identifier: 20110218-0911 On Windows (XP, Vista and 7), when trying to render a TextLayout with strikeout style and a selection on this style, the GC with a transform crashes the JVM with the following error: # # A fatal error has been detected by the Java Runtime Environment: # # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x09d01f00, pid=3116, tid=2340 # # JRE version: 6.0_25-b06 # Java VM: Java HotSpot(TM) Client VM (20.0-b11 mixed mode, sharing windows-x86 ) # Problematic frame: # C 0x09d01f00 Apparently any transform will cause the problem, even if an empty transform. It doesn't happen to bold, italic, underline or any other style. Reproducible: Always Steps to Reproduce: 1. Create a TextLayout with some text and a strike out style. 2. On paint, set a transform on the GC. 3. Draw the text layout with selection containing the range which is struck out.
resolved fixed
08baa46
["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
"2011-05-04T20:09:04Z"
"2011-05-02T23:46:40Z"
344,597
Bug 344597 Error when returning null values from Javascript evaluations in IE 9 using SWT Browser
Build Identifier: M20110210-1200 Evaluating JavaScript expressions that return null or an undefined value using the SWT Browser control against Internet Explorer 9 (IE9) will result in an SWT Exception. I will attach a repro snippet or you can simply in an SWT Browser control execute something like: Object result = browser.evaluate("alert('evalute something that returns null')"); On Windows with IE9 RTM installed you get: org.eclipse.swt.SWTException: Return value not valid On all other platforms (including Windows with prior version of IE including IE9 Beta), a null value is returned. The reason for this is that IE 9 has a new Javascript engine with significantly improved performance, however they also changed some behaviour which has resulted in a change to the way the COM interface works for null or undefined values. GetIDsOfNames on an Javascript Arrays IDispatch pointer now returns valid ids for the items in the array. If you have a single item array with the one item in it that is undefined or null, the old engine would return DISP_E_UNKNOWNNAME for this item, and so the SWT Browser code in the WebSite class simply skips over this element. However, the item does exist (albeit it is undefined), and so IE9 now return a valid dispid. SWT then tries to query for the item, and IE9 returns a VARIANT with its type set to VT_EMPTY which were then not handling in the SWT Browser code. (As VT_EMPTY was never returned by the older versions of IE the SWT Browser code never had to handle this condition before). I believe the correct fix would be to have the org.eclipse.swt.browser.WebSite.convertToJava() method handle the new VT_EMPTY Variant, i.e. Object convertToJava (Variant variant) { switch (variant.getType ()) { case OLE.VT_EMPTY: // IE9 can return VT_EMPTY for null case OLE.VT_NULL: return null; case OLE.VT_BSTR: return variant.getString (); ... Let me know if you agree and I can send along a patch accordingly as it is a simple one-line fix. Ive checked with the folks this side and I have permission to contribute this simple fix to improve the interoperability of Eclipse and IE9. The only workaround I can find without the fix is to make sure that any Javascript you do execute never returns null or undefined (i.e. you can OR the result of the call that could return null with an empty string to ensure that the result coming back via IDispatch is always a non-null value) Let me know if there is anything else I can do to help. Reproducible: Always Steps to Reproduce: 1. Execute a browser.evaluate() call that returns null or undefined results from the Javascript expression when running with IE9 Actual result: SWTException Expected result: null value returned.
resolved fixed
d1b3f8d
["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
"2011-05-04T19:25:55Z"
"2011-05-03T16:26:40Z"
343,932
Bug 343932 crash happened during BrowserFunction invocation
Build Identifier: Eclipse RCP v3.6.2 While running an rcp application started in the eclipse swt browser, the complete applciation crashing and shut down the browser. Reproducible: Always Steps to Reproduce: 1.Dowbload eclipse RCP v3.6.2 and install 2.Install ie9 on windows server 2003 or windows 7 3. build an application that uses a swt browser and start the application to use the browser
resolved fixed
959097b
["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
"2011-05-04T19:21:32Z"
"2011-04-27T07:40:00Z"
317,219
Bug 317219 Shell.moveAbove() should not show widget if not visible
Shell.moveAbove() doesn't show child area, just the frame. See snippet below: ===== import org.eclipse.swt.SWT; import org.eclipse.swt.layout.GridLayout; import org.eclipse.swt.widgets.Button; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; public class Test { public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); shell.setLayout(new GridLayout(1, false)); Button b = new Button(shell, SWT.PUSH); b.setText("PUSH ME"); shell.setVisible(false); shell.moveAbove(null); while (!shell.isDisposed()) { if (!display.readAndDispatch()) display.sleep(); } display.dispose(); } }
resolved fixed
20b46df
["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
"2011-05-02T19:43:07Z"
"2010-06-17T15:53:20Z"
335,056
Bug 335056 Link widget shows IBeam cursor
HEAD Cocoa The Link widget is a bit distracting, since it shows the IBeam cursor when the mouse is in the widget, but not on text or on a link. Can easily be seen in the ControlExample with SWT.BORDER and size 100 x 100.
resolved fixed
df07cfa
["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Link.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-05-02T19:42:14Z"
"2011-01-21T20:00:00Z"
344,324
Bug 344324 StyledText is no longer accessible on Mac Cocoa
I20110428-0848 Turn on VoiceOver. Give focus to a StyledText (either ControlExample or Eclipse editor). VoiceOver only says "text blank".
resolved fixed
10998f0
["bundles/org.eclipse.swt/Eclipse", "SWT", "Accessibility/cocoa/org/eclipse/swt/accessibility/Accessible.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-05-02T15:00:23Z"
"2011-04-29T18:00:00Z"
338,127
Bug 338127 Error NPE
-- Configuration Details -- Product: Eclipse 1.3.1.20100913-1228 (org.eclipse.epp.package.jee.product) Installed Features: org.eclipse.jdt 3.6.1.r361_v20100714-0800-7z8XFUSFLFlmgLc5z-Bvrt8-HVkH eclipse.buildId=M20100909-0800 java.version=1.6.0_22 java.vendor=Apple Inc. BootLoader constants: OS=macosx, ARCH=x86_64, WS=cocoa, NL=it_IT Framework arguments: -product org.eclipse.epp.package.jee.product -keyring /Users/vittorio/.eclipse_keyring -showlocation Command-line arguments: -os macosx -ws cocoa -arch x86_64 -product org.eclipse.epp.package.jee.product -keyring /Users/vittorio/.eclipse_keyring -showlocation Error Thu Feb 24 18:08:15 CET 2011 Problems occurred when invoking code from plug-in: "org.eclipse.jface". java.lang.NullPointerException at org.eclipse.swt.program.Program.getProgram(Program.java:167) at org.eclipse.swt.program.Program.findProgram(Program.java:78) at org.eclipse.ui.internal.registry.EditorRegistry.getSystemExternalEditorImageDescriptor(EditorRegistry.java:1249) at org.eclipse.ui.internal.registry.EditorRegistry.getImageDescriptor(EditorRegistry.java:1457) at org.eclipse.ui.internal.ide.model.WorkbenchFile.getBaseImage(WorkbenchFile.java:63) at org.eclipse.ui.internal.ide.model.WorkbenchResource.getImageDescriptor(WorkbenchResource.java:42) at org.eclipse.jdt.internal.ui.viewsupport.JavaElementImageProvider.getWorkbenchImageDescriptor(JavaElementImageProvider.java:181) at org.eclipse.jdt.internal.ui.viewsupport.JavaElementImageProvider.computeDescriptor(JavaElementImageProvider.java:121) at org.eclipse.jdt.internal.ui.viewsupport.JavaElementImageProvider.getImageLabel(JavaElementImageProvider.java:96) at org.eclipse.jdt.internal.ui.viewsupport.JavaUILabelProvider.getImage(JavaUILabelProvider.java:144) at org.eclipse.jdt.internal.ui.packageview.PackageExplorerLabelProvider.getImage(PackageExplorerLabelProvider.java:137) at org.eclipse.jface.viewers.DelegatingStyledCellLabelProvider.getImage(DelegatingStyledCellLabelProvider.java:184) at org.eclipse.jface.viewers.DecoratingStyledCellLabelProvider.getImage(DecoratingStyledCellLabelProvider.java:167) at org.eclipse.jface.viewers.DelegatingStyledCellLabelProvider.update(DelegatingStyledCellLabelProvider.java:118) at org.eclipse.jface.viewers.DecoratingStyledCellLabelProvider.update(DecoratingStyledCellLabelProvider.java:134) at org.eclipse.jface.viewers.ViewerColumn.refresh(ViewerColumn.java:152) at org.eclipse.jface.viewers.AbstractTreeViewer.doUpdateItem(AbstractTreeViewer.java:934) at org.eclipse.jface.viewers.AbstractTreeViewer$UpdateItemSafeRunnable.run(AbstractTreeViewer.java:102) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42) at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:49) at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175) at org.eclipse.jface.viewers.AbstractTreeViewer.doUpdateItem(AbstractTreeViewer.java:1014) at org.eclipse.jface.viewers.StructuredViewer$UpdateItemSafeRunnable.run(StructuredViewer.java:481) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42) at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:49) at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175) at org.eclipse.jface.viewers.StructuredViewer.updateItem(StructuredViewer.java:2141) at org.eclipse.jface.viewers.AbstractTreeViewer.createTreeItem(AbstractTreeViewer.java:829) at org.eclipse.jface.viewers.AbstractTreeViewer$1.run(AbstractTreeViewer.java:804) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70) at org.eclipse.jface.viewers.AbstractTreeViewer.createChildren(AbstractTreeViewer.java:778) at org.eclipse.jface.viewers.TreeViewer.createChildren(TreeViewer.java:644) at org.eclipse.jface.viewers.AbstractTreeViewer.createChildren(AbstractTreeViewer.java:749) at org.eclipse.jface.viewers.AbstractTreeViewer.handleTreeExpand(AbstractTreeViewer.java:1444) at org.eclipse.jface.viewers.TreeViewer.handleTreeExpand(TreeViewer.java:952) at org.eclipse.jface.viewers.AbstractTreeViewer$4.treeExpanded(AbstractTreeViewer.java:1455) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:132) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Display.sendEvent(Display.java:3776) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1367) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1390) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1375) at org.eclipse.swt.widgets.TreeItem.sendExpand(TreeItem.java:1024) at org.eclipse.swt.widgets.Tree.expandItem_expandChildren(Tree.java:1186) at org.eclipse.swt.widgets.Display.windowProc(Display.java:5183) at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method) at org.eclipse.swt.widgets.Widget.callSuper(Widget.java:220) at org.eclipse.swt.widgets.Widget.mouseDownSuper(Widget.java:1025) at org.eclipse.swt.widgets.Tree.mouseDownSuper(Tree.java:1974) at org.eclipse.swt.widgets.Widget.mouseDown(Widget.java:1021) at org.eclipse.swt.widgets.Control.mouseDown(Control.java:2258) at org.eclipse.swt.widgets.Tree.mouseDown(Tree.java:1942) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4976) at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method) at org.eclipse.swt.widgets.Widget.callSuper(Widget.java:220) at org.eclipse.swt.widgets.Widget.windowSendEvent(Widget.java:1943) at org.eclipse.swt.widgets.Shell.windowSendEvent(Shell.java:2025) at org.eclipse.swt.widgets.Display.windowProc(Display.java:5040) at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method) at org.eclipse.swt.widgets.Display.applicationSendEvent(Display.java:4582) at org.eclipse.swt.widgets.Display.applicationProc(Display.java:4659) at org.eclipse.swt.internal.cocoa.OS.objc_msgSend(Native Method) at org.eclipse.swt.internal.cocoa.NSApplication.sendEvent(NSApplication.java:115) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3274) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2640) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2604) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2438) at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:671) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:664) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:115) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:619) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574) at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
resolved fixed
20371ac
["bundles/org.eclipse.swt/Eclipse", "SWT", "Program/cocoa/org/eclipse/swt/program/Program.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-05-02T09:51:24Z"
"2011-02-24T17:53:20Z"
343,816
Bug 343816 NPE when item from the List is dragged
Cocoa x86_64 : I20110425-1800 1) Run the DNDExample. 2) Select List as the DragSource. 3) Drag any item from the List. NPE occurs. Exception in thread "main" java.lang.NullPointerException at org.eclipse.swt.widgets.Control.createString(Control.java:965) at org.eclipse.swt.widgets.List.tableView_objectValueForTableColumn_row(List.java:1448) at org.eclipse.swt.widgets.Display.windowProc(Display.java:5752) at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method) at org.eclipse.swt.widgets.Widget.drawRect(Widget.java:722) at org.eclipse.swt.widgets.Display.windowProc(Display.java:5434) at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method) at org.eclipse.swt.widgets.Display.applicationNextEventMatchingMask(Display.java:4864) at org.eclipse.swt.widgets.Display.applicationProc(Display.java:5211) at org.eclipse.swt.internal.cocoa.OS.objc_msgSend(Native Method) at org.eclipse.swt.internal.cocoa.NSApplication.nextEventMatchingMask(NSApplication.java:94) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3596) at org.eclipse.swt.examples.dnd.DNDExample.open(DNDExample.java:1352) at org.eclipse.swt.examples.dnd.DNDExample.main(DNDExample.java:71)
resolved fixed
b9cbee7
["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/List.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
"2011-05-02T09:42:57Z"
"2011-04-26T09:26:40Z"
339,138
Bug 339138 Text limit for Text widget doesn't work in some cases
Reproducible with Cocoa HEAD. Came across this while working on a different Text bug. Text.append(), insert(), paste() don't check for textlimit before changing the text. Test snippet: public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); shell.setSize(200, 75); GridLayout layout = new GridLayout(1, false); shell.setLayout(layout); Text text = new Text(shell, SWT.BORDER|SWT.MULTI); text.setLayoutData(new GridData(GridData.FILL_BOTH)); text.setTextLimit(6); text.setText("124"); text.insert("456789"); shell.open(); while (!shell.isDisposed()) { if (!display.readAndDispatch()) display.sleep(); } display.dispose(); }
resolved fixed
980c0b9
["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
"2011-05-02T09:39:26Z"
"2011-03-07T20:33:20Z"