[JBoss JIRA] Created: (JBIDE-2504) Problems with VPE refresh when CTRL+Z(Y) hotkeys used.
by Aliaksey Nis (JIRA)
Problems with VPE refresh when CTRL+Z(Y) hotkeys used.
------------------------------------------------------
Key: JBIDE-2504
URL: http://jira.jboss.com/jira/browse/JBIDE-2504
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor
Affects Versions: 3.0.0.alpha
Environment: WindowsXP SP2
JBoss Developer Studio
Version: 3.0.0.Alpha
Build id: 200807071935-nightly
Build date: 07/07/2008 19:41
JDK 1.5_08
Reporter: Aliaksey Nis
Priority: Minor
EXECUTE: Create jsf kickstart project.
EXECUTE: Create Xhtml page with template FaceletBlank (FaceletBlank.xhtml).
EXECUTE: Create Xhtml page with template FaceletCommon (FaceletCommon.xhtml).
EXECUTE: Open FaceletBlank.xhtml.
EXECUTE: Drag n Drop FaceletCommon.xhtml to <ui:composition template="".
EXECUTE: Save file(press CTRL+S).
EXECUTE: Press Ctrl+Z, Ctrl +Y few times("/FaceletCommon.xhtml" appear/disappear), until VPE part become empty.
FAILURE: Click in random spots in VPE part - Event Handling Error thrown in error log.
After pressing "Refresh" button in VPE part all works fine.
Exception:
Event Handling Error
org.mozilla.xpcom.XPCOMException: The function "collapse" returned an error condition (0xc1f30001)
at org.mozilla.xpcom.internal.XPCOMJavaProxy.callXPCOMMethod(Native Method)
at org.mozilla.xpcom.internal.XPCOMJavaProxy.invoke(XPCOMJavaProxy.java:143)
at $Proxy16.collapse(Unknown Source)
at org.jboss.tools.vpe.editor.VpeSelectionBuilder.getInnerDragInfo(VpeSelectionBuilder.java:1246)
at org.jboss.tools.vpe.editor.VpeController.canInnerDrag(VpeController.java:2452)
at org.jboss.tools.vpe.editor.VpeController.dragGesture(VpeController.java:1342)
at org.jboss.tools.vpe.editor.mozilla.MozillaDomEventListener.handleEvent(MozillaDomEventListener.java:167)
at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:2370)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3418)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2382)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2198)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:488)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:112)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193)
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:382)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 3 months
[JBoss JIRA] Created: (JBIDE-2430) Some bugs for <rich:comboBox> component representation in VPE.
by Andrei Scherbovich (JIRA)
Some bugs for <rich:comboBox> component representation in VPE.
--------------------------------------------------------------
Key: JBIDE-2430
URL: http://jira.jboss.com/jira/browse/JBIDE-2430
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor
Affects Versions: 3.0.0.alpha
Environment: subversion revision 8913
windows xp
Reporter: Andrei Scherbovich
Assigned To: Eugene Stherbin
1) Almost all attributes don't work in VPE for comboBox (align, width, style, styleClass, buttonStyle, buttonClass, buttonIcon, inputStyle, inputClass, itemClass, itemSelectedClass, listClass, listStyle, listHeight, listWidth)
2) nested components <f:selectItem> and <f:selectItems> don't work in VPE
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 3 months
[JBoss JIRA] Created: (JBIDE-2434) Stack Overflow error In VPE - caused by templates links.
by Aliaksey Nis (JIRA)
Stack Overflow error In VPE - caused by templates links.
--------------------------------------------------------
Key: JBIDE-2434
URL: http://jira.jboss.com/jira/browse/JBIDE-2434
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor
Affects Versions: 2.1.2, 3.0.0.alpha
Environment: 2.1.2GA and 3.0.0 alpha
Reporter: Aliaksey Nis
EXECUTE: Open JBDS
EXECUTE: Create JSF 1.2 Kickstart project.
EXECUTE: Right click on Webcontent, New > Other > JBoss Tools Web > .XHTMl file.
EXECUTE: Enter file name "FaceletBlank", select template FaceletBlank.xhtml. Press Finish.
EXECUTE: Right click on Webcontent, New > Other > JBoss Tools Web > .XHTMl file.
EXECUTE: Enter file name "FaceletForm", select template FaceletForm.xhtml. Press Finish.
EXECUTE: Open file FaceletBlank in VPE. Find line <ui:composition template="">.
EXECUTE: Change line to <ui:composition template="pages/FaceletForm.xhtml">.
EXECUTE: Open file FaceletForm in VPE. Find line <ui:composition template="/templates/common.xhtml">
EXECUTE: Change line to <ui:composition template="pages/FaceletBlank.xhtml">.
EXECUTE: Save and close both editor windows.
EXECUTE: Open FaceletBlank.xhtml in VPE again.
FAILURE: Window with this file - not responding. Multiply Errors with error message boxes and exceptions appears. Workspace crash detected and proposal dialog with "Exit workbench yes/no" appears.
Log with exapmle exception (they all same) attached. Screenshot attached.
FaceletBlank.xhtml
FaceletForm.xhtml
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 3 months