[JBoss JIRA] Created: (JBIDE-787) Seam Actions Wizard doesn't show contents if Seam enabled project is selected in Project Explorer
by Denis Golovin (JIRA)
Seam Actions Wizard doesn't show contents if Seam enabled project is selected in Project Explorer
-------------------------------------------------------------------------------------------------
Key: JBIDE-787
URL: http://jira.jboss.com/jira/browse/JBIDE-787
Project: JBoss Tools
Issue Type: Bug
Affects Versions: 2.0.0.Beta3
Reporter: Denis Golovin
Exception occurs:
java.lang.NullPointerException
at org.jboss.tools.seam.ui.wizard.SeamBaseWizardPage.createControl(SeamBaseWizardPage.java:86)
at org.eclipse.jface.wizard.Wizard.createPageControls(Wizard.java:170)
at org.eclipse.jface.wizard.WizardDialog.createPageControls(WizardDialog.java:669)
at org.eclipse.jface.wizard.WizardDialog.setWizard(WizardDialog.java:1083)
at org.eclipse.jface.wizard.WizardDialog.updateForPage(WizardDialog.java:1142)
at org.eclipse.jface.wizard.WizardDialog.access$2(WizardDialog.java:1139)
at org.eclipse.jface.wizard.WizardDialog$4.run(WizardDialog.java:1128)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)
at org.eclipse.jface.wizard.WizardDialog.showPage(WizardDialog.java:1126)
at org.eclipse.jface.wizard.WizardDialog.nextPressed(WizardDialog.java:820)
at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:369)
at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:616)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:227)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938)
--
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
18 years, 6 months
[JBoss JIRA] Closed: (JBIDE-551) Using images in CSS and visual page editor
by Aliaksey Nis (JIRA)
[ http://jira.jboss.com/jira/browse/JBIDE-551?page=all ]
Aliaksey Nis closed JBIDE-551.
------------------------------
Verified in beta2
> Using images in CSS and visual page editor
> ------------------------------------------
>
> Key: JBIDE-551
> URL: http://jira.jboss.com/jira/browse/JBIDE-551
> Project: JBoss Tools
> Issue Type: Bug
> Affects Versions: ExadelStudioPro4
> Environment: Unknown (User report)
> Reporter: Aliaksey Nis
> Assigned To: Sergey Vasilyev
>
> A XHTML page in JSF project. The directory structure is:
> Web Content/
> codelibrary/css/style.css
> images/myimg.jpg
> myXHTMLpage.xhtml
> The link in my page to the CSS is:
> <link href="codelibrary/css/style.css" rel="stylesheet" type="text/css" />
> There is a class attribute in a <td> element in the page as follows:
> <td align="center" valign="top" class="leftbg1">...</td>
> The "leftbg" class is defined in style.css as follows:
> .leftbg1
> {
> background-image:url(../../myimg.jpg);
> background-repeat: no-repeat;
> background-position: bottom;}
> All other CSS references are working fine and are reflected in visual designer; however, the image specified in "background-image:url(../../myimg.jpg);" does not display. The designer does not seem to be resolving the image URL specified in the CSS. I've tried several settings in "Page Design Options", but none seem to work so I currently have no options specified. I've also tried several modifications to the path in CSS "url()" with no luck.
> Original Exadel forum message "http://forum.exadel.com/viewtopic.php?t=5897".
--
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
18 years, 6 months
[JBoss JIRA] Created: (JBIDE-987) NPE seen in the error logs
by Max Andersen (JIRA)
NPE seen in the error logs
--------------------------
Key: JBIDE-987
URL: http://jira.jboss.com/jira/browse/JBIDE-987
Project: JBoss Tools
Issue Type: Bug
Components: Seam
Affects Versions: 2.0.0.Beta3
Reporter: Max Andersen
Assigned To: Denis Golovin
Fix For: 2.0.0.Beta4
Noticed this in the error log....
java.lang.NullPointerException
at org.jboss.tools.seam.ui.wizard.SeamBaseWizardPage.setDefaultValue(SeamBaseWizardPage.java:144)
at org.jboss.tools.seam.ui.wizard.SeamEntityWizardPage1.propertyChange(SeamEntityWizardPage1.java:62)
at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:333)
at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:270)
at org.jboss.tools.seam.ui.widget.editor.BaseFieldEditor.setValue(BaseFieldEditor.java:187)
at org.jboss.tools.seam.ui.widget.editor.CompositeEditor.propertyChange(CompositeEditor.java:116)
at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:333)
at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:270)
at org.jboss.tools.seam.ui.widget.editor.BaseFieldEditor.setValue(BaseFieldEditor.java:187)
at org.jboss.tools.seam.ui.widget.editor.TextFieldEditor.propertyChange(TextFieldEditor.java:241)
at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:333)
at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:270)
at org.jboss.tools.seam.ui.widget.field.BaseField.firePropertyChange(BaseField.java:33)
at org.jboss.tools.seam.ui.widget.field.TextField.modifyText(TextField.java:34)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:166)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1101)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3319)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2971)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:820)
at org.eclipse.jface.window.Window.open(Window.java:796)
at org.eclipse.ui.internal.actions.NewWizardShortcutAction.run(NewWizardShortcutAction.java:135)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:545)
at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:490)
at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:402)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1101)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3319)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2971)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219)
at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:153)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
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:585)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443)
at org.eclipse.equinox.launcher.Main.run(Main.java:1169)
at org.eclipse.equinox.launcher.Main.main(Main.java:1144)
--
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
18 years, 6 months
[JBoss JIRA] Created: (JBIDE-800) Red Hat XML Editor: problem with search
by Petr Lindovsky (JIRA)
Red Hat XML Editor: problem with search
---------------------------------------
Key: JBIDE-800
URL: http://jira.jboss.com/jira/browse/JBIDE-800
Project: JBoss Tools
Issue Type: Bug
Environment: Windows XP
Reporter: Petr Lindovsky
I found a problem with the Red Hat XML Editor (default for XML files in RDHS) - with RHDS Beta 1.
To reproduce it create two XML files in any project (e.g. a plain one), e.g.:
Code:
a.xml
----
<?xml version="1.0" encoding="UTF-8"?>
<root>
1
2
search string
4
5
search string
7
</root>
b.xml
----
<?xml version="1.0" encoding="UTF-8"?>
<root>
1
search string
3
4
search string
6
</root>
and search for the string "search string". The Search view will show you the occurences. Now use the "down" button to go through the occurences. After you click "down" on the last occurence in a.xml, the b.xml file will NOT open; instead, the occurences in b.xml will be shown in the a.xml editor.
If you try the same with the XML Editor (default for Europa), it works fine.
--
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
18 years, 6 months
[JBoss JIRA] Resolved: (JBIDE-743) Restore DnD functionality
by Maxim Areshkau (JIRA)
[ http://jira.jboss.com/jira/browse/JBIDE-743?page=all ]
Maxim Areshkau resolved JBIDE-743.
----------------------------------
Resolution: Done
Assignee: (was: Maxim Areshkau)
Following problems were not resolved:
1. Drag and Drop not worked on MAC OS (this functionality didn't works early om MAC OS) - xulrunner events doesn't work correctly for this OS.
2. Caret functionality haven't been restored( was this functionality early was used internal Mozilla interface which not implemented now in xulrunner)
3. When we move cursor over left top corner of element cursor should change form from usual arrow to drag-drop arrow. This functionality restored only for Windows and have not been restored for Linux and Max OS.
For each of this problems was created following tasks JBIDE-1046, JBIDE-1113, JBIDE-1115.
> Restore DnD functionality
> -------------------------
>
> Key: JBIDE-743
> URL: http://jira.jboss.com/jira/browse/JBIDE-743
> Project: JBoss Tools
> Issue Type: Sub-task
> Components: Visual Page Editor
> Reporter: Sergey Vasilyev
> Fix For: 2.0.0.CR1
>
>
--
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
18 years, 6 months