[JBoss JIRA] (JBIDE-17580) Unable to scroll in CordovaSim (SWT.WEBKIT only) on Mac OS X
by Vlado Pakan (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17580?page=com.atlassian.jira.plugi... ]
Vlado Pakan closed JBIDE-17580.
-------------------------------
Verified with JBDS 8.0.0.Beta3-v20140706-0939-B172
> Unable to scroll in CordovaSim (SWT.WEBKIT only) on Mac OS X
> -------------------------------------------------------------
>
> Key: JBIDE-17580
> URL: https://issues.jboss.org/browse/JBIDE-17580
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: browsersim
> Affects Versions: 4.2.0.Beta2
> Reporter: Vineet Reynolds
> Assignee: Konstantin Marmalyukov
> Fix For: 4.2.0.Beta3
>
> Attachments: BrowserSimVsCordovaSim.png
>
>
> When text overflows the screen, CordovaSim does not display a vertical scrollbar on the Mac. This requires adding some CSS rest rules explicitly, namely this:
> {noformat}
> html, body {
> overflow-x: hidden;
> overflow-y: auto;
> }
> {noformat}
> Then and only then does the vertical scrollbar appear. This CSS reset should not be necessary only for the Mac. It is not required in other OSes and also not even on BrowserSim (on Mac).
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 10 months
[JBoss JIRA] (JBIDE-17721) Param validation is not changed right after all ParamConverterProviders are removed from the project
by Radoslav Rábara (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17721?page=com.atlassian.jira.plugi... ]
Radoslav Rábara closed JBIDE-17721.
-----------------------------------
Verified with JBDS 8.0.0 Beta3-v20140706-0939-B172
> Param validation is not changed right after all ParamConverterProviders are removed from the project
> ----------------------------------------------------------------------------------------------------
>
> Key: JBIDE-17721
> URL: https://issues.jboss.org/browse/JBIDE-17721
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: webservices
> Affects Versions: 4.2.0.Beta3
> Environment: JBoss WebServices Tools 1.7.0.Beta3-v20140628-0157-B555
> Reporter: Radoslav Rábara
> Assignee: Xavier Coulon
> Fix For: 4.2.0.Beta3
>
>
> Once there is at least one registered class, which implements ParamConverterProvider, in the project, the Param Validation (as implemented in JBIDE-15592) is bypassed (implemented in JBIDE-16763). However, after all ParamConverterProviders are unregistered/removed from the project, the Param Validation is still bypassed until the jax-rs validation is invoked by another action.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 10 months
[JBoss JIRA] (JBIDE-17730) JAX-RS @PathParam Field is not validated against @Path annotation value
by Radoslav Rábara (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17730?page=com.atlassian.jira.plugi... ]
Radoslav Rábara closed JBIDE-17730.
-----------------------------------
Verified with JBDS 8.0.0 Beta3-v20140706-0939-B172
> 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, 10 months
[JBoss JIRA] (JBIDE-17635) EAP 6.0.x has wrong links in the runtime download table
by Radoslav Rábara (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17635?page=com.atlassian.jira.plugi... ]
Radoslav Rábara closed JBIDE-17635.
-----------------------------------
Verified with JBDS 8.0.0 Beta3-v20140706-0939-B172
> EAP 6.0.x has wrong links in the runtime download table
> -------------------------------------------------------
>
> Key: JBIDE-17635
> URL: https://issues.jboss.org/browse/JBIDE-17635
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: runtime-detection
> Affects Versions: 4.2.0.Beta2
> Reporter: Martin Malina
> Assignee: Rob Stryker
> Fix For: 4.2.0.Beta3
>
> Attachments: download-links.png, eap-6.0.0-downloads.png, eap-6.0.0-zip-page.png, eap-6.0.1-downloads.png, eap-6.0.1-zip-page.png, eap-product-page.png
>
>
> In JBIDE-17500, direct links to access.redhat.com for EAP 6.0.x download were added.
> These links show up nicely when you progress through the runtime download dialog - i.e. after you accept the license.
> But it shows up wrong in the table that lists all the available runtimes for download:
> !download-links.png!
> For some reason the download link shows as Project URL. And Download URL is empty.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 10 months
[JBoss JIRA] (JBIDE-17501) EAP runtime download cannot be finished
by Radoslav Rábara (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17501?page=com.atlassian.jira.plugi... ]
Radoslav Rábara closed JBIDE-17501.
-----------------------------------
Verified with JBDS 8.0.0 Beta3-v20140706-0939-B172
> EAP runtime download cannot be finished
> ---------------------------------------
>
> Key: JBIDE-17501
> URL: https://issues.jboss.org/browse/JBIDE-17501
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: runtime-detection, server
> Affects Versions: 4.2.0.Beta2
> Environment: JBDS 8.0.0.Beta2a B106
> Reporter: Martin Malina
> Assignee: Rob Stryker
> Fix For: 4.2.0.Beta3
>
> Attachments: runtime-download-no-finish.png
>
>
> I tried download EAP 6.1 using the runtime download feature.
> I hit an issue when I go the path through Server -> New server (it works find if I go through Preferences -> JBoss Tools runtime detection).
> I chose EAP 6.1 as server type, then defaults (local, file operations), new runtime. There I clicked Download.
> I followed through - the runtime was downloaded, the fields pre-filled.
> But now the Finish button is grey and I cannot finish the dialog:
> !runtime-download-no-finish.png!
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 10 months
[JBoss JIRA] (JBIDE-17578) NPE when editing XHTML file with JAX-RS support enabled for the project
by Radoslav Rábara (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17578?page=com.atlassian.jira.plugi... ]
Radoslav Rábara closed JBIDE-17578.
-----------------------------------
Verified with JBDS 8.0.0 Beta3-v20140706-0939-B172
> NPE when editing XHTML file with JAX-RS support enabled for the project
> -----------------------------------------------------------------------
>
> Key: JBIDE-17578
> URL: https://issues.jboss.org/browse/JBIDE-17578
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: webservices
> Affects Versions: 4.2.0.Beta3
> Reporter: Alexey Kazakov
> Assignee: Xavier Coulon
> Fix For: 4.2.0.Beta3
>
>
> I have a jboss-javaee6-webapp project imported into my workspace.
> I also enabled JAX-RS support for this project.
> When I'm editing jboss-javaee6-webapp/src/main/webapp/resources/foo/input.xhtml I get the following NPE:
> {code}
> org.jboss.tools.common.validation.JBTValidationException
> at org.jboss.tools.common.validation.AsYouTypeValidatorManager.validate(AsYouTypeValidatorManager.java:188)
> at org.jboss.tools.common.validation.AsYouTypeValidatorManager.validateString(AsYouTypeValidatorManager.java:205)
> at org.jboss.tools.common.validation.AsYouTypeValidatorManager.validateString(AsYouTypeValidatorManager.java:200)
> at org.jboss.tools.common.validation.AsYouTypeValidatorManager.validate(AsYouTypeValidatorManager.java:254)
> at org.eclipse.wst.sse.ui.internal.reconcile.validator.ReconcileStepForValidator.validate(ReconcileStepForValidator.java:381)
> at org.eclipse.wst.sse.ui.internal.reconcile.validator.ReconcileStepForValidator.reconcileModel(ReconcileStepForValidator.java:259)
> at org.eclipse.jface.text.reconciler.AbstractReconcileStep.reconcile(AbstractReconcileStep.java:95)
> at org.eclipse.wst.sse.ui.internal.reconcile.validator.ValidatorStrategy.reconcile(ValidatorStrategy.java:269)
> at org.eclipse.wst.sse.ui.internal.reconcile.DocumentRegionProcessor.process(DocumentRegionProcessor.java:321)
> at org.eclipse.wst.sse.ui.internal.reconcile.StructuredRegionProcessor.process(StructuredRegionProcessor.java:258)
> at org.eclipse.wst.sse.ui.internal.reconcile.DirtyRegionProcessor$BackgroundThread.run(DirtyRegionProcessor.java:691)
> Caused by: java.lang.NullPointerException
> at org.jboss.tools.ws.jaxrs.ui.internal.validation.JaxrsMetamodelValidator.validate(JaxrsMetamodelValidator.java:426)
> at org.jboss.tools.common.validation.AsYouTypeValidatorManager.validate(AsYouTypeValidatorManager.java:183)
> ... 10 more
> {code}
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 10 months