[JBoss JIRA] (JBIDE-18046) Application wizard: Label for creating a server adapter is not quite correct
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18046?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-18046:
------------------------------------------
To me there's no issue here:
We usually talk of wtp "Server", not "Server Adapter", right?
the "Servers" view is not "Server Adapters" view
dito in new wizard: "New Server", not "New Server Adapter", and the OpenShift server (adapter) is labelled "OpenShift Server", not "OpenShift Server Adapter"
IMHO we should therefore not use "server adapter" but keep the current labelling "server" in the OpenShift application wizard.
> Application wizard: Label for creating a server adapter is not quite correct
> ----------------------------------------------------------------------------
>
> Key: JBIDE-18046
> URL: https://issues.jboss.org/browse/JBIDE-18046
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.2.0.Beta3
> Reporter: Marián Labuda
> Assignee: Marián Labuda
> Priority: Minor
> Labels: application_wizard
> Fix For: 4.2.0.CR1
>
> Attachments: create_server_adapter_label.png
>
>
> In a New application wizard on the 3rd wizard page is a check box to create a server adapter for an application. Label next to this check box is "Create and set up a server for easy publishing". I think this is not quite correct and there should be: "Create and set up a server adapter for easy publishing".
> !create_server_adapter_label.png!
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 10 months
[JBoss JIRA] (JBIDE-18054) Visual Preview page is empty for Ionic myApp project index.html
by Ilya Buziuk (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18054?page=com.atlassian.jira.plugi... ]
Ilya Buziuk edited comment on JBIDE-18054 at 8/7/14 5:34 AM:
-------------------------------------------------------------
IMHO the fact that we do not disable navigation for single page apps is totally fine.
Now we can change js content and see the result in our WSIWYG view - http://screencast.com/t/x6XjVhFMIWL
But as you can see preview doesn't support # anchors, which is pretty vital for ionic apps. Here is a related jira - JBIDE-18043
was (Author: ibuziuk):
IMHO the fact that we do not disable navigation for single page apps is totally fine.
Now we can change js content and see the result in our WSIWYG view - http://screencast.com/t/x6XjVhFMIWL
But as you can see preview doesn't support # anchors, which is pretty vital for ionic aps. Here is a related jira - JBIDE-18043
> Visual Preview page is empty for Ionic myApp project index.html
> ---------------------------------------------------------------
>
> Key: JBIDE-18054
> URL: https://issues.jboss.org/browse/JBIDE-18054
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: visual-page-editor-core
> Affects Versions: 4.2.0.Beta3
> Environment: Linux x86_64
> Reporter: Denis Golovin
> Assignee: Ilya Buziuk
> Fix For: 4.2.0.CR1
>
> Attachments: alert.png, ionic-index-html.png
>
>
> Create Ionic myApp foloving instructions on http://ionicframework.com/getting-started/.
> Import it using Thym Import Project and open www/index.html in visual editor. The result is almost empty page
> !ionic-index-html.png!
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 10 months
[JBoss JIRA] (JBIDE-18054) Visual Preview page is empty for Ionic myApp project index.htmx
by Ilya Buziuk (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18054?page=com.atlassian.jira.plugi... ]
Ilya Buziuk commented on JBIDE-18054:
-------------------------------------
[~dgolovin], [~kmarmaliykov] there is no need in attaching project - it's really easy to create it via ionic CLI.
I have created 2 projects with different templates (*sidemenu* and *tabs*) and everything works fine on windows - http://screencast.com/t/ezRqf4Syjct
Despite the fact that from time to time the following pop-up is shown !alert.png|thumbnail!. So, I do believe it's coupled with the obsolete xulrunner (need to check it on Ubuntu)
However, as you see on the demo we do not prevent navigation on that kind of single page applications due to the fact that all ui is created via angular.
{code:title=index.html|borderStyle=solid}
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, width=device-width">
<title></title>
<link href="lib/ionic/css/ionic.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<!-- IF using Sass (run gulp sass first), then uncomment below and remove the CSS includes above
<link href="css/ionic.app.css" rel="stylesheet">
-->
<!-- ionic/angularjs js -->
<script src="lib/ionic/js/ionic.bundle.js"></script>
<!-- cordova script (this will be a 404 during development) -->
<script src="cordova.js"></script>
<!-- your app's js -->
<script src="js/app.js"></script>
<script src="js/controllers.js"></script>
</head>
<body ng-app="starter">
<ion-nav-view></ion-nav-view>
</body>
</html>
{code}
> Visual Preview page is empty for Ionic myApp project index.htmx
> ---------------------------------------------------------------
>
> Key: JBIDE-18054
> URL: https://issues.jboss.org/browse/JBIDE-18054
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: visual-page-editor-core
> Affects Versions: 4.2.0.Beta3
> Environment: Linux x86_64
> Reporter: Denis Golovin
> Assignee: Ilya Buziuk
> Fix For: 4.2.0.CR1
>
> Attachments: alert.png, ionic-index-html.png
>
>
> Create Ionic myApp foloving instructions on http://ionicframework.com/getting-started/.
> Import it using Thym Import Project and open www/index.html in visual editor. The result is almost empty page
> !ionic-index-html.png!
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 10 months
[JBoss JIRA] (JBIDE-18055) NullPionterException in VPE Preview Editor initialization
by Ilya Buziuk (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18055?page=com.atlassian.jira.plugi... ]
Ilya Buziuk updated JBIDE-18055:
--------------------------------
Assignee: Konstantin Marmalyukov
> NullPionterException in VPE Preview Editor initialization
> ---------------------------------------------------------
>
> Key: JBIDE-18055
> URL: https://issues.jboss.org/browse/JBIDE-18055
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: visual-page-editor-core
> Affects Versions: 4.2.0.Beta3
> Reporter: Denis Golovin
> Assignee: Konstantin Marmalyukov
> Priority: Minor
> Fix For: 4.2.0.CR1
>
>
> Exception below can happen sometimes in case re-sizing visual preview part while preview server serving the editor is not started yet.
> {code}java.lang.NullPointerException
> at org.jboss.tools.vpe.preview.core.server.VpvServer.getPort(VpvServer.java:66)
> at org.jboss.tools.vpe.preview.editor.VpvEditor.formRequestToServer(VpvEditor.java:503)
> at org.jboss.tools.vpe.preview.editor.VpvEditor.reload(VpvEditor.java:494)
> at org.jboss.tools.vpe.preview.editor.VpvEditorPart.updateVisualEditorVisibility(VpvEditorPart.java:769)
> at org.jboss.tools.vpe.preview.editor.VpvEditorPart$5.controlResized(VpvEditorPart.java:386)
> at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:235)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4486)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1388)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1412)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1393)
> at org.eclipse.swt.widgets.Control.setBounds(Control.java:1042)
> at org.eclipse.swt.widgets.Composite.setBounds(Composite.java:1435)
> at org.eclipse.swt.widgets.Control.setBounds(Control.java:851)
> at org.eclipse.swt.custom.SashForm.onDragSash(SashForm.java:288)
> at org.eclipse.swt.custom.SashForm$1.handleEvent(SashForm.java:90)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4486)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1388)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1412)
> at org.eclipse.swt.widgets.Widget.sendSelectionEvent(Widget.java:1526)
> at org.eclipse.swt.widgets.Sash.gtk_motion_notify_event(Sash.java:396)
> at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:2104)
> at org.eclipse.swt.widgets.Control.windowProc(Control.java:5510)
> at org.eclipse.swt.widgets.Display.windowProc(Display.java:4700)
> at org.eclipse.swt.internal.gtk.OS._gtk_main_do_event(Native Method)
> at org.eclipse.swt.internal.gtk.OS.gtk_main_do_event(OS.java:9074)
> at org.eclipse.swt.widgets.Display.eventProc(Display.java:1253)
> at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Native Method)
> at org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(OS.java:2473)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3439)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1151)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1032)
> at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:148)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:636)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:579)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:135)
> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:382)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:236)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:606)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:648)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1465)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1438)
> {code}
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 10 months