- This topic has 4 replies, 2 voices, and was last updated 19 years, 11 months ago by Riyad Kalla.
-
AuthorPosts
-
mjonesworldMemberI have a wizard open that pops up a child dialog, behind it. I do some OS level window manipulation to get to take focus, but I cannot enter text into the text fields.
What operating system and version are you running?
OS X 10.3.7What Eclipse version and build id are you using? (Help > About Eclipse Platform)
3.01 200409161125– Was Eclipse freshly installed for MyEclipse?
No
– If not, was it upgraded to its current version using the update manager?
Yes
– Are any other external plugins installed?
com.sysdeo.eclipse.tomcat_3.0.0
info.vancauwenberge.xml2object_1.1.0
net.sf.tm_0.7.2
org.opfermann.ganymede_0.9.1– How many plugins in the <eclipse>/plugins directory are like org.eclipse.pde.*
ZeroWhat MyEclipse version are you using? (Help > About Eclipse Platform > Features)
3.8.2 200409171200-3.8.2What JDK version are you using to run Eclipse? (java -version)
java version “1.4.2_05”
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_05-141.3)
Java HotSpot(TM) Client VM (build 1.4.2-38, mixed mode)What JDK version are you using to launch your application server?
java version “1.4.2_05”
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_05-141.3)
Java HotSpot(TM) Client VM (build 1.4.2-38, mixed mode)What steps did you take that resulted in the issue?
Followed the struts tutorial at:
http://myeclipseide.com/enterpriseworkbench/help/index.jsp?topic=/com.genuitec.myeclipse.doc/html/quickstarts/struts/index.htmlI got to Figure 17 “Add Properties to the Form”.
The Struts 1.1 Form Declaration Wizard Dialog pops up OK.
When I try to add properties, the Create Property pops up behind the Wizard. I cannot tgain focus, even if I move the Wizard Dialog out of the way with the mouse. If I suse the OS X F10 feature to organize and select windows, I can gain focus of the Create Property dialog, but I cannot enter text into the text fields.The Close button on the Create Property dialog does not work, I switch back to the The Struts 1.1 Form Declaration wizard dialog and click the Cancel button. The Wizard dialog will close, the Create Property dialog remains. Now the Close button on the Create Poperty dialog works, and I get this Stack Trace in my OS X system console.
!ENTRY org.eclipse.ui 4 4 Jan 17, 2005 23:53:56.118 !MESSAGE Unhandled event loop exception Unhandled event loop exception Reason: !ENTRY org.eclipse.ui 4 0 Jan 17, 2005 23:53:56.119 !MESSAGE Widget is disposed !STACK 0 org.eclipse.swt.SWTException: Widget is disposed at org.eclipse.swt.SWT.error(SWT.java:2691) at org.eclipse.swt.SWT.error(SWT.java:2616) at org.eclipse.swt.SWT.error(SWT.java:2587) at org.eclipse.swt.widgets.Widget.error(Widget.java:546) at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:296) at org.eclipse.swt.widgets.Control.setEnabled(Control.java:2242) at org.eclipse.jdt.internal.ui.wizards.dialogfields.DialogField.updateEnableState(DialogField.java:209) at org.eclipse.jdt.internal.ui.wizards.dialogfields.ListDialogField.updateEnableState(ListDialogField.java:510) at org.eclipse.jdt.internal.ui.wizards.dialogfields.DialogField.refresh(DialogField.java:218) at org.eclipse.jdt.internal.ui.wizards.dialogfields.ListDialogField.refresh(ListDialogField.java:739) at com.genuitec.eclipse.struts.wizards.NewFormMultipageWizardPage.addFormProperty(Unknown Source) at com.genuitec.eclipse.struts.wizards.NewFormMultipageWizardPage.typePageCustomButtonPressed(Unknown Source) at com.genuitec.eclipse.struts.wizards.NewEasyStrutsWizardPage$TypeFieldsAdapter.customButtonPressed(Unknown Source) at org.eclipse.jdt.internal.ui.wizards.dialogfields.ListDialogField.buttonPressed(ListDialogField.java:202) at org.eclipse.jdt.internal.ui.wizards.dialogfields.ListDialogField.doButtonSelected(ListDialogField.java:451) at org.eclipse.jdt.internal.ui.wizards.dialogfields.ListDialogField.access$0(ListDialogField.java:447) at org.eclipse.jdt.internal.ui.wizards.dialogfields.ListDialogField$2.widgetSelected(ListDialogField.java:414) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:89) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1196) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1220) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1205) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1053) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2871) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2541) at org.eclipse.jface.window.Window.runEventLoop(Window.java:668) at org.eclipse.jface.window.Window.open(Window.java:648) at com.genuitec.eclipse.struts.editor.outline.BasicOpenWizardAction$1.run(Unknown Source) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at com.genuitec.eclipse.struts.editor.outline.BasicOpenWizardAction.launchWizard(Unknown Source) at com.genuitec.eclipse.struts.editor.outline.BasicOpenWizardAction.runWithEvent(Unknown Source) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:915) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:866) at org.eclipse.jface.action.ActionContributionItem$7.handleEvent(ActionContributionItem.java:785) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1196) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1220) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1205) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1053) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2871) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2541) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1377) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1348) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:254) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:96) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:335) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:129) 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:183) at org.eclipse.core.launcher.Main.run(Main.java:644) at org.eclipse.core.launcher.Main.main(Main.java:628) Widget is disposed
Riyad KallaMemberI am checking with our OS X dev to see if he has this problem.
Riyad KallaMemberOk, this was fixed in 3.8.3 which there was no Mac release of, but will be in 3.8.4 which should be due out shortly (week at most).
mjonesworldMember1] Can I have an ETA on 3.8.4 for OS X ?
2] I read the threads at Eclipse about the bug, has your company contacted Apple about this?
Riyad KallaMember1] Can I have an ETA on 3.8.4 for OS X ?
Today or tommorow hopefully. Next week at the latest.
2] I read the threads at Eclipse about the bug, has your company contacted Apple about this?
I will check.
-
AuthorPosts