[JBoss JIRA] Created: (JBIDE-3529) Fix org.jboss.tools.seam.ui.test.SeamUiAllTests@testSeamELContentAssist
by Alexey Kazakov (JIRA)
Fix org.jboss.tools.seam.ui.test.SeamUiAllTests@testSeamELContentAssist
-----------------------------------------------------------------------
Key: JBIDE-3529
URL: https://jira.jboss.org/jira/browse/JBIDE-3529
Project: Tools (JBoss Tools)
Issue Type: Task
Components: QA
Affects Versions: 3.0.0.CR2
Reporter: Alexey Kazakov
Assignee: Victor Rubezhny
Fix For: 3.0.0.CR2
junit.framework.AssertionFailedError: Some in-attribute Seam EL proposals werent't shown in the Content Assistant
at org.jboss.tools.seam.ui.test.ca.SeamELContentAssistTest.testSeamELContentAssist(SeamELContentAssistTest.java:574)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206)
at org.eclipse.test.UITestApplication$3.run(UITestApplication.java:195)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:133)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3378)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3036)
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:113)
at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:138)
at org.eclipse.test.UITestApplication.run(UITestApplication.java:60)
at org.eclipse.test.UITestApplication.start(UITestApplication.java:210)
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:386)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
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)
at org.eclipse.equinox.launcher.Main.main(Main.java:1212)
at org.eclipse.core.launcher.Main.main(Main.java:30)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 2 months
[JBoss JIRA] Created: (JBIDE-3066) Using links in <h:form>
by Yura Zhishko (JIRA)
Using links in <h:form>
-----------------------
Key: JBIDE-3066
URL: https://jira.jboss.org/jira/browse/JBIDE-3066
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor Templates
Affects Versions: 3.0.0.beta1
Reporter: Yura Zhishko
Assignee: Maxim Areshkau
1) <a4j:htmlCommandLink> should be applyed in VPE only inside <h:form>, <a4j:form> or inside any component, that is situated inside forms. <a4j:htmlcommandLink> doesn't even appear in source code of a page in browser, if we try to exclude it from any form.
2) If we try to use <h:commandLink> outside forms, next string appears in browser: Try to edit commandLink: This link is disabled as it is not nested within a JSF form. But VPE renders it OK.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 2 months
[JBoss JIRA] Created: (JBIDE-3349) Facets for calendar don't work
by Yura Zhishko (JIRA)
Facets for calendar don't work
------------------------------
Key: JBIDE-3349
URL: https://jira.jboss.org/jira/browse/JBIDE-3349
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor Templates
Affects Versions: 3.0.0.cr1
Reporter: Yura Zhishko
Assignee: Maxim Areshkau
Attachments: screenshot-1.jpg
Paste next code:
<html>
<head>
<title></title>
</head>
<body>
<f:view>
<rich:calendar>
<f:facet name="optionalHeader">
<h:outputText value="optionalHeader Facet" />
</f:facet>
<f:facet name="optionalFooter">
<h:outputText value="optionalFooter Facet" />
</f:facet>
</rich:calendar>
</f:view>
</body>
</html>
Visual representation of the component is different in VPE and Browsers (see screenshot)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 2 months