id
int64
1
6.5k
bug_id
int64
2.03k
426k
summary
stringlengths
9
251
description
stringlengths
1
32.8k
report_time
stringlengths
19
19
report_timestamp
int64
1B
1.39B
status
stringclasses
6 values
commit
stringlengths
7
9
commit_timestamp
int64
1B
1.39B
files
stringlengths
25
32.8k
project_name
stringclasses
6 values
3,761
35,091
Bug 35091 "Single Click" truncated
I2003-03-07 On the workbench preferences page, the "Single Click" radio button is truncated.
2003-03-15 05:40:08
1,047,720,000
resolved fixed
b1b0fd9
1,049,140,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Button.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Label.java
SWT
3,762
35,786
Bug 35786 Eclipse crashes on shut down
I200303261556 1) download eclipse into an empty directory 2) launch eclipse 3) shut down eclipse Eclipse crashes.
2003-03-27 16:39:44
1,048,800,000
resolved fixed
309ec27
1,048,800,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Display.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Shell.java
SWT
3,763
35,434
Bug 35434 [Motif] GC.getFontMetrics() causes VM to crash when font is really small.
In Motif, with a very small font (height ~= 2), GC.getFontMetrics() causes the VM to crash (stack trace below). I debugged this method and found that OS.memmove() is being called with src = 0 because the XFontStruct.per_char = 0. GTK and Windows don't seem to be affected. An unexpected exception has been detected in native code outside the VM. Unexpected Signal : 11 occurred at PC=0x4207BDE5 Function=memmove+0x35 Library=/usr/java/j2sdk1.4.1_02/bin/java Current Java thread: at org.eclipse.swt.internal.motif.OS.memmove(Native Method) at org.eclipse.swt.graphics.GC.getFontMetrics(GC.java:1939) at org.eclipse.draw2d.SWTGraphics.getFontMetrics(SWTGraphics.java:278) at org.eclipse.draw2d.ScaledGraphics.zoomTextPoint(ScaledGraphics.java:426) at org.eclipse.draw2d.ScaledGraphics.drawText(ScaledGraphics.java:239) at org.eclipse.draw2d.Graphics.drawText(Graphics.java:107) at org.eclipse.draw2d.Label.paintFigure(Label.java:445) at org.eclipse.draw2d.Figure.paint(Figure.java:921) at org.eclipse.draw2d.Figure.paintChildren(Figure.java:959) at org.eclipse.draw2d.Figure.paintClientArea(Figure.java:993) at org.eclipse.draw2d.Figure.paint(Figure.java:923) at org.eclipse.draw2d.Figure.paintChildren(Figure.java:959) at org.eclipse.draw2d.Figure.paintClientArea(Figure.java:989) at org.eclipse.draw2d.Figure.paint(Figure.java:923) at org.eclipse.draw2d.Figure.paintChildren(Figure.java:959) at org.eclipse.draw2d.Figure.paintClientArea(Figure.java:989) at org.eclipse.draw2d.Figure.paint(Figure.java:923) at org.eclipse.draw2d.parts.Thumbnail$ThumbnailUpdater.run(Thumbnail.java:157) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:98) - locked <0x44405e28> (a org.eclipse.swt.widgets.RunnableLock) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:1940) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1731) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385) at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:845) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461) 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:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:291) at org.eclipse.core.launcher.Main.run(Main.java:747) at org.eclipse.core.launcher.Main.main(Main.java:583)
2003-03-20 19:13:26
1,048,210,000
resolved fixed
dab04b5
1,048,530,000
bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/graphics/GC.java
SWT
3,764
26,078
Bug 26078 TabFolder.getClientArea() not correct.
The getClientArea() for TabFolders in Photon are not using the PtPanelGroup's canvas area to calculate the client area. The assumption used in the current code breaks on 6.2.1.
2002-11-13 01:53:00
1,037,170,000
resolved fixed
c1d7b21
1,048,090,000
bundles/org.eclipse.swt/Eclipse SWT PI/photon/org/eclipse/swt/internal/photon/OS.java bundles/org.eclipse.swt/Eclipse SWT PI/photon/org/eclipse/swt/internal/photon/utsname.java bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/TabFolder.java
SWT
3,765
34,428
Bug 34428 [Motif] Tree and Table views not getting proper selection
To reproduce: (example) 1. Open a view containing a tree or table. 2. Select an item by left clicking it once. 3. Right click (and hold) a different item to bring up a context menu. The context menu will contain items appropriate to the first item selected. Noticed this behavior in CVS Repositories view, Navigator view, Package Explorer, Task List.
2003-03-10 14:58:25
1,047,330,000
resolved fixed
a90aea7
1,048,020,000
bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Control.java
SWT
3,766
34,569
Bug 34569 BIDI: Styled text change the characters with Large fonts
Tested using win 2k Arabic locale, build RC1 - Using the Text editor example. - Write an Arabic text, select it and select Simplified Arabic font with Size 48 - Close the font dialog. - Select the text and click on the Bold button. - The characters changes to rubbish and they overlap on each other. NB: If we select the Bold style from the fontDialog box, we got the correct behavior.
2003-03-11 04:17:33
1,047,370,000
resolved fixed
904b847
1,048,010,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledTextBidi.java
SWT
3,767
34,739
Bug 34739 Keys preference page table column not sized correctly
build RC2 -open the Workbench/Keys preference page ->note how the first three columns are sized very small. Column 0 has the same size as on Windows and appears to be empty anyway. However, the contents of column 1 and 2 is not readable. I also cannot resize the columns. On Windows the columns are sized properly and I can resize them.
2003-03-11 15:51:33
1,047,420,000
resolved fixed
f2433e4
1,048,000,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TableColumn.java
SWT
3,768
33,713
Bug 33713 JRE popup menu in Run configuration dialog not reliable
RC1 - open "Run" dialog - select any Java Application - switch to JRE tab - in JRE popup select a different JRE Observe: "Apply" button doesn't get enabled; if "Run" is pressed, application doesn't launch with selected JRE. Workaround: select JRE in the popup menu again; in most cases this enabled the "Apply" button
2003-03-03 18:12:04
1,046,730,000
resolved fixed
b57b692
1,047,940,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Combo.java
SWT
3,769
35,038
Bug 35038 Refactoring dialog (Extract Local Variable) to big
I2003-03-07 The height of the "Extract Local Variable" is much too big. There is much space at the bottom and the dialog nearly takes the whole height.
2003-03-14 13:05:05
1,047,670,000
resolved fixed
4b430f4
1,047,940,000
bundles/org.eclipse.swt/Eclipse SWT PI/carbon/org/eclipse/swt/internal/carbon/OS.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Display.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Label.java
SWT
3,770
35,022
Bug 35022 Motif does not send dragFinished event on aborted drags
null
2003-03-14 11:09:57
1,047,660,000
resolved fixed
248c829
1,047,750,000
bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/motif/org/eclipse/swt/dnd/DragSource.java
SWT
3,771
34,879
Bug 34879 Calling ScrollBar.setVisible() when a text widget has focus causes a focus lost event on the text widget
This happens even if the scrollbar visibility doesn't change. Here's a simple test case: import org.eclipse.swt.SWT; import org.eclipse.swt.events.*; import org.eclipse.swt.layout.FillLayout; import org.eclipse.swt.widgets.*; public class FocusTest { public static void main(String[] args) { Display display = Display.getDefault(); Shell shell = new Shell(display); shell.setLayout(new FillLayout()); final Canvas canvas = new Canvas(shell, SWT.H_SCROLL | SWT.V_SCROLL); canvas.getVerticalBar().setVisible(false); canvas.getHorizontalBar().setVisible(false); Text text = new Text(canvas, SWT.SINGLE); text.setSize(100, 20); text.addVerifyListener(new VerifyListener() { public void verifyText(VerifyEvent e) { canvas.getVerticalBar().setVisible(false); } }); text.addFocusListener(new FocusAdapter() { public void focusLost(FocusEvent e) { System.out.println("Focus Lost"); } }); shell.setSize(600, 500); shell.open(); while (!shell.isDisposed()) if (!display.readAndDispatch()) display.sleep(); } }
2003-03-12 17:35:39
1,047,510,000
resolved fixed
be74b16
1,047,680,000
bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Composite.java
SWT
3,772
34,649
Bug 34649 TabFolder title does not handle mnemonics properly
RC2, running on SuSE with gtk2.0.6 - open Eclipse's Preferences dialog, go to page Java - Compiler - the third tab on the page should say "Compliance & Classfiles", but instead appears as "Compliance _ Classfiles" - verified this works fine on win32, motif and photon
2003-03-11 11:33:40
1,047,400,000
verified fixed
6bb9ea2
1,047,670,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Widget.java
SWT
3,773
34,418
Bug 34418 Crash when running DNDExample
build RC2, Solaris Motif. -Run the DNDExample. -Check the drag detect and the drop target on the widgets -Drag and Drop a few times (two or three). -Segmentation fault Reproducible
2003-03-10 14:31:23
1,047,320,000
resolved fixed
f5bb95a
1,047,670,000
bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/motif/org/eclipse/swt/dnd/TextTransfer.java
SWT
3,774
29,486
Bug 29486 Keys need stronger filtering.
Right now keys like CapsLock, ScrollLock, etc will cause garbage characters to be entered into StyledText widget buffers. Need to filter out the Photon control keys that have no mapping in the SWT world.
2003-01-14 16:55:19
1,042,580,000
resolved fixed
c6d41b7
1,047,660,000
bundles/org.eclipse.swt/Eclipse SWT PI/photon/org/eclipse/swt/internal/photon/OS.java
SWT
3,775
33,017
Bug 33017 VM crash when pressing enter in table cell editor
RC 1 - JUnit setup - select Assert.assertEquals(String message, double expected, double actual, double delta) - activate cell editor for for row 0, column 0 - press enter. java version "1.4.1_01" Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_01-b01) Java HotSpot(TM) Client VM (build 1.4.1_01-b01, mixed mode) GTK 2.2.1 No log files generated
2003-02-25 11:59:15
1,046,190,000
resolved fixed
ee53d8b
1,047,590,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Text.java
SWT
3,776
33,099
Bug 33099 Context menu 'Display' doesn't work
2.1 RC1 In the DisplayView, the Display action on the context menu does nothing. The Display action on the Run menu works when directly selected, and activated via Ctrl-D.
2003-02-25 15:00:42
1,046,200,000
resolved fixed
34fe8f7
1,047,580,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java
SWT
3,777
25,671
Bug 25671 Javadoc for class swt/widgets/Dialog missing <pre>
null
2002-11-02 19:34:28
1,036,280,000
resolved fixed
f723e75
1,047,560,000
bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/widgets/Dialog.java
SWT
3,778
34,463
Bug 34463 confirm exit checkbox cannot be selected
RC2 - start Eclipse - try to shut it down by clicking its Close decoration in the top-right corner - a "Confirm Exit" prompter is shown, with a "Don't show this prompter anymore" checkbox - click the checkbox and note that it can't be checked, so you can only press OK or Cancel from here - this doesn't happen elsewhere, so there must be something special about either this prompter or its invocation from a window-close request
2003-03-10 15:59:04
1,047,330,000
verified fixed
409580f
1,047,500,000
bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/Display.java
SWT
3,779
34,724
Bug 34724 ControlExample
Eclipse 2.1 RC2 Run the ControlExample as standlaone. From the menubar select Control -> Log Events. Click on the Dialog tab. Note that there are two dialog result text widgets. There should only be one. Reproduced error on Win2K and GTK.
2003-03-11 15:20:28
1,047,410,000
resolved fixed
86ce012
1,047,500,000
examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/controlexample/DialogTab.java
SWT
3,780
33,343
Bug 33343 New file wizard freezes Eclipse UI
2.1 RC1 - Build id: 200302211557 Create a new text file using the "New File" wizard (File->New->File). When the text editor opens, the UI seems to be frozen. The main menu still works (using both mouse and keyboard), you can do anything, but the window area does not respond to user interaction anymore.You have to close Eclipse and start again. Creating a new Java class works fine (no freezing). Opening existing text files also works fine.
2003-02-26 15:00:48
1,046,290,000
resolved fixed
1ea69f6
1,047,490,000
bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/Control.java
SWT
3,781
34,835
Bug 34835 Widget "default" styles should be reflected in style bits
RC2 There are various cases, easily shown in the ControlExample, of widgets taking on a "default" style even though an explicit style bit is not provided. For example, a Label of type SWT.SEPARATOR defaults to be vertical unless SWT.HORIZONTAL is explicitly specified. This is fine, but consequently invoking Label.getStyle() answers a style that does not contain the SWT.VERTICAL bit since it was not explicitly specified at creation time. The checkStyle() methods on a few widgets need to be extended to ensure that "default" styles get added in to specified styles whenever "default" styles are to be used.
2003-03-12 12:19:47
1,047,490,000
verified fixed
9d74723
1,047,490,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Label.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Label.java bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Label.java bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/Label.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Label.java
SWT
3,782
34,512
Bug 34512 ComputeSize of table and tree too small
2.1 RC2 In the ControlExample, go to the Table tab and select Preferred for size. Note that you need to scroll vertically a little bit to see the last item.
2003-03-10 17:13:38
1,047,330,000
resolved fixed
c1c2ef7
1,047,430,000
bundles/org.eclipse.swt/Eclipse SWT/carbon2/org/eclipse/swt/widgets/Table.java bundles/org.eclipse.swt/Eclipse SWT/carbon2/org/eclipse/swt/widgets/Tree.java
SWT
3,783
34,614
Bug 34614 Mouse pointer does not change in table header
RC2 - open the task list - move the mouse pointer in the table header at the gap between two columns -> the mouse pointer does not give any feedback that the columns can be resized, this only happens when pressing the mouse button. Other Mac apps give that feedback, e.g., iTunes.
2003-03-11 10:33:23
1,047,400,000
resolved fixed
2d991f4
1,047,410,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Display.java
SWT
3,784
34,188
Bug 34188 Progress bar in dialogs doesn't show task information
I2003-03-07 The status bar in dialogs (e.g. launch configuration, feature install) doesn't show the task information but only progress.
2003-03-08 04:51:46
1,047,120,000
resolved fixed
2fb2c5c
1,047,340,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Label.java
SWT
3,785
34,181
Bug 34181 Ctrl-Click doesn't select underlying item before bringing up context menu
I2003-03-07 Using Ctrl-Click to bring up the context menu of an item within a tree view doesn't select the underlying item. Instead the context menu works on the current selection. (Didn't try whether this is also true for right-clicking)
2003-03-08 04:16:09
1,047,110,000
resolved fixed
288cf4f
1,047,330,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Control.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Display.java
SWT
3,786
31,685
Bug 31685 Entire Eclipse Platform loses focus and goes into the background...
I have Windows 2000, JDK 1.4.0_01, Eclipse 2.1 M5 build. The steps detailed below cause Eclipse to go to the background and relinquish foreground visibility to any application that it was on top of. 0. Open Eclipse on top of someother application. ---------------------------------------------------- 1. Open a Java file in the Java Perspective. 2. Go to a valid functional block (such as inside a method) and type "String." 3. Wait for Code Assit to come up (or invoke it yourself). 4. Use your mouse to select(single-click) any method (such as valueOf(char c)) [If you look close you will see the Eclipse Platform gives focus to Code Assist, which is fine but is probably the source of the problem] 5. Wait for the Hoover Help to show the Javadoc of the method to the right of Code Assit. 6. Use your mouse to click on the Hoover Help Javadoc. You should now see the other application (from step 0) in the foreground and eclipse in the background. This is probably a problem with any other perspective as well, and is a problem for any Code Assist(not just String). I'm not sure if Eclipse is attempting to launch my web browser to show the Javadoc (but it doesn't). Scott
2003-02-12 12:33:31
1,045,070,000
resolved fixed
aac8d09
1,047,250,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Shell.java
SWT
3,787
33,822
Bug 33822 Strange scrolling of native table
N2003-03-05 - If you add a new entry to the task view, the native table is scrolled completely to the right, showing an area where there is no column. - If you open the label decorator preferences, the table is scrolled to the right, not revealing the checkboxes to toggle decorators. You have to scroll to the left to make them appear.
2003-03-05 03:40:59
1,046,850,000
resolved fixed
f60b89c
1,047,000,000
bundles/org.eclipse.swt/Eclipse SWT/carbon2/org/eclipse/swt/widgets/Table.java bundles/org.eclipse.swt/Eclipse SWT/carbon2/org/eclipse/swt/widgets/TableColumn.java bundles/org.eclipse.swt/Eclipse SWT/carbon2/org/eclipse/swt/widgets/TableItem.java bundles/org.eclipse.swt/Eclipse SWT/carbon2/org/eclipse/swt/widgets/Tree.java bundles/org.eclipse.swt/Eclipse SWT/carbon2/org/eclipse/swt/widgets/TreeItem.java
SWT
3,788
31,834
Bug 31834 Label and Combo don't align well
null
2003-02-13 16:56:26
1,045,170,000
resolved fixed
2b7beb1
1,046,990,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Combo.java
SWT
3,789
32,286
Bug 32286 ControlExample Button Tab - changing styles resets button orientation
Problem Description: When using the Button controls from the SWT Controls example, if SWT.ARROW buttons are used and SWT.BORDER property is selected or deselected, the arrow alignment property of all the arrow buttons is reset to UP. Steps to Reproduce: 1. Ensure that Eclipse is not running. Install the M5 example plug-ins. 2. Start Eclipse. 3. Accept new configuration defaults. 4. Go to Window->Show View->Other and select SWT Controls under SWT Examples. A new SWT Controls view appears. 5. Expand the new view if neccesary, and click on the button tab. 6. On the right of the pane, select "SWT.ARROW" in the styles group. The buttons will change to arrow buttons, pointng up. 7. Select an alignment other than "up" from the alignment group. The arrow buttons will change their orientation. 8. Select or deselect SWT.BORDER in the styles group. The arrows will change their orientation back to "up". 9. Select a new orientation for the arrows. Then (de)select SWT.BORDER again. Note that the arrows will again change their orientation to "up". Found in: OS: HP-UX 11.11. Eclipse: V2.1 Build Id: 200302061700 (M5), with M5 example plugins.
2003-02-19 15:27:26
1,045,690,000
closed fixed
2c9d884
1,046,990,000
examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/controlexample/ButtonTab.java
SWT
3,790
32,482
Bug 32482 Support for Help button MacOS X
I20030221 Even better than F1 would be support for the Help-Key.
2003-02-21 09:29:47
1,045,840,000
resolved wontfix
68f0b2e
1,046,990,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Control.java
SWT
3,791
25,604
Bug 25604 Quick release upon start of drag hangs eclipse with pointer grab
Reproducing this may take a few attempts, but for some reason I have to kill eclipse several times a day because of this one. 0) make sure several tree lists are visible 1) select something in a tree list 2) start and drag in another tree list and immediately release the mouse button 3) eclipse hangs on the pointer grab. Thankfully it isn't a keyboard grab as well, so I am still able to switch to a virtual terminal to kill the sucker. NOTE: to diagnose this one you will probably want to start eclipse from a debugger running on the console rather than inside X, because of the pointer grab! Starting it in a separate X session from the debugger will do the trick as well.
2002-10-31 16:22:31
1,036,100,000
resolved fixed
5ec3b9d
1,046,990,000
bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/gtk/org/eclipse/swt/dnd/DragSource.java
SWT
3,792
29,387
Bug 29387 no lines in Table on GTK
20030107 there are no lines displayed in Table on GTK
2003-01-13 10:09:31
1,042,470,000
resolved fixed
8d95651
1,046,890,000
bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/OS.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Table.java
SWT
3,793
22,416
Bug 22416 NT4: Need context menu on window scroll bar to keep its consistency on Win2k
NT4 SP6a STEPS TO REPRODUCE: 1. Start Eclipse 2. From Main menu, click Window > Preferences menu 3. Expand nodes until a scrollbar shows up (i.e. expand Java and Plug-In Development) 4. Right click on the scroll bar Result: No context menu shows up for the scroll bar. Expected result: The context menu should show up, so user can browse the window by its context submenu, e.g. Scroll Up or Scroll Down.
2002-08-14 08:26:29
1,029,330,000
resolved fixed
4d0b24a
1,046,830,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Control.java
SWT
3,794
33,777
Bug 33777 "Tab" key invokes TraverseListener on the Shell
2.1 RC1 motif build. org.eclipse.help.ui.internal.ContextHelpDialog registers TraverseListener with Shell. The listener is called when "Tab" key or "Shift-Tab" key combination is pressed. It shoud not be invoked for these keys.
2003-03-04 12:43:19
1,046,800,000
resolved wontfix
912f723
1,046,830,000
bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Control.java
SWT
3,795
33,813
Bug 33813 List doesn't send out selection events for arrow keys
I20030304 - Open Window > Preferences > Workbench > Fonts - Select first item in List with mouse - use Arrow Down to select other entries Observe: the description field isn't updated. If you use the mouse to select the field, the description field is updated.
2003-03-04 17:16:05
1,046,820,000
resolved fixed
7533884
1,046,820,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/List.java bundles/org.eclipse.swt/Eclipse SWT/carbon2/org/eclipse/swt/widgets/Table.java
SWT
3,796
33,776
Bug 33776 Resistering TraverseListenter with Shell changes tabbing behavior.
2.1 RC1 motif build. org.eclipse.help.ui.internal.ContextHelpDialog registers TraverseLisenter with Shell. It changes behavior of "Tab" key. Without registerning, the key can be used to move focus around widgets on the control, when TraverseListener is registered, using "Tab" moves focus until it reaches the shell and does not move to the next widget.
2003-03-04 12:39:35
1,046,800,000
resolved fixed
251b730
1,046,810,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Composite.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Composite.java bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Composite.java bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/Composite.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Composite.java
SWT
3,797
33,046
Bug 33046 DBCS: Can type into read-only Text
RC1 - Window -> Preferences - Workbench - Fonts page - click in bottom "Description" Text area - type typical english text: nothing is shown, good - type a 2- or 4-byte chinese character: it's shown, bad I can't get a stand-alone example to do this, so perhaps this specific Text has some obscure set of style bits that is allowing this to happen.
2003-02-25 12:35:55
1,046,190,000
resolved fixed
10b55e9
1,046,800,000
bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Control.java
SWT
3,798
33,580
Bug 33580 Scrollable.WM_MOUSEWHEEL uses wrong variable for horizontal scroll
In the source code for org.eclipse.swt.widgets.Scrollable.WM_MOUSEWHEEL the statement that determines whether the horizontal SWT.PAGE_UP or SWT.PAGE_DOWN event is called uses the vertical vPosition rather than the horizontal hPosition. if (verticalBar != null) { int position = verticalBar.getSelection (); if (position != vPosition) { Event event = new Event (); event.detail = position < vPosition ? SWT.PAGE_UP : SWT.PAGE_DOWN; verticalBar.sendEvent (SWT.Selection, event); } } if (horizontalBar != null) { int position = horizontalBar.getSelection (); if (position != hPosition) { Event event = new Event (); event.detail = position < vPosition ? SWT.PAGE_UP : SWT.PAGE_DOWN; horizontalBar.sendEvent (SWT.Selection, event); } }
2003-02-28 15:27:47
1,046,460,000
resolved fixed
b9ef36c
1,046,750,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Scrollable.java
SWT
3,799
33,590
Bug 33590 RC1: "Application Modal" shell style behaves incorrectly
Observed while testing the SWT Controls view within Examples. After creating a shell with Application Modal style, it is still possible to change focus to a parent shell without closing the new child.
2003-02-28 17:14:35
1,046,470,000
resolved fixed
ea1e0c1
1,046,750,000
bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Shell.java
SWT
3,800
23,419
Bug 23419 [OLE] Do not get scrollbars in Excel
You do not get the scrollbars in an embedded Excel editor. You do for Word. STEPS 1) Copy headingtext.xls from the attachment to this PR 2) Open it in an OLEEditor 3) Resize to get it to show up properly and select Sheet2 4) There will be no scrollbars even though there is data you need to scroll to
2002-09-11 11:00:28
1,031,760,000
resolved fixed
33998f7
1,046,720,000
bundles/org.eclipse.swt/Eclipse SWT OLE Win32/win32/org/eclipse/swt/ole/win32/OleClientSite.java
SWT
3,801
32,855
Bug 32855 [Coolbar] Unnecessary flash when remove/add last item
RC1 Run the attached test case. Press the Delete/Add button, which removes the last coolitem, then adds a new coolitem at the end. Notice that the 3 coolitems before the deleted/added item are erased and redrawn. This causes unnecessary flash and is quite apparent in Eclipse. Note that the test case includes a delay to illustrate the point. If you take out the delay you will see flash.
2003-02-24 18:24:15
1,046,130,000
resolved fixed
0b01cef
1,046,470,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/CoolBar.java
SWT
3,802
28,514
Bug 28514 Character positions differ between selected and unselected text
I20021216 - range select text in Java editor Observe: characters jump when being redraw The problem is rounding errors introduced when converting CG coordinates into SWT's integer coordinates while performing an incremental line update.
2002-12-17 10:07:14
1,040,140,000
resolved fixed
c3ff7e3
1,046,470,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/graphics/GC.java
SWT
3,803
32,122
Bug 32122 Cannot insert lines into new file code template (regression failure)
I can edit the templates for new Java files (Java -> Code Generation -> Code and Comments -> Code -> New Java Files) but I cannot insert a new blank line. Whilst I am editing, the [OK] button is still highlighted with the result that when I press return, the [OK] button is pressed and no new line appears. I believe that this functionality has been broken in M4->M5, since in M4 the default [OK] button did not respond to return characters.
2003-02-18 10:39:58
1,045,580,000
verified fixed
88b4b83
1,046,450,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Composite.java
SWT
3,804
32,856
Bug 32856 [Cell Editors] Can not see what value I am typing in the Properties
The "Value" field in property sheets does not scroll properly when entering a value longer than the column size. It does scroll but it's behind, e.g. if I type "org.eclipse.longtestcase.abcd", after I type "d" it may only scroll up to "a" - so I don't see what I am typing. This happens on WinXP, but on GTK it scrolls correctly.
2003-02-24 18:30:55
1,046,130,000
resolved fixed
5ee70b3
1,046,450,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/TableTree.java
SWT
3,805
33,057
Bug 33057 RC1 No caret in editor
I've just started using RC1, and the text editors (such as the Java editor) no longer show a caret indicating the insertion point (on Solaris; things seem fine in Win2K). I do have the caret in dialog boxes, such as the Find dialog. Is there some preference I have set worong?
2003-02-25 13:18:53
1,046,200,000
resolved fixed
87e7066
1,046,380,000
bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Caret.java
SWT
3,806
33,022
Bug 33022 NPE in FontDialog
- invoke a FontDialog through Eclipse - in the first Combo add a "k" to "Western" - get the attached NPE
2003-02-25 12:03:37
1,046,190,000
resolved fixed
2ad35a7
1,046,290,000
bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/FontDialog.java
SWT
3,807
31,187
Bug 31187 Selection by mouse drag is out of kilter
Running on MacOSX 10.2.3 Using eclipse-SDK-I20030129-macosx-carbon.zip Create a new plugin, say one of the defaults. Then attempt to edit the file plugin.xml by selection lines with the mouse. Have fun as the selection area goes out of alignment with the mouse position.
2003-02-06 19:02:52
1,044,580,000
resolved fixed
79d12ae
1,046,290,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Display.java
SWT
3,808
33,119
Bug 33119 nullpointer dispose table column
When I dispose a table column I get a nullpointer at line 518 in table.java. My table model is only text (no column images). Since I am not using images in my table, public Image getColumnImage(Object obj, int index), returns null which causes the nullpointer. If I return a "bogus" image, the problem is resolved. This did not happen in 2.0.x and is new in 2.1.x (M5 is the first 2.1 version I have used).
2003-02-25 15:47:38
1,046,210,000
resolved fixed
011cd4e
1,046,210,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java
SWT
3,809
31,946
Bug 31946 Moving CoolBarItems leaves temporary cheese
I20030214 - start Eclipse - move CoolBarItems Observe: while dragging CoolbarItems leave temporary cheese which is cleared when releasing the mouse
2003-02-15 13:13:49
1,045,330,000
resolved fixed
b9ecbb7
1,045,780,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Display.java
SWT
3,810
29,887
Bug 29887 [GTK] Classes 'browser' not initialized in 'Add Type' and 'Add Task' dialogs
Build 20030115+ Linux-GTK The classes 'browser' (tree viewer of the folders and list viewer of the classes) of the 'Add Type' and 'Add Task' dialogs are empty when the dialog are displayed. I have to select a jar file in the drop down list to display something in the 'browser', even if the jar file I want to use is the one which is already selected (or maybe it is not selected). The 'browser' should be initialized with the content of the jar file selected by default.
2003-01-21 10:17:51
1,043,160,000
verified fixed
3ec53a3
1,045,780,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Combo.java
SWT
3,811
29,837
Bug 29837 [Contributions] Combo control does not show on GTK toolbar, works fine on Win and Motif
I created a combo control on the toolbar by extending ControlContribution and creating the control content with a Label and Combo. Via my editor MultiPageEditorActionBarContributor, I add this control to the platform toolbar. This works great on Windows, and works pretty well on motif (except that the combo is not properly vertically centered on motif. But on Linux GTK, all I get is a blank space big enough to hold the label+combo, but no display. The same problem shows on GTK for 2.0.2 and 2.1M4. I am running RedHat 8.0, with basic new installation of the OS config. Also JDK 1.4.1. Here is a copy of the offending code: import org.eclipse.jface.action.ControlContribution; import org.eclipse.swt.SWT; import org.eclipse.swt.layout.GridData; import org.eclipse.swt.layout.GridLayout; import org.eclipse.swt.widgets.Combo; import org.eclipse.swt.widgets.Composite; import org.eclipse.swt.widgets.Control; import org.eclipse.swt.widgets.Label; import org.eclipse.swt.widgets.ToolBar; import org.eclipse.ui.IEditorPart; public class ZoomComboAction extends ControlContribution { public static final String FIT_TO_SCREEN = "Fit"; private String[] zoomValues= new String[] { FIT_TO_SCREEN, "30", "50", "80", "100", "120" }; private Label label; private Combo zoomCombo = null; public ZoomComboAction() { super("ZoomComboAction"); } public void setEnabled( boolean enabled ) { if( label != null ) { label.setEnabled(enabled); zoomCombo.setEnabled(enabled); } } protected Control createControl( Composite parent ) { Composite wrapper = new Composite(parent, SWT.NONE); GridLayout layout = new GridLayout(); layout.numColumns = 2; layout.marginHeight = 1; wrapper.setLayout(layout); label = new Label(wrapper, SWT.NONE); label.setText("Zoom"); zoomCombo = new Combo(wrapper, SWT.DROP_DOWN | SWT.BORDER); GridData gd = new GridData(GridData.FILL_HORIZONTAL); zoomCombo.setLayoutData(gd); zoomCombo.setTextLimit(3); zoomCombo.setItems(zoomValues); return wrapper; } }
2003-01-20 15:39:24
1,043,100,000
resolved fixed
06f4740
1,045,770,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/ToolItem.java
SWT
3,812
29,198
Bug 29198 Difficult to change character case of cached input values
I used the incorrect case for a character in a cvs repository path that I was defining. It is subsiquently impossible to enter the correct path because Eclipse insists on inserting the incorrect value into the field and does not allow me to type over the incorrect character (when I replace the character it is immediatly reverted back to the incorrect character and the cursor is thrown to the end of the field). In the end I managed to get it to work by manually editing the file org.eclipse.team.cvs.core/.cvsProviderState, but this was inconvenient to say the least.
2003-01-09 06:06:58
1,042,110,000
resolved fixed
545b41d
1,045,680,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Combo.java
SWT
3,813
31,627
Bug 31627 DBCS: Perspective change caused core dump after adding DBCS project to the workspace
Language: Japanese Build driver: eclipse-SDK-I20030211-linux-gtk OS: RedHat8(Japanese: locale ja_JP.eucJP), gtk 2.2 JDK Ver.: IBM JDK1.3.1 + SR3 Summary: DBCS: Perspective change caused core dump after adding DBCS project to the workspace Description: Steps to recreate problem: 1. Create a project using DBCS characters ((\u3042\u3044\u3046\u3048 \u304A)) 2. Right-click the project and select Team -> Share project... 3. Select the CVS repository 4. Select the "Use project name as module name" and Finish 5. Select the project at the Synchonize view 6. Right-click on the project and select "Add Version Control" 7. Right-click on the project and select "Commit" 8. Right-click on the project and select "Delete" (Select "also delete contents under /workspace folder name") 9. Change the perspective to CVS perspective 10. Expand the repository and HEAD 11. Right-click on the DBCS project and Select "Check Out As Project" 12. Click "Resource Perspective" icon at the shortcut bar. <<Error>> After step 12, the workbench core dump. Please refer the attachment (cvs_defect.zip) <<Expected Result>> It should change the perspective successfully without core dump.
2003-02-12 00:56:38
1,045,030,000
closed fixed
98381b1
1,045,610,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Control.java
SWT
3,814
31,950
Bug 31950 StyledText - Shift+UP broken in StyledText control
In 2.1, StyledText (I assume) was changed to remember the horizontal location of the cursor as the user presses UP and DOWN arrow keys. This is great for general navigation (thanks). But this remembered location should be forgotten when selecting text with the Keyboard. StyledText is not showing platform behavior. STEPS: <Given the following scenario, including blank lines> String <<CARET>>value = "abc"; </End scenario> With the caret in the location indicated, press UP key, then SHIFT+DOWN. The expectation is that only the blank line is selected. Instead, the blank line and the beginning of the next line up until the cached location is selected.
2003-02-15 14:28:12
1,045,340,000
resolved fixed
4e8b185
1,045,610,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java
SWT
3,815
31,857
Bug 31857 No icons in Labels
I20030213 Error and Information dialogs don't show icons
2003-02-14 04:07:31
1,045,210,000
resolved fixed
9b4aa60
1,045,590,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Label.java
SWT
3,816
30,905
Bug 30905 Add Menu.setRedraw(boolean) API
On windows, when the workbench removes a number of menu item and adds a number of menu item, it causes the menu bar to flash a lot. I hack the Menu class to have a setRedraw(boolean) method, and by doing so, it eliminated the flash we were seeing. Is it possible to have this API? It is important to overall feel of the workbench. Can this be fixed for 2.1?
2003-02-04 15:28:41
1,044,390,000
resolved fixed
b0f874d
1,045,590,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Decorations.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Display.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Menu.java
SWT
3,817
30,924
Bug 30924 StyledText - StyleRange hashCode throws NullPointerException
The implementation of StyleRange's hashCode method assumes the object has a foreground and background color. This is a bad assumption. When trying to put StyleRanges without a foreground or background color into a java.util.Set, a NullPointerException is thrown.
2003-02-04 18:37:03
1,044,400,000
resolved fixed
62774f6
1,045,590,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyleRange.java tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_custom_StyleRange.java
SWT
3,818
16,808
Bug 16808 Icon in Windows taskbar incorrect
20020521 XP 1. Run eclipse from within eclipse. 2. Note the window icon in the runtime workbench is correct but occasionally its icon in the windows taskbar is incorrect (its just the default windows icon) 3. Changing perspectives in the runtime workbench changes the icon to be correct (changing perspectives updates the window title but not the icon as far as I know). I don't know why this happens sometimes and not others but it seems to happen at least 20% of the time I launch.
2002-05-22 10:27:23
1,022,080,000
resolved wontfix
da27e97
1,045,580,000
bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/OS.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Shell.java
SWT
3,819
31,823
Bug 31823 Clicking on partially obscured tab should scroll it into view
build I20030211 You commonly get the last visible editor tab partially obscured by the scroll arrows, making the close box inaccessible. You have to use the context menu to close the editor. Either the tabs should never get obscured (the preferred solution, but there was already a PR for this which was marked WONTFIX), or a single click on the tab should scroll to reveal it fully.
2003-02-13 15:41:07
1,045,170,000
resolved fixed
1f9b41d
1,045,520,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabFolder.java
SWT
3,820
22,767
Bug 22767 toolbar looks very ugly with Win XP's lnf (using manifest file)
null
2002-08-23 09:41:29
1,030,110,000
resolved fixed
2e33865
1,045,510,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ToolBar.java
SWT
3,821
31,568
Bug 31568 TableLayoutComposite and Table.showItem don't mix
20030206 in this test case, the item is not revealed import org.eclipse.swt.*; import org.eclipse.swt.layout.*; import org.eclipse.swt.widgets.*; import org.eclipse.jface.viewers.ColumnWeightData; import org.eclipse.jdt.internal.ui.util.TableLayoutComposite; public class A { private static final int ROW_COUNT= 8; public static void main(String[] args) { Display display= new Display(); Shell shell= new Shell(display); shell.setLayout(new GridLayout()); TableLayoutComposite layouter= new TableLayoutComposite(shell, SWT.NONE); layouter.addColumnData(new ColumnWeightData(60, true)); layouter.addColumnData(new ColumnWeightData(40, true)); Table table= new Table(layouter, SWT.MULTI | SWT.BORDER | SWT.FULL_SELECTION | SWT.CHECK); GridData gd= new GridData(GridData.FILL_HORIZONTAL | GridData.VERTICAL_ALIGN_BEGINNING); gd.heightHint= table.getHeaderHeight() + (table.getGridLineWidth () + table.getItemHeight()) * ROW_COUNT; layouter.setLayoutData(gd); TableColumn column0= new TableColumn(table, SWT.NONE); column0.setText("first column"); TableColumn column1= new TableColumn(table, SWT.NONE); column1.setText("second column"); table.setHeaderVisible(true); table.setLinesVisible(true); TableItem[] items= new TableItem[19]; for (int i= 0; i < items.length; i++) { TableItem item= new TableItem(table, SWT.NONE); item.setText(new String[]{"Item " + i, "" + i}); items[i]= item; } table.showItem(items[18]); shell.setSize(300, 200); shell.open(); while (!shell.isDisposed()) { if (!display.readAndDispatch()) display.sleep(); } display.dispose(); } }
2003-02-11 12:39:48
1,044,990,000
resolved fixed
9071138
1,045,510,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java
SWT
3,822
21,469
Bug 21469 Accessibility - Tabbing causes a button to become the default
I am currently running the F4 build of Eclipse 2.0. I have an editor with some push buttons on them. As I tab through my controls in my editor, I get to a push button which is not specified as being the default button. When tabbing into it, it gets the default. when tabbing out of it, it loses the default. This is working fine, but the next time I tab in, it gets the default, but when I tab out, the default remains. If I tab to another button and press enter, I get the action for the default button, which is wrong because it is not the one with the focus. Here is a proposed code fix. This fixes my problem. I am not sure if it breaks other things???: org.eclipse.swt.widgets.Decorations void setDefaultButton (Button button, boolean save) { if (button == null) { added==> if (defaultButton != null && !defaultButton.isDisposed()) added==> defaultButton.setDefault(false); if (defaultButton == saveDefault) return; } else { if (button.isDisposed()) error(SWT.ERROR_INVALID_ARGUMENT); if ((button.style & SWT.PUSH) == 0) return; if (button == defaultButton) return; } . . . I added two lines above.
2002-07-10 16:30:03
1,026,330,000
resolved fixed
2bae562
1,045,500,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Decorations.java bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Decorations.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Decorations.java
SWT
3,823
30,570
Bug 30570 DBCS - GB18030: Input GB18030 characters as run arguments cause eclipse for motif crash.
Bug: Input GB18030 character as run arguments cause eclipse for motif crash. Language: Simplified Chinese Testcase: RD2 Build driver: 200212181304 Stable Build (M4) for Motif OS: RedHat 8.0 JRE Version: J2RE 1.3.1 IBM build cxia32131-20021102 (JIT enabled: jitc) J2RE 1.4.0 IBM build cxia32140-20020917a (JIT enabled:jitc)) Summary: When I begin to run a java class, and input GB18030 characters as project arguments, eclipse crashed. Steps to recreate problem: 1.creat a new project and build it correctly. 2.Click menu Run->Run..., then the "Run window" show up. 3.select "Arguments" tab, input some GB18030 characters as the Program arguments. 4.Click run button to run class. <<Error>> In step 3, I can wake up IME, but after I input a GB18030 character, the eclipse crashed.(As is shown in RunCrash.jpg) <<Expected Result>> Could run project correctly. Comments I can use GB2312 as program arguments correctly. In Eclipse with GTK build, this function is ok.
2003-01-29 23:14:38
1,043,900,000
verified fixed
bc2188d
1,045,240,000
bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Text.java
SWT
3,824
23,370
Bug 23370 CLabel needs to allow transparent background for Mac OS X
Buttons in views are drawing with a white box background. The main toolbar buttons seem to be drawing correctly. See attached screenshot.
2002-09-10 11:04:38
1,031,670,000
resolved fixed
c287288
1,045,170,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CLabel.java
SWT
3,825
17,057
Bug 17057 Outliner: focus causes select causes horizontal scroll
Build: F1 Create a java project Create a java package named a.really.longish.name.that.exhibits.the.bug Create a java class named Foo in a.really.longish.name.that.exhibits.the.bug Notice that the outliner selects the package name, and scrolls it. Now I can't see the icons that help me determine the type of the element. This appears to only happen the first time I open an editor. I would expect the icons to be displayed as well as the name when the auto selection occurs.
2002-05-22 16:28:04
1,022,100,000
resolved fixed
acd650a
1,045,090,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tree.java
SWT
3,826
31,566
Bug 31566 FontData "equals()" and "hashcode()" methods do not consider height of the the fontdata
Checking the height of logfont is not enough. The height attribute should also be considered when equating two fontdatas and in hashcode.
2003-02-11 12:20:14
1,044,980,000
resolved fixed
8b1dd42
1,045,080,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/FontData.java
SWT
3,827
29,607
Bug 29607 [Cell Editors] usability: ComboBoxCellEditor unusable on GTK
20030114 i cannot select anything from any comboboxcelleditor on gtk - it either does not expand at all or expands and hides the list right away this affects the task list as well as java editor hovers pref page
2003-01-16 05:49:12
1,042,710,000
resolved fixed
958434e
1,044,990,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CCombo.java
SWT
3,828
25,446
Bug 25446 Tree Shift-Click not working when item collapse changes selection
Build 2.1-M2 I noticed in various occasions that shift-clicking would not work (would just perform a selection of one item) mostly in the navigator/package view tree views. Redoing the selection is usually working fine, but it is painfull when this behavior cannot be trusted.
2002-10-28 06:15:14
1,035,800,000
resolved fixed
7a60d99
1,044,910,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/TreeItem.java
SWT
3,829
31,267
Bug 31267 label and text box get the wrong order
20030207 win2000 1. Select a static method and choose 'Move Method' 2. In the wizard thatb opens, enter a letter: An error is shown 3. Use the mouse to drag the lower right corner to the top right, so the dialog has the smallest size possible. 4. Whit the mouse button still pressed, make the size large again. The label and the text field have swapped the location
2003-02-07 08:12:03
1,044,620,000
resolved fixed
5732534
1,044,650,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Text.java
SWT
3,830
24,372
Bug 24372 StyledText - StringIndexOutOfBoundsException in ControlExample
build 20021001 To reproduce: -Go to the text tab of the ControlExample -Enable SWT.WRAP style -In the StyledText widget select the word One (I double click) -Select bold for the word -Set the size to 100x100 ->StringIndexOutOfBoundsException in DefaultContent.getTextRange Stack trace: Stack trace: java/lang/Throwable.<init>()V java/lang/String.<init>([CII)V org/eclipse/swt/custom/DefaultContent.getTextRange(II)Ljava/lang/String; org/eclipse/swt/custom/WrappedContent.getLine(I)Ljava/lang/String; org/eclipse/swt/custom/StyledText.wordWrapResize(I)V org/eclipse/swt/custom/StyledText.handleResize (Lorg/eclipse/swt/widgets/Event;)V org/eclipse/swt/custom/StyledText$15.handleEvent (Lorg/eclipse/swt/widgets/Event;)V org/eclipse/swt/widgets/EventTable.sendEvent(Lorg/eclipse/swt/widgets/Event;) V org/eclipse/swt/widgets/Widget.sendEvent(ILorg/eclipse/swt/widgets/Event;)V org/eclipse/swt/widgets/Widget.sendEvent(I)V org/eclipse/swt/widgets/Control.WM_SIZE(II) Lorg/eclipse/swt/internal/win32/LRESULT; org/eclipse/swt/widgets/Scrollable.WM_SIZE(II) Lorg/eclipse/swt/internal/win32/LRESULT; org/eclipse/swt/widgets/Composite.WM_SIZE(II) Lorg/eclipse/swt/internal/win32/LRESULT; org/eclipse/swt/widgets/Control.windowProc(III)I org/eclipse/swt/widgets/Display.windowProc(IIII)I org/eclipse/swt/internal/win32/OS.DefWindowProcW(IIII)I org/eclipse/swt/internal/win32/OS.DefWindowProc(IIII)I org/eclipse/swt/widgets/Scrollable.callWindowProc(III)I org/eclipse/swt/widgets/Control.windowProc(III)I org/eclipse/swt/widgets/Display.windowProc(IIII)I org/eclipse/swt/internal/win32/OS.SetWindowPos(IIIIIII)Z org/eclipse/swt/widgets/Control.setBounds(IIIII)V org/eclipse/swt/widgets/Control.setBounds(IIII)V org/eclipse/swt/layout/GridLayout.layout (Lorg/eclipse/swt/widgets/Composite;Z)V org/eclipse/swt/widgets/Composite.WM_SIZE(II) Lorg/eclipse/swt/internal/win32/LRESULT; org/eclipse/swt/widgets/Group.WM_SIZE(II) Lorg/eclipse/swt/internal/win32/LRESULT; org/eclipse/swt/widgets/Control.windowProc(III)I org/eclipse/swt/widgets/Display.windowProc(IIII)I org/eclipse/swt/internal/win32/OS.CallWindowProcW(IIIII)I org/eclipse/swt/internal/win32/OS.CallWindowProc(IIIII)I org/eclipse/swt/widgets/Group.callWindowProc(III)I org/eclipse/swt/widgets/Control.windowProc(III)I org/eclipse/swt/widgets/Display.windowProc(IIII)I org/eclipse/swt/internal/win32/OS.EndDeferWindowPos(I)Z org/eclipse/swt/widgets/Composite.resizeChildren(Z [Lorg/eclipse/swt/internal/win32/WINDOWPOS;)Z org/eclipse/swt/widgets/Composite.resizeChildren()V org/eclipse/swt/widgets/Composite.setResizeChildren(Z)V org/eclipse/swt/widgets/Composite.layout(Z)V org/eclipse/swt/widgets/Composite.layout()V org/eclipse/swt/examples/controlexample/Tab.setExampleWidgetSize()V
2002-10-03 20:17:36
1,033,690,000
resolved fixed
4212fba
1,044,570,000
bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/OS.java
SWT
3,831
25,383
Bug 25383 Variant needs a dispose method
IUnknown and IDispatch interfaces being leaked.
2002-10-25 10:31:09
1,035,560,000
resolved fixed
9dd23b4
1,044,400,000
bundles/org.eclipse.swt/Eclipse SWT OLE Win32/win32/org/eclipse/swt/ole/win32/Variant.java
SWT
3,832
30,537
Bug 30537 setSelection(allItems) not working on GTK
Eclipse 20030129 GTK 2.0.2 Open two or more editors, then open the editor dropdown (ctrl-shift-w). Now right click on the dropdown and select 'select all'. Note only the first file is selected. Verified using stable M4 build that this functionality worked, and the code calling setSelection(allItems) (org.eclipse.ui.workbench editorList#SelectionAction#run) has not changed. Only an issue on GTK. Have not verified on GTK 2.0.6, need to update my linux machine.
2003-01-29 15:21:57
1,043,870,000
resolved fixed
d1f793a
1,043,880,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/List.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Table.java
SWT
3,833
29,546
Bug 29546 Project rebuild cannot write over .class files
I have a classes directory full of files that come pre-shipped to me. My own class files live in the same tree as additional files. To make this work, I have to deselect the Project's "Allow to clean output folders" setting. However now the project does not clean output files, a rebuild cannot be performed. Steps to reproduce: - we'll basically create a new project with one class. 1) Make a "test" directory, with subdir "classes/otherpackage". Put a dummy "fred.class" file in the otherpackage directory (it can just be a text file in reality, doesn't matter) 2) In Eclipse, create a new project with project contents being the "test" directory from step 1. Browse to the "classes" directory as the default output dir. You immediately get an error on the project about "Problems encountered while deleting resources". Seems bogus to me (is this a bug in itself?), but there is a workaround. 3) Go to project properties->Java Compiler. Click Use Project Settings, go to the Other tab, and deselect "Allow to clean output folders..." (which isn't very good English! "Allow cleaning output folders" perhaps? ) Anyway... Click Apply, and Yes to rebuild, then OK from the project properties. All is well!! 4) Create a new class, Main.java, give it a main method. Builds great! 5) From the menu bar, click Project->Rebuild. You get an error "Class file not written". In order to workaround this, one must manually delete the .class file, Refresh the project, then rebuild. But that's a lot of trouble to go to. Be great if it would clean only the .class files relevant to the project's source but leave the rest of the classes directory alone. Or, at least compile if the class file already exists - basically fixing the "Allow to clean output folders..." checkbox is broken. Thanks!
2003-01-15 12:03:49
1,042,650,000
verified fixed
bb063d4
1,043,870,000
bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/motif/org/eclipse/swt/dnd/DropTarget.java
SWT
3,834
30,212
Bug 30212 Read only text widget : can't copy selection
I20030121 Try Apple-C on read only text widget in Eclipse (e.g. the properties views from the popup on a node on the debugger). Does not work. Discussed with SN. In Text, we are running away and never handle the key event, in this case.
2003-01-24 17:19:55
1,043,450,000
resolved fixed
4b22a58
1,043,800,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Text.java
SWT
3,835
20,755
Bug 20755 TVT2: truncated text in dropdown for Dependencies tab in manifest editor
Description: Open a plugin.xml file in the editor, and click on the Dependencies tab. The string Loops in dependency graph appears by default in the Find field. In french, the first letter B (of Boucle) does not show. I have to select another option in the list and go back to the loop string to see it. Steps to recreate problem: 1-In the Navigator view, expand a project, select plugin.xml and open it in the editor. 2-Select the Dependencies tab I will attach a screencap of this problem. This bug was opened in response to TPRS ID=162
2002-06-20 15:17:08
1,024,600,000
resolved fixed
cfd82e6
1,043,780,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Text.java
SWT
3,836
29,142
Bug 29142 Hyperlinking from stackdump locks up Eclipse
I am trying to use the hyperlinking feature within the console. I an exception in my console view. I move the mouse pointer over, it turns to link. I click to the link, but then Eclipse never return from this. I have kill the Eclipse.
2003-01-08 09:22:40
1,042,040,000
resolved fixed
9912d0e
1,043,700,000
bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Composite.java bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Display.java bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Widget.java
SWT
3,837
27,629
Bug 27629 THAI: Java Editor can not display \u0e33 (Thai character SARA UM)
Enablement testing: Thai language Build driver: eclipse-SDK-M3-win32.zip Severity: major OS: Windows XP Test case #: sniff test Summary : Thai: Java Editor can not display \u0e33 (Thai character SARA UM) Description: When I enter \u0e33 (Thai character SARA UM) to Java editor or Text editor in Eclipse, all characters in the same line are disappeared. The editor shows only a square character at that line. Note: This problem has not been found in Eclipse 2.02 Steps to create the problem 1) Create new text file or java file. 2) Copy the following Thai text (8 lines) to clipboard. ac1A1EAiE AaEAOaAOE3eO CeOoAA O12UENCia AN O1 12eON134N21OCOaOOA IAeOAeO14AOAaae1eOoOOaA aAeIaEaA aaeN IO IN eO EN IANAaEAI1OIOINaOENA OoNOA34AOOE1 a 34U OaEe e eO 1eONaIAI 3) Paste the text to Eclipse's Java editor. 4) The problem is that the line #7 that includes \u0e33 (Thai character SARA UM) are displayed as one square character.
2002-12-04 02:25:41
1,038,990,000
closed fixed
c6781ea
1,043,360,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/internal/BidiUtil.java
SWT
3,838
29,910
Bug 29910 Checkbox not displayed until table scrolled
The example code below shows the problem: the checkboxes do not show up unless/until the table is scrolled. The issue is that the TableEditor is being set up before the shell is opened, meaning the Table doesn't have valid bounds yet. When the table does finally show, the cell editors are _not_ being asked to resize to the new, correct bounds of the table, causing them to not show up at all. To observe the problem, just start up the code and look for checkboxes: there are none. As soon as a scroll bar is clicked (and released, this bug is one of two I'm adding), they'll show up. ___CODE___ import org.eclipse.swt.SWT; import org.eclipse.swt.custom.TableEditor; import org.eclipse.swt.widgets.Button; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; import org.eclipse.swt.widgets.Table; import org.eclipse.swt.widgets.TableColumn; import org.eclipse.swt.widgets.TableItem; public class TableEditorTest { private static int NUM_ROWS = 20; public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); Table table = new Table(shell, SWT.BORDER | SWT.MULTI); table.setBounds(10, 10, 400, 200); table.setLinesVisible(true); new TableColumn(table, SWT.NONE).setWidth(100); new TableColumn(table, SWT.NONE).setWidth(100); new TableColumn(table, SWT.NONE).setWidth(100); for (int i = 0; i < NUM_ROWS; i++) { TableItem item = new TableItem(table, SWT.NONE); item.setText(new String[] { "" + i, "", "" + i}); } TableItem[] items = table.getItems(); for (int i = 0; i < items.length; i++) { TableEditor editor = new TableEditor(table); Button check = new Button(table, SWT.CHECK); check.setBackground(table.getBackground()); editor.setEditor(check, items[i], 1); editor.grabHorizontal = true; } shell.open(); while (!shell.isDisposed()) { if (!display.readAndDispatch()) display.sleep(); } display.dispose(); } }
2003-01-21 13:48:33
1,043,170,000
resolved fixed
b3ac5d5
1,043,270,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/ControlEditor.java
SWT
3,839
24,815
Bug 24815 cannot launch eclipse: javacore dump
I-20021015 linux-motif only (w2k and linux-motif work fine) javacore file will be attached.
2002-10-16 04:20:11
1,034,760,000
resolved fixed
f607e49
1,043,250,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Tree.java
SWT
3,840
24,333
Bug 24333 DCR - Tree.getTopItem/setTopItem
null
2002-10-02 16:08:25
1,033,590,000
resolved fixed
e194e98
1,043,190,000
bundles/org.eclipse.swt/Eclipse SWT/emulated/treetable/org/eclipse/swt/widgets/Tree.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Tree.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tree.java
SWT
3,841
29,730
Bug 29730 RowLayout.computeSize provides wrong parameter to layoutVertical
In the source code for org.eclipse.swt.layout.RowLayout.computeSize in the call to layoutVertical the 4th parameter "height" is provided wHint, where it should be hHint. protected Point computeSize (Composite composite, int wHint, int hHint, boolean flushCache) { Point extent; if (type == SWT.HORIZONTAL) { extent = layoutHorizontal (composite, false, (wHint != SWT.DEFAULT) && wrap, wHint, flushCache); } else { extent = layoutVertical (composite, false, (hHint != SWT.DEFAULT) && wrap, wHint, flushCache); } if (wHint != SWT.DEFAULT) extent.x = wHint; if (hHint != SWT.DEFAULT) extent.y = hHint; return extent; } This is still present in the source of the most recent build: N20030117 Fri, 17 Jan 2003
2003-01-17 13:09:05
1,042,830,000
resolved fixed
b7ee6f7
1,042,850,000
bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/layout/RowLayout.java
SWT
3,842
29,503
Bug 29503 DBCS:Can't sort by clicking "Description" on "Task View"
Tester:Richmond Language: (Korean/Simplfied Chinese/Traditional Chinese) Build driver: M4 Severity: normal OS: RedHat8_GTK JDK Ver.: IBM JDK1.3.1 + SR3 Test case #: Summary: DBCS:Can't sort by clicking "Description" on "Task View" Description: Steps to recreate problem: 1-From menu bar, click "Windows>Show View>Tasks" to open "Tasks View" 2-Right click on "Tasks View" and select "New Task" 3-Panel "New Task" popup and input some DBCS characters in the field "Description" 4-Click "OK" 5-Repeat step 2-4 about 3-5 times 6-Click the the title "Description" on the "Tasks View" to sort the tasks <<Error>> The tasks are not sorted. It is only happened in GTK build When clicking the title "Resource", "In Folder" and "Location", the tasks are not sorted, either. <<Expected Result>> The tasks should be sorted.
2003-01-15 03:07:17
1,042,620,000
closed fixed
e5aa341
1,042,850,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TableColumn.java
SWT
3,843
29,685
Bug 29685 DBCS: Candidate Selection Window will be disappeared at DBCS composition
Driver: M4 Platform: RedHat 8.0 locale: ja_JP.eucJP IME: kinput2 - canna STEPS 1) launch SWT Text Editor 2) go into DBCS input mode by Shift + Space key 3) input "k", "o", "u",then hit space key twice 4) Candidate Selection Window will be shown and disappered. User cannot select right DBCS words. This is serious Motif version does not have this problem.
2003-01-17 00:28:02
1,042,780,000
closed fixed
f0838da
1,042,840,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Control.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Display.java
SWT
3,844
29,599
Bug 29599 DBCS: upper bar character will be padded
Driver M4 Platform RedHat 8.0, ja_JP.eucJP locale STEPS 1) set up SWT Examples manually, please refer 29509 2) copy Japanese property files that I will attache later 3) run hoverhelp, fileviewer and controlexample Some strings upper bar padded, some are not. This occurs on Motif only
2003-01-16 03:05:49
1,042,700,000
closed fixed
5d22575
1,042,740,000
bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/internal/Converter.java
SWT
3,845
28,062
Bug 28062 Text field in dialog doesn't get focus
build 11-27, linux-gtk, ibm jre 1.3.1 - modify files locally within a project which is shared with a CVS server - Team -> Synchronize - select the file and use the context menu to choose Commit Note that the focus is not in the text part of the dialog.
2002-12-10 17:38:54
1,039,560,000
resolved fixed
a0bba2d
1,042,660,000
bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/OS.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Combo.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Control.java
SWT
3,846
27,822
Bug 27822 Package Explorer allways centers opened file
I've got build I20021204, and one annoying feature is that when a file (File1) is opened by double-clicking it in Package Explorer, it gets centered. The problem is that it takes some time to eclipse to open the file, and if I'm trying to open more than one file in the same package, I put the mouse over the next to be opened file (File2). Since the Package Explorer center File1, File2 changes place and I have to move the mouse again... I also find annoying when switching the file being edited Package Explorer center the selected file, when the file is viewable in the list. I think that the best behaviour would be: - When opening a file, Package Explorer shouldn't do anything (besides opening the file ;) ) - When switching from file in the editor, if the file is viewable in Package Explorer, change the selection to that file, without centering it - When switching from file in the editor, if file is not viewable in Package Explorer, change the selection to that file, centering it
2002-12-06 05:20:08
1,039,170,000
resolved fixed
5df79af
1,042,650,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Tree.java
SWT
3,847
29,496
Bug 29496 Cut & paste does not work in dialog text fields
Cut and paste works in the editor, but not in any text field that appears in a dialog box. I believe this was working prior to M4, but has not worked since then. When hitting one of the shortcuts (Command-C, X, or V) the help(!) menu flashes, but no cutting or pasting occurs.
2003-01-14 20:20:02
1,042,590,000
verified fixed
6f561f5
1,042,640,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Decorations.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Display.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Shell.java
SWT
3,848
28,743
Bug 28743 trying to see test hiearchy freezes eclipse [JUnit]
20021218 after running a pde junit test i wanted to have a look at the hierarchy of tests (i have junit view as fast view) i opened the view and pressed on the tab the whole froze - either forever or for so long that i did not bother to wait and killed
2002-12-20 10:33:10
1,040,400,000
resolved fixed
23fa2b8
1,042,580,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Tree.java
SWT
3,849
29,427
Bug 29427 DBCS: Can't input DBCS characters in Search dialog
Reporter: Tiffany Language: Korean/Simplfied Chinese/Traditional Chinese Build driver: eclipse-SDK-M4-linux-motif Severity: OS: RedHat 8 JDK Ver.: IBM JDK1.3.1 + SR3 Test case #: 3.1 Searching for DBCS text Summary: DBCS: Can't input DBCS characters in Search dialog. Description: Steps to recreate problem: 1. Launch workbench with motif build 2. Create a Java project step by step 3. Create a file in the project step by step 4. Enter some DBCS text in the file 5. Click Search button on the toolbar to launch the Search dialog 6. Press the File Search tab 7. In the "Containing Text" field, input some DBCS characters <<Error>> At step 7, can't input any DBCS characters in the "Containing Text" field <<Expected Result>> DBCS characters can be inputed in the "Containing Text" field successfully.
2003-01-14 05:06:50
1,042,540,000
closed fixed
98fe435
1,042,570,000
bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Combo.java bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Text.java
SWT
3,850
28,745
Bug 28745 Esc does not cancel tracker
20021218 on gtk, pressing Esc does not seem to cancel drag and drop it does on windows
2002-12-20 10:41:04
1,040,400,000
resolved fixed
0cc8c83
1,042,570,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Tracker.java
SWT
3,851
28,967
Bug 28967 [Editor Mgmt] no close button on last editor when editors drop-down is active
null
2003-01-03 04:09:23
1,041,580,000
resolved fixed
f20889d
1,042,560,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabFolder.java
SWT
3,852
21,063
Bug 21063 Can't drop views over some widgets
Build GM5 - Linux/GTK The GTK build of Eclipse does not seem to let you drop a view over top of a scroll bar or a table header. 1) Start a fresh copy of Eclipse. 2) From the resource perspective, drag the outline view over the Tasks view. - Notice that when the mouse cursor is over the header for the table in the tasks view, the no drop cursor is shown. Dropping the Outline view at this point will not reposition the view. 3) If the navigator view does not have a horizontal scroll bar, create a project with a very long name so that the navigator does show a scroll bar. 4) Drag the outline view from on top of the tasks view to the bottom of the navigator view. - Notice that when the mouse cursor is over the horizontal scroll bar, the no drop cursor is shown. - Notice also that the space on the screen where the dock below cursor is very small. - Notice that even when the Dock below cursor is being shown that dropping the view does not always reposition the view. This is not the behaviour that I have seen when using Motif, or when on Windows.
2002-06-27 11:24:00
1,025,190,000
resolved fixed
6b926f9
1,042,480,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Display.java
SWT
3,853
29,252
Bug 29252 Accelerators are not disabled when the toolbars and menus are on GTK
When the toolbars and menus are disabled in the UI due to a UI blocking operation being run the accelerators are still active. STEPS 1) Open a java editor 2) Save it using Ctrl-S - the menu and toolbars are disabled 3) Hit Ctrl-B (the build) while the menu bars are disabled - this will get serviced even though the UI should not be accepting events.
2003-01-09 16:22:57
1,042,150,000
resolved fixed
2fae75b
1,042,240,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Menu.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/MenuItem.java
SWT
3,854
227,099
Bug 227099 Package Explorer 'Hierarchical' package presentation
Up till eclipse 3.3, if i had a project with packages that start like - com.mycompany.product.core and all other packages below it, the hierarchical view would show an entire node for com.mycompany.product.core and all other packages below it in their own nodes. In 3.4m6 however, in hierarchical view, each of com, mycomapny, product,core get their own nodes. Since actions like 'format' and 'cleanup' cannot be applied to packages that dont contain any classes, like 'com' I am unable to apply formatting to the entire project without selecting each package under 'core' individually'. Why was this change made, the previous method of collapsing the empty packages into one node was far more intuitive.
2008-04-15 05:41:06
1,208,250,000
resolved fixed
838fecf
1,042,220,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java
SWT
3,855
27,677
Bug 27677 [Key Bindings] ctrl-f7 not working
build 2002-11-27-gtk, ibm jre 1.3.1 ctrl-f7 brings up a box but it is not populated with the view name entries. keep pressing ctrl-f7 multiple times does seems to cycle between the views, though
2002-12-04 12:15:37
1,039,020,000
resolved fixed
70abad6
1,042,140,000
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/Tree.java
SWT
3,856
29,208
Bug 29208 Gtk directory dialog behaves like a file dialog
- it's too easy to get a null result when a directory has been selected but a file hasn't - there are many spurious file-related widgets that are inappropriate
2003-01-09 10:16:46
1,042,130,000
resolved fixed
c878e19
1,042,130,000
bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/GtkFileSelection.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/DirectoryDialog.java
SWT
3,857
25,843
Bug 25843 Info pops do not work for Red Hat 8.0.
While developing in Red Hat 8.0 using eclipse 2.0.1 with Version: 2.0.1 Build id: 200208291828 Whenever I open a help infopop by pressing F1, the infopop does not work. The links cannot be accessed, and the mouse does not even change cursors on hovering over them. Furthermore, I cannot return to the workbench to continue working, the infopop remains "on top" of my workbench and will not go away. The only way I can make the infopop go away is to switch Linux workspaces, either by clicking on one of the four available in the menu bar or by pressing <ctrl>+<alt>+<an arrow key> and then returning to the Linux workspace that contains my eclipse workbench. When I return using this manner the infopop is gone.
2002-11-07 13:04:31
1,036,690,000
resolved fixed
e094a20
1,042,070,000
bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Shell.java
SWT
3,858
28,812
Bug 28812 Mouse cursor changes to arrow after hovering a hyperlinked indentifier
This bug occurred only after installing M4. When using the new feature (from M3 I think) of pressing Ctrl and moving the mouse over a Java indentifier to activate it as a hyperlink, the mouse cursor changes from the usual text caret to a "hand". That is as expected. However, once you release the Ctrl-key, the mouse cursor changes to an arrow and not back to the text caret as expected. This arrow persists inside the same editor untill you close it. This bug can always be reproduced. I have seen the same bug in other situations than the one described above. But I have not figured out exactly what caused it. I know this may be a trivial bug to some people. But it simply annoys me so much that I avoid using the otherwise really cool hyperlink feature.
2002-12-22 20:21:45
1,040,610,000
resolved fixed
4b0c164
1,041,890,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java
SWT
3,859
28,833
Bug 28833 Eclipse no longer responds to 'Quit' AppleEvent
M4 (regression from M3) Eclipse no longer responds to 'Quit' AppleEvents, as a consequence you cannot shutdown Mac OS X if Eclipse is running. To try without halting MacOSX: in dock open context menu on Eclipse app and select 'Quit'
2002-12-23 10:15:53
1,040,660,000
resolved fixed
32151cf
1,041,630,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Display.java
SWT
3,860
28,719
Bug 28719 Scrolling in Welcome editor is not 'live'
M4 - open welcome editor - click on the scrollbar's 'down' button and keep mouse button pressed until scrollbar thumb reaches end of scrollbar Observe: editor's content doesn't scroll until you release the mouse button
2002-12-20 05:05:40
1,040,380,000
resolved fixed
a3e2e44
1,041,540,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/ScrollBar.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Slider.java
SWT