[JBoss JIRA] (JBIDE-17408) jst.jsdt plugin should depend on SPECIFIC version of tern.java, not just 0.2.0
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17408?page=com.atlassian.jira.plugi... ]
Denis Golovin commented on JBIDE-17408:
---------------------------------------
Nick, after playing with features to restrict the tern version I got to the same decision :) but I usd closed range
{code}[0.2.0.201405210810,0.2.0.201405210811){code}
to be sure it is working.
probably open range with version with qualifier you suggested above has the same effect, but we have to test it to be sure.
> jst.jsdt plugin should depend on SPECIFIC version of tern.java, not just 0.2.0
> ------------------------------------------------------------------------------
>
> Key: JBIDE-17408
> URL: https://issues.jboss.org/browse/JBIDE-17408
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jsp/jsf/xml/html source editing
> Affects Versions: 4.2.0.Beta2
> Reporter: Nick Boldt
> Assignee: Victor Rubezhny
> Fix For: 4.2.0.Beta3
>
>
> Max says (paraphrasing):
> "The JSDT stuff should be locked down so that it depends on a specific version of tern.java, not just any version. We want it so that users can only install the version of tern.java we include in our TP."
> Currently, this is 0.2.0.201405210810.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 6 months
[JBoss JIRA] (JBIDE-17487) Improve layout of Ajax and Enhance checkboxes in jQuery Properties
by Viacheslav Kabanovich (JIRA)
Viacheslav Kabanovich created JBIDE-17487:
---------------------------------------------
Summary: Improve layout of Ajax and Enhance checkboxes in jQuery Properties
Key: JBIDE-17487
URL: https://issues.jboss.org/browse/JBIDE-17487
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: jsp/jsf/xml/html source editing
Reporter: Viacheslav Kabanovich
Assignee: Viacheslav Kabanovich
Fix For: 4.2.0.Beta3
All customized forms have Ajax and Enhance checkboxes in one line. Default form puts all fields in one column. Ajax and Enhance are most common controls. And the difference in layout is too evident for them. Let they be processed by default form to be in the same line as in other forms.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 6 months
[JBoss JIRA] (JBIDE-17486) Label in jQuery Mobile Palette
by Viacheslav Kabanovich (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17486?page=com.atlassian.jira.plugi... ]
Viacheslav Kabanovich commented on JBIDE-17486:
-----------------------------------------------
Now, I think that if we create something as basic as <div id="ID"></div> or <span id="ID></span> that can be used not only as a label but for any purposes, then why not just have as basic item in palette named 'Block' with choice of <div> or <span>.
> Label in jQuery Mobile Palette
> ------------------------------
>
> Key: JBIDE-17486
> URL: https://issues.jboss.org/browse/JBIDE-17486
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: jsp/jsf/xml/html source editing
> Reporter: Burr Sutter
> Assignee: Viacheslav Kabanovich
> Fix For: 4.2.0.Beta3
>
>
> Does jQuery Mobile offer a basic "label"? When I just want to replace the text programmatically?
> <div id="stuff"></div>
> $("#stuff").html("stuff is happening here"); // this based on button click
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 6 months
[JBoss JIRA] (JBIDE-17486) Label in jQuery Mobile Palette
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17486?page=com.atlassian.jira.plugi... ]
Alexey Kazakov commented on JBIDE-17486:
----------------------------------------
HTML Label item (<label>) is supposed to be used as labels form input elements. It has "for" and "form" fields.
So I'm not sure we should mix these two wizards.
But having two items labeled "Label", one in jQuery Mobile and one in HTML categories may be confusing. What about renaming the Label from HTML to something like "Form Label" or "Input Label" ?
Or it's better to improve the current Label (in HTML category) dialog to add a new checkbox: <div>, <span>, <label> and enable "form" and "for" fields/attributes only if <label> is chosen.
WDYT?
> Label in jQuery Mobile Palette
> ------------------------------
>
> Key: JBIDE-17486
> URL: https://issues.jboss.org/browse/JBIDE-17486
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: jsp/jsf/xml/html source editing
> Reporter: Burr Sutter
> Assignee: Viacheslav Kabanovich
> Fix For: 4.2.0.Beta3
>
>
> Does jQuery Mobile offer a basic "label"? When I just want to replace the text programmatically?
> <div id="stuff"></div>
> $("#stuff").html("stuff is happening here"); // this based on button click
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 6 months
[JBoss JIRA] (JBIDE-17486) Label in jQuery Mobile Palette
by Viacheslav Kabanovich (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17486?page=com.atlassian.jira.plugi... ]
Viacheslav Kabanovich commented on JBIDE-17486:
-----------------------------------------------
We have palette item Label under HTML 5.0 which generates <label id="label-1"></label>. May we just append to it tag selection with choices <label>, <span>, <div>, or should we have one more item in palette?
> Label in jQuery Mobile Palette
> ------------------------------
>
> Key: JBIDE-17486
> URL: https://issues.jboss.org/browse/JBIDE-17486
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: jsp/jsf/xml/html source editing
> Reporter: Burr Sutter
> Assignee: Viacheslav Kabanovich
> Fix For: 4.2.0.Beta3
>
>
> Does jQuery Mobile offer a basic "label"? When I just want to replace the text programmatically?
> <div id="stuff"></div>
> $("#stuff").html("stuff is happening here"); // this based on button click
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 6 months
[JBoss JIRA] (JBIDE-17479) Add reference to JS/CSS dialog is empty
by Daniel Azarov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17479?page=com.atlassian.jira.plugi... ]
Daniel Azarov commented on JBIDE-17479:
---------------------------------------
On my Windows 8.1 it works just fine
> Add reference to JS/CSS dialog is empty
> ---------------------------------------
>
> Key: JBIDE-17479
> URL: https://issues.jboss.org/browse/JBIDE-17479
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jsp/jsf/xml/html source editing
> Affects Versions: 4.2.0.Beta2
> Environment: JBDS 8.0.0.Beta2-v20140525-2146-B104
> Fedora 18 64bit KDE
> Java Oracle 1.7.0_51
> Reporter: Vlado Pakan
> Assignee: Viacheslav Kabanovich
> Fix For: 4.2.0.Beta3
>
>
> 1. Create new empty HTML file
> 2. Try to insert tag from JQuery Mobile Palette
> 3. Check checkbox Add Reference to JS/CSS
> 4. Click Next >
> ERROR: Wizard page is empty no widgets present
> 5. Click < Back
> 6. Click Hide Preview
> 7. Click Show Preview
> 8. Click Next >
> ASSERT: Now wizard page has proper content
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 6 months
[JBoss JIRA] (JBIDE-17486) Label in jQuery Mobile Palette
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17486?page=com.atlassian.jira.plugi... ]
Alexey Kazakov reassigned JBIDE-17486:
--------------------------------------
Assignee: Viacheslav Kabanovich (was: Alexey Kazakov)
> Label in jQuery Mobile Palette
> ------------------------------
>
> Key: JBIDE-17486
> URL: https://issues.jboss.org/browse/JBIDE-17486
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: jsp/jsf/xml/html source editing
> Reporter: Burr Sutter
> Assignee: Viacheslav Kabanovich
> Fix For: 4.2.0.Beta3
>
>
> Does jQuery Mobile offer a basic "label"? When I just want to replace the text programmatically?
> <div id="stuff"></div>
> $("#stuff").html("stuff is happening here"); // this based on button click
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 6 months
[JBoss JIRA] (JBIDE-17486) Label in jQuery Mobile Palette
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17486?page=com.atlassian.jira.plugi... ]
Alexey Kazakov commented on JBIDE-17486:
----------------------------------------
I haven't seen anything else but using <div> as a label when you need to be able to replace the text programmatically.
We will try to figure out what is a common practice in JQM for such labels but IMHO div/span is a good start.
It is easy implement if [~maxandersen] approves it for Beta3.
> Label in jQuery Mobile Palette
> ------------------------------
>
> Key: JBIDE-17486
> URL: https://issues.jboss.org/browse/JBIDE-17486
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: jsp/jsf/xml/html source editing
> Reporter: Burr Sutter
> Assignee: Alexey Kazakov
> Fix For: 4.2.0.Beta3
>
>
> Does jQuery Mobile offer a basic "label"? When I just want to replace the text programmatically?
> <div id="stuff"></div>
> $("#stuff").html("stuff is happening here"); // this based on button click
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 6 months