[JBoss JIRA] Created: (JBIDE-8711) Visual Page Editor very often just shows Grey area where Visual Page Editor should be when clicking a search result
by Max Rydahl Andersen (JIRA)
Visual Page Editor very often just shows Grey area where Visual Page Editor should be when clicking a search result
-------------------------------------------------------------------------------------------------------------------
Key: JBIDE-8711
URL: https://issues.jboss.org/browse/JBIDE-8711
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor core
Affects Versions: 3.2.0.Final
Environment: OS X
Reporter: Max Rydahl Andersen
Assignee: Maxim Areshkau
Priority: Critical
This is probably an OSX specific bug, but its very annoying.
When having a match in the Searches view that matches a xhtml file then more often than not the UI for the visual page editor and sometimes the whole editor is just grey as if nothing is rendering.
Switching back and forth between the tabs make it show up eventually.
Makes the visual page editor very annoying to use when navigating code :(
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 6 months
[JBoss JIRA] Created: (JBIDE-8874) Support XML documents for XSLT compliant browser
by Denis Golovin (JIRA)
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: Yahor Radtsevich
Attachments: screenshot59.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 is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 6 months
[JBoss JIRA] Created: (JBIDE-3513) Text bodies of tags h:select... are not rendered by VPE
by Yahor Radtsevich (JIRA)
Text bodies of tags h:select... are not rendered by VPE
-------------------------------------------------------
Key: JBIDE-3513
URL: https://jira.jboss.org/jira/browse/JBIDE-3513
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: Visual Page Editor Templates
Affects Versions: 3.0.0.cr1
Reporter: Yahor Radtsevich
Assignee: Maxim Areshkau
Fix For: 3.0.1.GA
Attachments: 17_19-22_h_selectX_inner_text.gif
1. Download 'testT1_noVerbatim.zip' from JBIDE-3382 file attachment list and import it into your Eclipse workspace.
2. Open file /richT1/WebContent/pages/emptyTest/emptyTags2.jsp in VPE.
3. Look at items 17,19,20,21,22
Actual Result: VPE DOES NOT render text bodies of the tags h:select... .
Expected Result: VPE DOES render the bodies of the tags. See screenshot [1].
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 6 months