[JBoss JIRA] (JBIDE-8874) Support XML documents for XSLT compliant browser
by Konstantin Marmalyukov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-8874?page=com.atlassian.jira.plugin... ]
Konstantin Marmalyukov updated JBIDE-8874:
------------------------------------------
Fix Version/s: LATER
(was: 4.3.x)
> Support XML documents for XSLT compliant browser
> ------------------------------------------------
>
> Key: JBIDE-8874
> URL: https://issues.jboss.org/browse/JBIDE-8874
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: visual-page-editor-core
> Affects Versions: 3.3.0.M1
> Reporter: Denis Golovin
> Assignee: Konstantin Marmalyukov
> Priority: Minor
> Fix For: LATER
>
> Attachments: screenshot-1.png, screenshot-2.png, screenshot-3.png, screenshot59.png, wecandoit.png, xml-xsl.png
>
>
> Would be good to have support to show documents for XSLT compliant browser like
> {code:title=cdcatalog.xsl|borderStyle=solid}
> <?xml version="1.0" encoding="ISO-8859-1"?>
> <!-- Edited by XMLSpy® -->
> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
> <xsl:template match="/">
> <html>
> <body>
> <h2>My CD Collection</h2>
> <table border="1">
> <tr bgcolor="#9acd32">
> <th>Title</th>
> <th>Artist</th>
> </tr>
> <xsl:for-each select="catalog/cd">
> <tr>
> <td><xsl:value-of select="title"/></td>
> <td><xsl:value-of select="artist"/></td>
> </tr>
> </xsl:for-each>
> </table>
> </body>
> </html>
> </xsl:template>
> </xsl:stylesheet>
> {code}
> {code:title=page.xml|borderStyle=solid}
> <?xml version="1.0" encoding="ISO-8859-1"?>
> <?xml-stylesheet type="text/xsl" href="cdcatalog.xsl"?>
> <!-- Edited by XMLSpy® -->
> <catalog>
> <cd>
> <title>Empire Burlesque</title>
> <artist>Bob Dylan</artist>
> <country>USA</country>
> <company>Columbia</company>
> <price>10.90</price>
> <year>1985</year>
> </cd>
> <cd>
> <title>Hide your heart</title>
> <artist>Bonnie Tyler</artist>
> <country>UK</country>
> <company>CBS Records</company>
> <price>9.90</price>
> <year>1988</year>
> </cd>
> <cd>
> <title>Greatest Hits</title>
> <artist>Dolly Parton</artist>
> <country>USA</country>
> <company>RCA</company>
> <price>9.90</price>
> <year>1982</year>
> </cd>
> </catalog>
> {code}
> Visual part of editor would look like:
> !screenshot59.png!
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (JBIDE-9292) Show as EL toolbar button does not affect values set through Page Design Options dialog
by Konstantin Marmalyukov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-9292?page=com.atlassian.jira.plugin... ]
Konstantin Marmalyukov updated JBIDE-9292:
------------------------------------------
Fix Version/s: LATER
(was: 4.3.x)
> Show as EL toolbar button does not affect values set through Page Design Options dialog
> ---------------------------------------------------------------------------------------
>
> Key: JBIDE-9292
> URL: https://issues.jboss.org/browse/JBIDE-9292
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: visual-page-editor-core
> Affects Versions: 3.3.0.M1
> Reporter: Maxim Areshkau
> Assignee: Konstantin Marmalyukov
> Priority: Minor
> Fix For: LATER
>
> Attachments: el-pressed.png, page-design-options.png, show-el-not-pressed.png
>
>
> *Steps to reproduce:*
> # Create a JSF project
> # Create a JSPX page with the following content:
> {code:xml|title=test.jspx}
> <input type="submit" value="${hello}"/>${hello}
> {code}
> # Open Page Design Options dialog->Substitutes EL-expressions
> # Create expression {{hello}} with value {{Hello World!}} and press OK
> # Click show bundle's messages as EL expressions button on the toolbar
> *Actual result:*
> ${hello} expressions are substituted by {{Hello World!}}
> *Expected result:*
> ${hello} expressions are not substituted and shown as is
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (JBIDE-4644) Undo (Ctrl+Z) works wrong with taglib's declaration after insertating from context menu
by Konstantin Marmalyukov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-4644?page=com.atlassian.jira.plugin... ]
Konstantin Marmalyukov updated JBIDE-4644:
------------------------------------------
Fix Version/s: LATER
(was: 4.3.x)
> Undo (Ctrl+Z) works wrong with taglib's declaration after insertating from context menu
> ---------------------------------------------------------------------------------------
>
> Key: JBIDE-4644
> URL: https://issues.jboss.org/browse/JBIDE-4644
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: visual-page-editor-core
> Affects Versions: 3.1.0.M3
> Environment: The priority has been changed to MINOR
> Reporter: Yura Zhishko
> Assignee: Konstantin Marmalyukov
> Priority: Minor
> Fix For: LATER
>
> Attachments: screenshot-1.jpg
>
>
> 1) Open blank page (reproducible only for blank pages)
> 2) Choose "Insert tag from Palette" -> Around/After/Before/Into -> and insert any tag
> ASSERT: Tag appears with taglib definition
> 3) Press Ctrl+Z
> ASSERT: Tag and taglib definition disappear (screenshot-1)
> ASSERT FAILED: Only tag disappear (screenshot-2)
> P. S. This issue apply to source and visual context menus.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (JBIDE-4791) Properties list in Properties view disappears when the user clicks a tab in CSS Properties view
by Konstantin Marmalyukov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-4791?page=com.atlassian.jira.plugin... ]
Konstantin Marmalyukov updated JBIDE-4791:
------------------------------------------
Fix Version/s: LATER
(was: 4.3.x)
> Properties list in Properties view disappears when the user clicks a tab in CSS Properties view
> -----------------------------------------------------------------------------------------------
>
> Key: JBIDE-4791
> URL: https://issues.jboss.org/browse/JBIDE-4791
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: visual-page-editor-core
> Affects Versions: 3.1.0.M3
> Environment: Ubuntu 8.10, JBossTools revision 17062
> Reporter: Olga Chukhutsina
> Assignee: Konstantin Marmalyukov
> Priority: Minor
> Fix For: LATER
>
> Attachments: CSSPropertiesBug_1.png, CSSPropertiesBug_2.png
>
>
> Properties list disappears from Properties view when the user clicks tabs in CSS Properties view.
> Steps:
> Choose some selector in CSS file>Text/Font tab is opened in CSS Properties view by default and the properties list in Properties view is displayed>choose another tab in CSS Properties view(e.g Background )>now properties list in Properties view is not shown any more
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (JBIDE-20674) Write automated tests to check consistency of Jetty between JBT & Eclipse
by Konstantin Marmalyukov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20674?page=com.atlassian.jira.plugi... ]
Konstantin Marmalyukov resolved JBIDE-20674.
--------------------------------------------
Resolution: Out of Date
Resolving as out of date since jetty have fix semantic version problems, so Eclipse help can stay with any version of Jetty
> Write automated tests to check consistency of Jetty between JBT & Eclipse
> -------------------------------------------------------------------------
>
> Key: JBIDE-20674
> URL: https://issues.jboss.org/browse/JBIDE-20674
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: browsersim, livereload, target-platform
> Reporter: Mickael Istria
> Assignee: Konstantin Marmalyukov
> Fix For: 4.4.0.Alpha1
>
>
> Since it appears Jetty is somehow a "weak" component (ie APIs are often broken and versions are not well managed), we often have to enforce a specific version of Jetty for our JBoss Tools bundles. However, it happens that the version used by JBoss Tools component isn't the same as the one shipped by some other Eclipse components.
> We need to make sure that enforcing a version of Jetty doesn't break those Eclipse components. The best way to achieve that is to write a test trying to validate the correct work of any Eclipse component we're aware it's using Jetty, as part of the same test plugin that validates the JBoss Tools components.
> The list of identified Eclipse component using Jetty so far:
> * Equinox (but I don't know how it uses Jetty, so neither how to make sure it's working well)
> * Eclipse Help (test coulod load the help and make sure it shows content and not a 302 or 500 HTTP error)
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (JBIDE-20447) 2 Test Failure(s) in JBIDE 4.3.0.CR1 for common/jst/core component
by Konstantin Marmalyukov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20447?page=com.atlassian.jira.plugi... ]
Konstantin Marmalyukov updated JBIDE-20447:
-------------------------------------------
Fix Version/s: 4.4.x
(was: 4.3.x)
> 2 Test Failure(s) in JBIDE 4.3.0.CR1 for common/jst/core component
> ------------------------------------------------------------------
>
> Key: JBIDE-20447
> URL: https://issues.jboss.org/browse/JBIDE-20447
> Project: Tools (JBoss Tools)
> Issue Type: Task
> Components: common/jst/core
> Affects Versions: 4.3.0.CR1
> Reporter: Nick Boldt
> Assignee: Konstantin Marmalyukov
> Labels: testfailure
> Fix For: 4.4.x
>
>
> *2 Test Failure(s) in JBIDE 4.3.0.CR1 for common/jst/core component:*
> https://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-base_mast...
> # [org.jboss.tools.foundation.ui.test.BrowserUtilTest|https://jenkins.mw.lab...] (failing for 11 builds)
> # [org.jboss.tools.foundation.ui.test.BrowserUtilTest|https://jenkins.mw.lab...] (failing for 11 builds)
> [Search for Test Failure JIRAs in JBIDE 4.3.0.CR1 for common/jst/core component|https://issues.jboss.org/issues/?jql=labels+IN+%28%22testfailur...]
> -----
> * {color:red}org.jboss.tools.foundation.ui.test.BrowserUtilTest : testCreateBrowserOrLink{color} (failing for 11 builds)
>
> {code:title=https://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-base_master/786/testReport/org.jboss.tools.foundation.ui.test/BrowserUtilTest/testCreateBrowserOrLink}
> <case>
> <age>11</age>
> <className>org.jboss.tools.foundation.ui.test.BrowserUtilTest</className>
> <duration>0.268</duration>
> <errorStackTrace>java.lang.AssertionError: null
> at org.junit.Assert.fail(Assert.java:86)
> at org.junit.Assert.assertTrue(Assert.java:41)
> at org.junit.Assert.assertTrue(Assert.java:52)
> at org.jboss.tools.foundation.ui.test.BrowserUtilTest.testCreateBrowserOrLink(BrowserUtilTest.java:51)
> </errorStackTrace>
> <failedSince>776</failedSince>
> <name>testCreateBrowserOrLink</name>
> <skipped>false</skipped>
> <status>FAILED</status>
> </case>
> {code}
> * {color:red}org.jboss.tools.foundation.ui.test.BrowserUtilTest : testCreateBrowser{color} (failing for 11 builds)
>
> {code:title=https://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-base_master/786/testReport/org.jboss.tools.foundation.ui.test/BrowserUtilTest/testCreateBrowser}
> <case>
> <age>11</age>
> <className>org.jboss.tools.foundation.ui.test.BrowserUtilTest</className>
> <duration>0.0030</duration>
> <errorStackTrace>java.lang.AssertionError: null
> at org.junit.Assert.fail(Assert.java:86)
> at org.junit.Assert.assertTrue(Assert.java:41)
> at org.junit.Assert.assertNotNull(Assert.java:712)
> at org.junit.Assert.assertNotNull(Assert.java:722)
> at org.jboss.tools.foundation.ui.test.BrowserUtilTest.testCreateBrowser(BrowserUtilTest.java:32)
> </errorStackTrace>
> <failedSince>776</failedSince>
> <name>testCreateBrowser</name>
> <skipped>false</skipped>
> <status>FAILED</status>
> </case>
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (JBIDE-18880) Visual Preview java fatal error
by Konstantin Marmalyukov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18880?page=com.atlassian.jira.plugi... ]
Konstantin Marmalyukov updated JBIDE-18880:
-------------------------------------------
Fix Version/s: 4.4.x
(was: 4.3.x)
> Visual Preview java fatal error
> -------------------------------
>
> Key: JBIDE-18880
> URL: https://issues.jboss.org/browse/JBIDE-18880
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: visual-page-editor-core
> Affects Versions: 4.2.0.Final
> Environment: Fedora 20 x86_64
> java version "1.7.0_71"
> OpenJDK Runtime Environment (fedora-2.5.3.0.fc20-x86_64 u71-b14)
> OpenJDK 64-Bit Server VM (build 24.65-b04, mixed mode)
> Reporter: Denis Golovin
> Assignee: Konstantin Marmalyukov
> Fix For: 4.4.x
>
> Attachments: hs_error.log
>
>
> JJVM crashes with console output:
> {code}
> #
> # A fatal error has been detected by the Java Runtime Environment:
> #
> # SIGSEGV (0xb) at pc=0x00007f49a16acbcc, pid=15823, tid=139957761074944
> #
> # JRE version: OpenJDK Runtime Environment (7.0_71-b14) (build 1.7.0_71-mockbuild_2014_10_15_17_02-b00)
> # Java VM: OpenJDK 64-Bit Server VM (24.65-b04 mixed mode linux-amd64 compressed oops)
> # Derivative: IcedTea 2.5.3
> # Distribution: Built on Fedora release 20 (Heisenbug) (Wed Oct 15 17:02:58 UTC 2014)
> # Problematic frame:
> # C [libjavascriptcoregtk-3.0.so.0+0x2e2bcc] void JSC::ConservativeRoots::genericAddSpan<JSC::CompositeMarkHook<JSC::JITStubRoutineSet, SC::DFGCodeBlocks> >(void*, void*, JSC::CompositeMarkHook<JSC::JITStubRoutineSet, JSC::DFGCodeBlocks>&)+0x7c
> #
> # Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
> #
> # An error report file with more information is saved as:
> # /tmp/jvm-15823/hs_error.log
> #
> # If you would like to submit a bug report, please include
> # instructions on how to reproduce the bug and visit:
> # http://icedtea.classpath.org/bugzilla
> #
> {code}
> see attached [^hs_error.log]
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months