[jbosstools-issues] [JBoss JIRA] (JBIDE-17032) Ability to configure jQuery / jQuery Mobile versions injected by Palette

Vineet Reynolds (JIRA) issues at jboss.org
Mon May 5 12:46:56 EDT 2014


    [ https://issues.jboss.org/browse/JBIDE-17032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12965599#comment-12965599 ] 

Vineet Reynolds commented on JBIDE-17032:
-----------------------------------------

I'll re-emphasize one bit of info - the versions of jQueyr and jQuery Mobile that we'd want to support out of the box are:

jQueryMobile:

* 1.4.2

jQuery:

* 1.10.2
* 2.0.3

In WFk 2.6, the quickstarts now use jQuery 2.0.3 and jQuery Mobile 1.4.2.

For JBDS, I'm not sure jQuery 2.0.3 would be a good default over 1.10.2, given most of the JBDS user base is on Windows, and MSIE 6-8 support maybe expected from the selected version of jQuery. I'd prefer to have inputs from [~akazakov] and [~maxandersen] on which would be suitable.

And the proposed designs do look like what we'd want to continue to build on in the future.

> Ability to configure jQuery / jQuery Mobile versions injected by Palette
> ------------------------------------------------------------------------
>
>                 Key: JBIDE-17032
>                 URL: https://issues.jboss.org/browse/JBIDE-17032
>             Project: Tools (JBoss Tools)
>          Issue Type: Feature Request
>          Components: jsp/jsf/xml/html source editing
>            Reporter: Alexey Kazakov
>            Assignee: Viacheslav Kabanovich
>            Priority: Critical
>              Labels: new_and_noteworthy
>             Fix For: 4.2.0.Beta2
>
>         Attachments: 2014-04-25 17.02.bmml, 2014-04-25 17.02.bmml, 2014-04-25 17.02.png, css.gif, js.png, lib.png, NextPage.bmml, NextPage.bmml, NextPage.bmml, NextPage.png, Preferences.bmml, Preferences.png, SeparateDialog.bmml, SeparateDialog.png
>
>
> Currently the following versions are injected for JQM 1.4:
> {code}
> <script src="http://code.jquery.com/jquery-1.10.2.min.js"></script>
> <script src="http://code.jquery.com/mobile/1.4.2/jquery.mobile-1.4.2.min.js"></script> 
> {code}
> And for JQM 1.3:
> {code}
> <script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
> <script src="http://code.jquery.com/mobile/1.3.2/jquery.mobile-1.3.2.min.js"></script>
> {code}
> It would be good if we have a place where users can configure what versions of JQ and JQM they want to inject.



--
This message was sent by Atlassian JIRA
(v6.2.3#6260)


More information about the jbosstools-issues mailing list