[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)
11 years, 10 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)
11 years, 10 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)
11 years, 10 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)
11 years, 10 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)
11 years, 10 months
[JBoss JIRA] (JBTIS-280) Update JBT IS TP build to latest tycho (and discover missing dependencies!)
by Nick Boldt (JIRA)
Nick Boldt created JBTIS-280:
--------------------------------
Summary: Update JBT IS TP build to latest tycho (and discover missing dependencies!)
Key: JBTIS-280
URL: https://issues.jboss.org/browse/JBTIS-280
Project: JBoss Tools Integration Stack
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: target-platform
Affects Versions: 4.2.0.Alpha1-TP
Reporter: Nick Boldt
Wanted to see if the JBT IS TP could fetch sources, and it can. As it was building, I noticed that you're using Tycho 0.18.1 (not 0.20.0 or 0.21.0-SNAPSHOT) and a very old version of org.jboss.tools.tycho-plugins:target-platform-utils:0.16.0.CR2.
So, I bumped you up to 0.20.0 and 0.19.0-SNAPSHOT, and got this error:
{code}
Unable to satisfy dependency from
org.springframework.osgi.io 1.2.1 to
package org.springframework.util [2.5.6,4.0.0).;
No solution found because the
problem is unsatisfiable.
{code}
Attached is a PR which shows what I tried, how it failed, and what I tried to do to fix it.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
11 years, 10 months
[JBoss JIRA] (JBIDE-17486) Label in jQuery Mobile Palette
by Burr Sutter (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17486?page=com.atlassian.jira.plugi... ]
Burr Sutter commented on JBIDE-17486:
-------------------------------------
I think you nailed it - I like the span vs div aspect as well.
I was not sure if in jQuery Mobile land if they had another concept for "label".
> 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)
11 years, 10 months
[JBoss JIRA] (JBIDE-17171) Tab jQuery of Properties View: Cosmetic problems
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17171?page=com.atlassian.jira.plugi... ]
Alexey Kazakov resolved JBIDE-17171.
------------------------------------
Fix Version/s: 4.2.0.Beta2
(was: 4.2.0.Beta3)
Resolution: Partially Completed
OK. Let's put them in the one line by default too. Slava, please create a new issue for that and link it here. Thanks.
> Tab jQuery of Properties View: Cosmetic problems
> ------------------------------------------------
>
> Key: JBIDE-17171
> URL: https://issues.jboss.org/browse/JBIDE-17171
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jsp/jsf/xml/html source editing
> Affects Versions: 4.2.0.Beta1
> Reporter: Daniel Azarov
> Assignee: Viacheslav Kabanovich
> Priority: Minor
> Fix For: 4.2.0.Beta2
>
> Attachments: JQContent2.png, JQExtraSeparators.png, JQMProperties5.png
>
>
> 1. Extra separators
> Test case:
> EXECUTE:
> 1. Create HTML 5 file:
> {code}
> <!DOCTYPE html>
> <html>
> <head>
> <meta name="viewport" content="width=device-width, initial-scale=1">
> <link rel="stylesheet" href="http://code.jquery.com/mobile/1.4.2/jquery.mobile-1.4.2.min.css" />
> <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>
> </head>
> <body>
> <div data-role="dialog">
> </div>
> </body>
> </html>
> {code}
> 2. Open file in Visual Page Editor
> 3. Select tag "div"
> 4. Open tab "jQuery" of Properties View
> FAIL:
> !JQExtraSeparators.png!
> 2. Different size of field "Data Role"
> !JQContent2.png!
> !JQExtraSeparators.png!
> -3. Code assist sign (yellow bulb icon) does not make sense with every field-
> -For instance, field "Tolerance", if you press Ctrl+Space - nothing happen.-
> !JQMProperties5.png!
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
11 years, 10 months
[JBoss JIRA] (JBIDE-17171) Tab jQuery of Properties View: Cosmetic problems
by Viacheslav Kabanovich (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17171?page=com.atlassian.jira.plugi... ]
Viacheslav Kabanovich commented on JBIDE-17171:
-----------------------------------------------
It was not meant to have checkboxes 'Ajax' and 'Enhance' layouted in the same way in all forms. When they both appeared on a customized form, I put them in one line, which useful to save area in case of many controls. Some widgets have no customized form, and by default all controls are put in one column. But I am ready to agree that even in the default form, we can always put 'Ajax' and 'Enhance' in one line. [~akazakov], should we do that? Is it ok to add one more PR to this issue, or is it better to create new task?
> Tab jQuery of Properties View: Cosmetic problems
> ------------------------------------------------
>
> Key: JBIDE-17171
> URL: https://issues.jboss.org/browse/JBIDE-17171
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jsp/jsf/xml/html source editing
> Affects Versions: 4.2.0.Beta1
> Reporter: Daniel Azarov
> Assignee: Viacheslav Kabanovich
> Priority: Minor
> Fix For: 4.2.0.Beta3
>
> Attachments: JQContent2.png, JQExtraSeparators.png, JQMProperties5.png
>
>
> 1. Extra separators
> Test case:
> EXECUTE:
> 1. Create HTML 5 file:
> {code}
> <!DOCTYPE html>
> <html>
> <head>
> <meta name="viewport" content="width=device-width, initial-scale=1">
> <link rel="stylesheet" href="http://code.jquery.com/mobile/1.4.2/jquery.mobile-1.4.2.min.css" />
> <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>
> </head>
> <body>
> <div data-role="dialog">
> </div>
> </body>
> </html>
> {code}
> 2. Open file in Visual Page Editor
> 3. Select tag "div"
> 4. Open tab "jQuery" of Properties View
> FAIL:
> !JQExtraSeparators.png!
> 2. Different size of field "Data Role"
> !JQContent2.png!
> !JQExtraSeparators.png!
> -3. Code assist sign (yellow bulb icon) does not make sense with every field-
> -For instance, field "Tolerance", if you press Ctrl+Space - nothing happen.-
> !JQMProperties5.png!
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
11 years, 10 months