[JBoss JIRA] (JBIDE-12108) BrowserSim is not visible when installed individually
by Konstantin Marmalyukov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-12108?page=com.atlassian.jira.plugi... ]
Konstantin Marmalyukov updated JBIDE-12108:
-------------------------------------------
Fix Version/s: 4.2.0.CR2
(was: 4.2.0.CR1)
> BrowserSim is not visible when installed individually
> ------------------------------------------------------
>
> Key: JBIDE-12108
> URL: https://issues.jboss.org/browse/JBIDE-12108
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: browsersim
> Affects Versions: 3.3.0.CR1
> Environment: JBT 3.3.0.CR1b, L64, Ubuntu 12.04
> Reporter: Jiri Peterka
> Assignee: Konstantin Marmalyukov
> Fix For: 4.2.0.CR2
>
> Attachments: browsersim-enabled.png, customize-perspective.png, enable-browsersim.png, mobile-browser.bmp
>
>
> Unable to access BrowserSIM when installed as single feature from JBT CR1. Additional steps are required. This is confusing for a users. BrowserSIM should be accessible and visible after installation if possible.
> *These additional steps are:*
> # Right click on the Eclipse toolbar→Customize Perspective...:
> !customize-perspective.png!
> # Go to the Command Group Availability tab and select BrowserSim command group:
> !enable-browsersim.png!
> # BrowserSim icon will appear on the toolbar:
> !browsersim-enabled.png!
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 7 months
[JBoss JIRA] (JBIDE-18055) NullPionterException in VPE Preview Editor initialization
by Konstantin Marmalyukov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18055?page=com.atlassian.jira.plugi... ]
Konstantin Marmalyukov updated JBIDE-18055:
-------------------------------------------
Fix Version/s: 4.3.0.Alpha1
(was: 4.2.0.CR1)
> 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.3.0.Alpha1
>
>
> 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.3.1#6329)
11 years, 7 months
[JBoss JIRA] (JBIDE-17707) Selection tag bar is always hidden when switching from Source to Visual
by Konstantin Marmalyukov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17707?page=com.atlassian.jira.plugi... ]
Konstantin Marmalyukov updated JBIDE-17707:
-------------------------------------------
Fix Version/s: 4.2.0.CR2
(was: 4.2.0.CR1)
> Selection tag bar is always hidden when switching from Source to Visual
> ------------------------------------------------------------------------
>
> Key: JBIDE-17707
> URL: https://issues.jboss.org/browse/JBIDE-17707
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: visual-page-editor-core
> Affects Versions: 4.2.0.Beta3
> Reporter: Alexey Kazakov
> Assignee: Konstantin Marmalyukov
> Priority: Critical
> Fix For: 4.2.0.CR2
>
>
> 1. Open any html5 file with JBoss HTML Editor.
> 2. Switch to the Visual/Source tab.
> 3. Click on "Toggle selection tag bar" button to show the selection tag bar.
> 4. Switch to the "Source" tab.
> 5. Switch to the Visual/Source tab again.
> 6. FAILURE: The selection bar is hidden despite of enabled "Toggle selection tag bar" button.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 7 months
[JBoss JIRA] (JBIDE-17896) Show selection tag bar property is ignored
by Konstantin Marmalyukov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17896?page=com.atlassian.jira.plugi... ]
Konstantin Marmalyukov commented on JBIDE-17896:
------------------------------------------------
AFAIR I check that this exception happen before Preview Editor was implemented. I also spend some days trying to fix it and cannot find a way how to do it. Anyway, this issue will be moved to CR2 with raised priority.
> Show selection tag bar property is ignored
> ------------------------------------------
>
> Key: JBIDE-17896
> URL: https://issues.jboss.org/browse/JBIDE-17896
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: visual-page-editor-core
> Affects Versions: 4.2.0.Beta3
> Environment: JBDS 8.0.0.Beta3-v20140712-0200-B178
> Fedora 18 KDE
> SWT_GTK3=0
> Reporter: Vlado Pakan
> Assignee: Konstantin Marmalyukov
> Fix For: 4.2.0.CR2
>
>
> 1. Create JSF1.2 Kick Start project
> 2. Open inputUserName.jsp
> 3. Click on some element within page source do not select any text
> ERROR: Empty selection tag bar is shown
> 4. Select some text
> ASSERT: Proper selection is displayed within selection tag bar
> 5. Click on Toggle Selection Tag Bar
> ASSERT: Selection tag bar is hidden
> 6. Click on Preferences toolitem
> ASSERT: Property Show selection tag bar property is unchecked
> 7. Reopen page
> ERROR: VPE is in the same state as after step 3. Selection tag bar is visible and empty.
> 8.Click on Preferences toolitem
> ASSERT: Property Show selection tag bar property is unchecked
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 7 months
[JBoss JIRA] (JBIDE-17896) Show selection tag bar property is ignored
by Konstantin Marmalyukov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17896?page=com.atlassian.jira.plugi... ]
Konstantin Marmalyukov updated JBIDE-17896:
-------------------------------------------
Priority: Critical (was: Major)
> Show selection tag bar property is ignored
> ------------------------------------------
>
> Key: JBIDE-17896
> URL: https://issues.jboss.org/browse/JBIDE-17896
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: visual-page-editor-core
> Affects Versions: 4.2.0.Beta3
> Environment: JBDS 8.0.0.Beta3-v20140712-0200-B178
> Fedora 18 KDE
> SWT_GTK3=0
> Reporter: Vlado Pakan
> Assignee: Konstantin Marmalyukov
> Priority: Critical
> Fix For: 4.2.0.CR1
>
>
> 1. Create JSF1.2 Kick Start project
> 2. Open inputUserName.jsp
> 3. Click on some element within page source do not select any text
> ERROR: Empty selection tag bar is shown
> 4. Select some text
> ASSERT: Proper selection is displayed within selection tag bar
> 5. Click on Toggle Selection Tag Bar
> ASSERT: Selection tag bar is hidden
> 6. Click on Preferences toolitem
> ASSERT: Property Show selection tag bar property is unchecked
> 7. Reopen page
> ERROR: VPE is in the same state as after step 3. Selection tag bar is visible and empty.
> 8.Click on Preferences toolitem
> ASSERT: Property Show selection tag bar property is unchecked
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 7 months
[JBoss JIRA] (JBIDE-17896) Show selection tag bar property is ignored
by Konstantin Marmalyukov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17896?page=com.atlassian.jira.plugi... ]
Konstantin Marmalyukov updated JBIDE-17896:
-------------------------------------------
Fix Version/s: 4.2.0.CR2
(was: 4.2.0.CR1)
> Show selection tag bar property is ignored
> ------------------------------------------
>
> Key: JBIDE-17896
> URL: https://issues.jboss.org/browse/JBIDE-17896
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: visual-page-editor-core
> Affects Versions: 4.2.0.Beta3
> Environment: JBDS 8.0.0.Beta3-v20140712-0200-B178
> Fedora 18 KDE
> SWT_GTK3=0
> Reporter: Vlado Pakan
> Assignee: Konstantin Marmalyukov
> Priority: Critical
> Fix For: 4.2.0.CR2
>
>
> 1. Create JSF1.2 Kick Start project
> 2. Open inputUserName.jsp
> 3. Click on some element within page source do not select any text
> ERROR: Empty selection tag bar is shown
> 4. Select some text
> ASSERT: Proper selection is displayed within selection tag bar
> 5. Click on Toggle Selection Tag Bar
> ASSERT: Selection tag bar is hidden
> 6. Click on Preferences toolitem
> ASSERT: Property Show selection tag bar property is unchecked
> 7. Reopen page
> ERROR: VPE is in the same state as after step 3. Selection tag bar is visible and empty.
> 8.Click on Preferences toolitem
> ASSERT: Property Show selection tag bar property is unchecked
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 7 months
[JBoss JIRA] (JBIDE-15291) xulrunner under 64bit Linux produce "NSSUTIL_3.13 not found" and blocks marketplace, m2e connector discovery ...
by Konstantin Marmalyukov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15291?page=com.atlassian.jira.plugi... ]
Konstantin Marmalyukov updated JBIDE-15291:
-------------------------------------------
Fix Version/s: 4.2.x
(was: 4.2.0.CR1)
> xulrunner under 64bit Linux produce "NSSUTIL_3.13 not found" and blocks marketplace, m2e connector discovery ...
> ------------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-15291
> URL: https://issues.jboss.org/browse/JBIDE-15291
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: visual-page-editor-core, xulrunner
> Affects Versions: 4.1.0.Final
> Environment: Linux 3.8.13-gentoo #1 SMP Sun Jun 23 23:34:36 CEST 2013 x86_64 Intel(R) Core(TM) i7-2720QM CPU @ 2.20GHz GenuineIntel GNU/Linux
> IcedTea JDK 7.2.4.1
> eclipse-standard-kepler-R-linux-gtk-x86_64.tar.gz
> Reporter: Jochen Buchholz
> Assignee: Max Rydahl Andersen
> Priority: Critical
> Fix For: 4.2.x
>
> Attachments: .log, click-on-jbosscentral-button.png, frozen-marketplace.png, gentoo.png, internal-error1.png, m2e-connectors.png
>
>
> I installed the eclipse standard kepler and go to market place. I choose JBoss developer studio 7.0.0 GA and install it via marketplace. After the restart I choose File->Import->Maven->"checkout Maven Projects from SCM" and click on the "Find out more SCM connectors in the m2e Marketplace. I got the error: "Failed to discover all connectors."
> I cant Use the Marketplace anymore, because he is frozen while load the content.
> In the error log I found this line:
> Caused by: java.io.IOException: /mnt/usb/eclipse/plugins/org.mozilla.xulrunner.gtk.linux.x86_64_1.9.2.19pre/xulrunner/libnssutil3.so: version `NSSUTIL_3.13' not found (required by /usr/lib64/libnss3.so)
> like in the old issue JBIDE-10628 reported also by me
> Developer Studio is unusable under 64bit Linux.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 7 months
[JBoss JIRA] (JBIDE-17705) 'Connection Reset' exception reported when opening html5 files
by Konstantin Marmalyukov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17705?page=com.atlassian.jira.plugi... ]
Konstantin Marmalyukov updated JBIDE-17705:
-------------------------------------------
Fix Version/s: 4.2.0.CR2
(was: 4.2.0.CR1)
> 'Connection Reset' exception reported when opening html5 files
> --------------------------------------------------------------
>
> Key: JBIDE-17705
> URL: https://issues.jboss.org/browse/JBIDE-17705
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: visual-page-editor-core
> Affects Versions: 4.2.0.Beta2
> Environment: Windows 8.1
> x86_64
> Java 8
> Reporter: Denis Golovin
> Assignee: Konstantin Marmalyukov
> Fix For: 4.2.0.CR2
>
>
> {code}java.net.SocketException: Connection reset
> at java.net.SocketInputStream.read(Unknown Source)
> at java.net.SocketInputStream.read(Unknown Source)
> at sun.nio.cs.StreamDecoder.readBytes(Unknown Source)
> at sun.nio.cs.StreamDecoder.implRead(Unknown Source)
> at sun.nio.cs.StreamDecoder.read(Unknown Source)
> at java.io.InputStreamReader.read(Unknown Source)
> at java.io.BufferedReader.fill(Unknown Source)
> at java.io.BufferedReader.readLine(Unknown Source)
> at java.io.BufferedReader.readLine(Unknown Source)
> at org.jboss.tools.vpe.preview.core.server.VpvSocketProcessor.getItialRequestLine(VpvSocketProcessor.java:220)
> at org.jboss.tools.vpe.preview.core.server.VpvSocketProcessor.run(VpvSocketProcessor.java:59)
> at java.lang.Thread.run(Unknown Source){code}
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 7 months