[JBoss JIRA] (JBIDE-15763) Various issues when viewing WFK quickstarts with the internal web browser
by Jeff MAURY (Jira)
[ https://issues.redhat.com/browse/JBIDE-15763?page=com.atlassian.jira.plug... ]
Jeff MAURY closed JBIDE-15763.
------------------------------
Resolution: Won't Fix
xulrunner is deprecated
> Various issues when viewing WFK quickstarts with the internal web browser
> -------------------------------------------------------------------------
>
> Key: JBIDE-15763
> URL: https://issues.redhat.com/browse/JBIDE-15763
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: xulrunner
> Affects Versions: 4.1.1.Alpha2
> Reporter: Vineet Reynolds
> Priority: Major
> Fix For: 4.2.x, 4.3.x
>
>
> Various issues are encountered when viewing some of the WFK quickstarts in the Eclipse internal browser:
> * HTML5 elements like header, footer, aside, etc. are not displayed as block elments. since xulrunner 1.9 when used as the internal browser, does not support these elements. This is related to JBIDE-10689.
> * Newer JavaScript features provided in EcmaScript5, like Array.isArray or window.getComputedStyle (that are available in browsers supported by WFK) are not available in xulrunner 1.9, leading to non-execution of JavaScript in frameworks like jQueryMobile 1.3.x, Lo-Dash 1.3.1 etc.
> We should document that the internal web browser is not recommended as a substitute for a real browser. Given the current situation,
> * we should recommend the use of an external browser, or
> * we should toggle the default web browser to an external web browser
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 7 months
[JBoss JIRA] (JBIDE-4523) Visual Page Editor for JSF doesn't work with Eclipse with OSX Cocoa 64-bit (32-bit already fixed)
by Jeff MAURY (Jira)
[ https://issues.redhat.com/browse/JBIDE-4523?page=com.atlassian.jira.plugi... ]
Jeff MAURY closed JBIDE-4523.
-----------------------------
Resolution: Won't Fix
XULRunner is deprecated
> Visual Page Editor for JSF doesn't work with Eclipse with OSX Cocoa 64-bit (32-bit already fixed)
> -------------------------------------------------------------------------------------------------
>
> Key: JBIDE-4523
> URL: https://issues.redhat.com/browse/JBIDE-4523
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: visual-page-editor-core
> Affects Versions: 3.1.0.M1
> Environment: Mac OSX 10.5.7, Eclipse 3.5 JEE Cocoa, JBoss Tools 3.1.0.M1
> Reporter: Cesar Perez
> Assignee: Ilya Buziuk
> Priority: Major
> Labels: cocoa, new_and_noteworthy, osx, vpe
> Fix For: LATER
>
>
> The Visual Page Editor does not work under the final version of Eclipse 3.5 JEE Cocoa for Mac OSX and JBoss Tools 3.1.0.M1, the error is due to a missing cocoa version of XUL runner as you can see in the following stacktrace:
> org.jboss.tools.vpe.xulrunner.XulRunnerException: Bundle org.mozilla.xulrunner.cocoa.macosx is not found.
> at org.jboss.tools.vpe.xulrunner.browser.XulRunnerBrowser.getXulRunnerPath(XulRunnerBrowser.java:219)
> at org.jboss.tools.vpe.xulrunner.browser.XulRunnerBrowser.initXulRunner(XulRunnerBrowser.java:114)
> at org.jboss.tools.vpe.xulrunner.browser.XulRunnerBrowser.<init>(XulRunnerBrowser.java:85)
> at org.jboss.tools.vpe.xulrunner.editor.XulRunnerEditor.<init>(XulRunnerEditor.java:135)
> at org.jboss.tools.vpe.editor.mozilla.MozillaPreview$1.<init>(MozillaPreview.java:59)
> at org.jboss.tools.vpe.editor.mozilla.MozillaPreview.createPartControl(MozillaPreview.java:59)
> at org.jboss.tools.vpe.editor.VpeEditorPart.createPreviewBrowser(VpeEditorPart.java:921)
> at org.jboss.tools.jst.jsp.jspeditor.JSPMultiPageEditor.pageChange(JSPMultiPageEditor.java:248)
> at org.jboss.tools.jst.jsp.jspeditor.JSPMultiPageEditorPart$2.widgetSelected(JSPMultiPageEditorPart.java:106)
> at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:228)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> at org.eclipse.swt.widgets.Display.sendEvent(Display.java:3542)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1247)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1270)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1255)
> at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1076)
> at org.eclipse.swt.custom.CTabFolder.setSelection(CTabFolder.java:3256)
> at org.eclipse.swt.custom.CTabFolder.onMouse(CTabFolder.java:2045)
> at org.eclipse.swt.custom.CTabFolder$1.handleEvent(CTabFolder.java:323)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> at org.eclipse.swt.widgets.Display.sendEvent(Display.java:3542)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1247)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1270)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1255)
> at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1076)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3440)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3099)
> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)
> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
> at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
> 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:368)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
> 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:559)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 7 months
[JBoss JIRA] (JBIDE-11879) Maven tests using VPE require org.eclipse.swt.browser.XULRunnerPath to be set -> not multi-platform config
by Jeff MAURY (Jira)
[ https://issues.redhat.com/browse/JBIDE-11879?page=com.atlassian.jira.plug... ]
Jeff MAURY closed JBIDE-11879.
------------------------------
Resolution: Won't Fix
XULRunner is deprecated
> Maven tests using VPE require org.eclipse.swt.browser.XULRunnerPath to be set -> not multi-platform config
> ----------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-11879
> URL: https://issues.redhat.com/browse/JBIDE-11879
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: jsf, qa, visual-page-editor-core, xulrunner
> Affects Versions: 3.3.0.Beta2
> Reporter: Mickael Istria
> Assignee: Denis Golovin
> Priority: Major
> Attachments: vpemvnerror.png, vpemvnnotworking.png, vpemvnworking.png
>
>
> For an unknown (yet) reason, Maven tests using VPE need to set the "org.eclipse.swt.browser.XULRunnerPath" system property to a platform-specific value. This requires people on other platform to tweak the pom for their specific environment, which is not convenient.
> VPE should behave like Eclipse browser to resolve XulRunner, which runs well with Maven: http://www.eclipse.org/swt/faq.php#howdetectmozilla . Seems like there is a difference somewhere that makes VPE fail where SWT Browser works.
> An example project is jsf/tests/org.jboss.tools.jsf.ui.bot.test
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 7 months
[JBoss JIRA] (JBIDE-18452) XULRunner 1.9 is not supported for linux with GTK3, WIndows and Mac OS X 64-bit
by Jeff MAURY (Jira)
[ https://issues.redhat.com/browse/JBIDE-18452?page=com.atlassian.jira.plug... ]
Jeff MAURY closed JBIDE-18452.
------------------------------
Resolution: Won't Fix
XULRunner is deprecated
> XULRunner 1.9 is not supported for linux with GTK3, WIndows and Mac OS X 64-bit
> -------------------------------------------------------------------------------
>
> Key: JBIDE-18452
> URL: https://issues.redhat.com/browse/JBIDE-18452
> Project: Tools (JBoss Tools)
> Issue Type: Epic
> Components: visual-page-editor-core
> Affects Versions: 4.2.0.Final
> Reporter: Denis Golovin
> Priority: Major
>
> Current version of VPE provides full functionality (JSF and HTML4/HTML5 preview/editing) only on 32 bit Windows and Mac OS X.
> Full functionality on Linux with SWT GTK2 with limitations. XULRunner based VPE and WebKit based HTML5 preview cannot be used at the same time because of libraries conflicts.
> Eclipse with SWT/GTK 2 can use only XULRunner base VPE for JSF and HTML Preview without full HTM5 support, or WebKit based preview with full HTML5 support, but without JSF visual editing.
> Eclipse with SWT/GTK3 can use only WebKit based preview implementation.
> Windows 64-bit has XULRunner feature that can be installed, but it is not officially supported yet, so only HTML preview based on IE is supported by default.
> Mac OS 64 bit is not supported.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 7 months
[JBoss JIRA] (JBIDE-27062) no Quarkus Extension are added to Gradle project
by Jeff MAURY (Jira)
[ https://issues.redhat.com/browse/JBIDE-27062?page=com.atlassian.jira.plug... ]
Jeff MAURY updated JBIDE-27062:
-------------------------------
Fix Version/s: (was: 4.15.0.Final)
> no Quarkus Extension are added to Gradle project
> ------------------------------------------------
>
> Key: JBIDE-27062
> URL: https://issues.redhat.com/browse/JBIDE-27062
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: quarkus
> Affects Versions: 4.14.0.Final
> Reporter: Oleksii Korniienko
> Assignee: Jeff MAURY
> Priority: Major
> Fix For: 4.16.0.AM1
>
> Attachments: detail.png, try.png
>
>
> Can`t add any quarkus extensions to Gradle project.
> Red Hat CodeReady Studio
> Version: 12.14.0.GA
> Build id: GA-v20200213-1019-B5905
> Build date: 20200213-1019
> Java
> openjdk version "1.8.0_232"
> OpenJDK Runtime Environment (build 1.8.0_232-b09)
> OpenJDK 64-Bit Server VM (build 25.232-b09, mixed mode)
> OS
> RHEL 8.0
> 64-bit
> GNOME
> Version: 3.28.2
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 7 months