[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: 4.3.x
(was: 4.2.0.CR1)
> 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: 4.3.x
>
> 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.3.1#6329)
11 years, 7 months
[JBoss JIRA] (JBIDE-2243) VPE shows wrong page while using h:panelGrid and includes in markup
by Konstantin Marmalyukov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-2243?page=com.atlassian.jira.plugin... ]
Konstantin Marmalyukov updated JBIDE-2243:
------------------------------------------
Fix Version/s: LATER
(was: 4.2.0.CR1)
> VPE shows wrong page while using h:panelGrid and includes in markup
> -------------------------------------------------------------------
>
> Key: JBIDE-2243
> URL: https://issues.jboss.org/browse/JBIDE-2243
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: visual-page-editor-templates
> Reporter: Ilya Shaikovsky
> Assignee: Konstantin Marmalyukov
> Priority: Minor
> Fix For: LATER
>
> Attachments: sortingFeature.zip, with PG.jpg, without PG.jpg
>
>
> pages attached. It's a pages from RF livedemo project.
> try to remove h:panelGroup tags from 32 and 34 lines of sortingUsage.xhtml page.
> On VPE - nothing changed in representation.
> But running this sample under FireFox and IE7, i'm getting different results using this tag and without it..
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 7 months
[JBoss JIRA] (JBIDE-3382) f:verbatim interaction with JSF tags
by Konstantin Marmalyukov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-3382?page=com.atlassian.jira.plugin... ]
Konstantin Marmalyukov updated JBIDE-3382:
------------------------------------------
Fix Version/s: LATER
(was: 4.2.0.CR1)
> f:verbatim interaction with JSF tags
> ------------------------------------
>
> Key: JBIDE-3382
> URL: https://issues.jboss.org/browse/JBIDE-3382
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: visual-page-editor-templates
> Affects Versions: 3.0.0.CR2
> Reporter: Yura Zhishko
> Assignee: Konstantin Marmalyukov
> Fix For: LATER
>
> Attachments: richT1.zip, screenshot-1.jpg, testT1_noVerbatim.zip
>
>
> 1) Import attached project
> 2) Open emptyTags.jsp page
> 3) You'll see a full list of jsf components with f:verbatim tag inside
> 4) Run this project on server
> RESULT: VPE reflection and browser reflection are different (see screen shot)
> Every tag has a label opposite itself with instruction how it processes f:verbatim tag.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 7 months
[JBoss JIRA] (JBIDE-15599) Changes on a subresource locator fields are not propagated to the JAX-RS Explorer
by Xavier Coulon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15599?page=com.atlassian.jira.plugi... ]
Xavier Coulon resolved JBIDE-15599.
-----------------------------------
Fix Version/s: 4.2.0.CR1
(was: 4.2.x)
Resolution: Done
Cannot reproduce the problem, it was resolved in a previous fix or enhancement.
> Changes on a subresource locator fields are not propagated to the JAX-RS Explorer
> ---------------------------------------------------------------------------------
>
> Key: JBIDE-15599
> URL: https://issues.jboss.org/browse/JBIDE-15599
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: webservices
> Affects Versions: 4.1.0.Final
> Reporter: Xavier Coulon
> Assignee: Xavier Coulon
> Fix For: 4.2.0.CR1
>
>
> Take the following classes:
> {code}
> @Path("/products")
> public class ProductResourceLocator {
> @QueryParam("foo")
> private String foo;
> @Path("/{productType}")
> public Object getProductResourceLocator() {
> return new BookResource();
> }
> }
> {code}
> and
> {code}
> @Produces({ MediaType.APPLICATION_XML, "application/json" })
> public class BookResource {
> @GET
> @Path("/{id}")
> @Produces({ "application/xml", "application/json" })
> public Book getProduct(@PathParam("id") Integer id) {
> return null;
> }
> }
> {code}
> and modify the @QueryParam value of the "foo" field.
> ASSERT: the changes appear in the Project Explorer
> FAIL: the old @QueryParam annotation value is still used
> WORKAROUND: Refresh the JAX-RS Web Services node.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 7 months
[JBoss JIRA] (JBIDE-3511) Text body of h:outputText and h:outputFormat is rendered in incorrect sequence
by Konstantin Marmalyukov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-3511?page=com.atlassian.jira.plugin... ]
Konstantin Marmalyukov updated JBIDE-3511:
------------------------------------------
Fix Version/s: LATER
(was: 4.2.0.CR1)
> Text body of h:outputText and h:outputFormat is rendered in incorrect sequence
> ------------------------------------------------------------------------------
>
> Key: JBIDE-3511
> URL: https://issues.jboss.org/browse/JBIDE-3511
> Project: Tools (JBoss Tools)
> Issue Type: Sub-task
> Components: visual-page-editor-templates
> Affects Versions: 3.0.0.cr1
> Reporter: Yahor Radtsevich
> Assignee: Konstantin Marmalyukov
> Fix For: LATER
>
> Attachments: 03_12_15_h_outputX_inner_text.gif
>
>
> Download 'testT1_noVerbatim.zip' from JBIDE-3382 file attachment list and import it into your Eclipse workspace.
> Open file /richT1/WebContent/pages/emptyTest/emptyTags2.jsp in VPE.
> Actual Result: VPE renders attribute 'value' of the tags BEFORE their body.
> Expected Result: VPE renders attribute 'value' of the tags AFTER their body, as in browser. See screenshot [1].
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 7 months
[JBoss JIRA] (JBIDE-15881) Annotated field with QueryParam missing in URL Endpoint template
by Xavier Coulon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15881?page=com.atlassian.jira.plugi... ]
Xavier Coulon resolved JBIDE-15881.
-----------------------------------
Fix Version/s: 4.2.0.CR1
(was: 4.2.x)
Resolution: Done
Cannot reproduce it now. Was resolved in previous fixes/enhancements.
> Annotated field with QueryParam missing in URL Endpoint template
> ----------------------------------------------------------------
>
> Key: JBIDE-15881
> URL: https://issues.jboss.org/browse/JBIDE-15881
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: webservices
> Affects Versions: 4.1.0.Final
> Reporter: Xavier Coulon
> Assignee: Xavier Coulon
> Fix For: 4.2.0.CR1
>
>
> Take the following classes:
> {code}
> @Path("/products")
> public class ProductResourceLocator {
> @QueryParam("foo1")
> private String foo2;
> @Path("/{productType}")
> public Object getProductResourceLocator() {
> return new BookResource();
> }
> }
> {code}
> and
> {code}
> @Produces({ MediaType.APPLICATION_XML, "application/json" })
> public class BookResource {
> @GET
> @Path("/{id}")
> @Produces({ "application/xml", "application/json" })
> public Book getProduct(@PathParam("id") Integer id) {
> return null;
> }
> }
> {code}
> ASSERT: the URL Template for the Endpoint should be something like
> {code}
> /products/{productType}/{id}?foo1={String}
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 7 months
[JBoss JIRA] (JBIDE-3512) Text bodies of tags h:commandButton, h:inputSecret, h:inputText and h:inputTextarea are not rendered by VPE
by Konstantin Marmalyukov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-3512?page=com.atlassian.jira.plugin... ]
Konstantin Marmalyukov updated JBIDE-3512:
------------------------------------------
Fix Version/s: LATER
(was: 4.2.0.CR1)
> Text bodies of tags h:commandButton, h:inputSecret, h:inputText and h:inputTextarea are not rendered by VPE
> -----------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-3512
> URL: https://issues.jboss.org/browse/JBIDE-3512
> Project: Tools (JBoss Tools)
> Issue Type: Sub-task
> Components: visual-page-editor-templates
> Affects Versions: 3.0.0.cr1
> Reporter: Yahor Radtsevich
> Assignee: Konstantin Marmalyukov
> Fix For: LATER
>
> Attachments: 5_7_8_9_button_and_inputX_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 5,7,8 and 9.
> Actual Result: VPE DOES NOT render text bodies of the tags h:commandButton, h:inputSecret, h:inputText and h:inputTextarea.
> Expected Result: VPE DOES render the bodies of the tags. See screenshot [1].
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 7 months
[JBoss JIRA] (JBIDE-3514) Text bodies of h:graphicImage, h:message, h:messages, h:panelGrid are rendered incorrectly by VPE
by Konstantin Marmalyukov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-3514?page=com.atlassian.jira.plugin... ]
Konstantin Marmalyukov updated JBIDE-3514:
------------------------------------------
Fix Version/s: LATER
(was: 4.2.0.CR1)
> Text bodies of h:graphicImage, h:message, h:messages, h:panelGrid are rendered incorrectly by VPE
> -------------------------------------------------------------------------------------------------
>
> Key: JBIDE-3514
> URL: https://issues.jboss.org/browse/JBIDE-3514
> Project: Tools (JBoss Tools)
> Issue Type: Sub-task
> Components: visual-page-editor-templates
> Affects Versions: 3.0.0.cr1
> Reporter: Yahor Radtsevich
> Assignee: Konstantin Marmalyukov
> Fix For: LATER
>
> Attachments: 06_10_11_16_innerText.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 6,10,11,16.
> Actual Result: VPE renders text bodies of the tags h:graphicImage, h:message, h:messages, h:panelGrid incorrectly.
> Expected Result: View of the tags in VPE same as in browser. See screenshot [1].
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 7 months
[JBoss JIRA] (JBIDE-3513) Text bodies of tags h:select... are not rendered by VPE
by Konstantin Marmalyukov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-3513?page=com.atlassian.jira.plugin... ]
Konstantin Marmalyukov updated JBIDE-3513:
------------------------------------------
Fix Version/s: LATER
(was: 4.2.0.CR1)
> Text bodies of tags h:select... are not rendered by VPE
> -------------------------------------------------------
>
> Key: JBIDE-3513
> URL: https://issues.jboss.org/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: Konstantin Marmalyukov
> Fix For: LATER
>
> 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 was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 7 months