[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.CR1
(was: 4.2.0.Beta3)
> 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
> Fix For: 4.2.0.CR1
>
>
> 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.2.6#6264)
11 years, 9 months
[JBoss JIRA] (JBIDE-17730) JAX-RS @PathParam Field is not validated against @Path annotation value
by Xavier Coulon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17730?page=com.atlassian.jira.plugi... ]
Xavier Coulon updated JBIDE-17730:
----------------------------------
Sprint: Sprint to Beta3 Release
> JAX-RS @PathParam Field is not validated against @Path annotation value
> -----------------------------------------------------------------------
>
> Key: JBIDE-17730
> URL: https://issues.jboss.org/browse/JBIDE-17730
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: webservices
> Affects Versions: 4.2.0.Beta2
> Reporter: Xavier Coulon
> Assignee: Xavier Coulon
> Fix For: 4.2.0.Beta3
>
>
> Take the following code:
> {code}
> @Path("/")
> public class CarResource {
>
> @PathParam("id")
> private Integer id;
>
> @GET
> @Path("{id}")
> public Object getCar() {
> return null;
> }
> }
> {code}
> replace {{@PathParam("id")}} with {{@PathParam("i")}}, there is no problem reported in 'as-you-type', while there should be (user has to save the file to see the problem markers).
> Same goes when changing the value of the {{@Path}} annotation on the method: no 'as-you-type' problem report.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 9 months
[JBoss JIRA] (JBIDE-17457) JAX-RS Resource Wizard has inconsistent validation of target entity
by Xavier Coulon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17457?page=com.atlassian.jira.plugi... ]
Xavier Coulon updated JBIDE-17457:
----------------------------------
Description:
The wizard should let the user click on the 'Finish' button even if no 'Target entity was specified', in which case, the JAX-RS Resource Methods checkboxes should be all unselected and disabled and the generated code should only contain the package and type declaration (no method)
BUT when you actually type in class for entity and it does not exist or you edit the field to be be blank the wizard shows an error where it should just be a warning and allow you to create it as if you hadn't edited the field.
Should only make it an error if one of the methodstub checkboxes actually requires a type.
was:
The wizard should let the user click on the 'Finish' button even if no 'Target entoty was specified', in which case, the JAX-RS Resource Methods checkboxes should be all unselected and disabled and the generated code should only contain the package and type declaration (no method)
BUT when you actually type in class for entity and it does not exist or you edit the field to be be blank the wizard shows an error where it should just be a warning and allow you to create it as if you hadn't edited the field.
Should only make it an error if one of the methodstub checkboxes actually requires a type.
> JAX-RS Resource Wizard has inconsistent validation of target entity
> -------------------------------------------------------------------
>
> Key: JBIDE-17457
> URL: https://issues.jboss.org/browse/JBIDE-17457
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: webservices
> Affects Versions: 4.2.0.Beta2
> Reporter: Xavier Coulon
> Assignee: Xavier Coulon
> Fix For: 4.2.0.Beta3
>
>
> The wizard should let the user click on the 'Finish' button even if no 'Target entity was specified', in which case, the JAX-RS Resource Methods checkboxes should be all unselected and disabled and the generated code should only contain the package and type declaration (no method)
> BUT when you actually type in class for entity and it does not exist or you edit the field to be be blank the wizard shows an error where it should just be a warning and allow you to create it as if you hadn't edited the field.
> Should only make it an error if one of the methodstub checkboxes actually requires a type.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 9 months
[JBoss JIRA] (JBIDE-17457) JAX-RS Resource Wizard has inconsistent validation of target entity
by Xavier Coulon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17457?page=com.atlassian.jira.plugi... ]
Xavier Coulon updated JBIDE-17457:
----------------------------------
Fix Version/s: 4.2.0.CR1
(was: 4.2.0.Beta3)
> JAX-RS Resource Wizard has inconsistent validation of target entity
> -------------------------------------------------------------------
>
> Key: JBIDE-17457
> URL: https://issues.jboss.org/browse/JBIDE-17457
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: webservices
> Affects Versions: 4.2.0.Beta2
> Reporter: Xavier Coulon
> Assignee: Xavier Coulon
> Fix For: 4.2.0.CR1
>
>
> The wizard should let the user click on the 'Finish' button even if no 'Target entity was specified', in which case, the JAX-RS Resource Methods checkboxes should be all unselected and disabled and the generated code should only contain the package and type declaration (no method)
> BUT when you actually type in class for entity and it does not exist or you edit the field to be be blank the wizard shows an error where it should just be a warning and allow you to create it as if you hadn't edited the field.
> Should only make it an error if one of the methodstub checkboxes actually requires a type.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 9 months
[JBoss JIRA] (JBIDE-17443) CordovaSim crash on Fedora 20 when browsing a jQueryMobile based app
by Konstantin Marmalyukov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17443?page=com.atlassian.jira.plugi... ]
Konstantin Marmalyukov updated JBIDE-17443:
-------------------------------------------
Fix Version/s: 4.2.0.CR1
(was: 4.2.0.Beta3)
> CordovaSim crash on Fedora 20 when browsing a jQueryMobile based app
> --------------------------------------------------------------------
>
> Key: JBIDE-17443
> URL: https://issues.jboss.org/browse/JBIDE-17443
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: aerogear-hybrid, browsersim
> Affects Versions: 4.2.0.Beta1
> Environment: Fedora 20
> JBoss Developer Studio 8.0.0.Beta1
> webkitgtk-2.2.7-1.fc20.x86_64
> Reporter: Vineet Reynolds
> Assignee: Konstantin Marmalyukov
> Fix For: 4.2.0.CR1
>
>
> The root cause appears to be whatever is causing JBIDE-17442 to manifest. Raising this to track CordovaSim behavior, since it relies on the BrowserSim component.
> CordovaSim crashes when launching the TicketMonster app (from WFK 2.6). The offending line of code seems to be :
> {noformat}
> $("#container").enhanceWithin();
> {noformat}
> in the mobile {{router.js}}. The [enhanceWithin API|http://api.jquerymobile.com/enhanceWithin/] is new in jQueryMobile 1.4.x. The same line works without any flaw in CordovaSim on Windows and Mac OS X.
> Additional notes - strace output reveals that BrowserSim is terminated due to a SIGTRAP event, which is a bit weird.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 9 months