[JBoss JIRA] (JBIDE-14746) jQuery Table Element preview doesn't show stripes when "Stripes:" checkbox is selected
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14746?page=com.atlassian.jira.plugi... ]
Denis Golovin updated JBIDE-14746:
----------------------------------
Attachment: (was: stripes-new.png)
> jQuery Table Element preview doesn't show stripes when "Stripes:" checkbox is selected
> --------------------------------------------------------------------------------------
>
> Key: JBIDE-14746
> URL: https://issues.jboss.org/browse/JBIDE-14746
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: jsp/jsf/xml/html source editing
> Affects Versions: 4.1.0.Beta2
> Reporter: Denis Golovin
> Priority: Optional
> Attachments: stripes-new.png
>
>
> To really see stripes generated test should contain at least three rows in tbody:
> {code}<table data-role="table" id="table-2" class="ui-responsive">
> <thead>
> <tr>
> <th>A</th>
> <th data-priority="1">B</th>
> <th data-priority="2">C</th>
> </tr>
> </thead>
> <tbody>
> <tr>
> <td>a1</td>
> <td>b1</td>
> <td>c1</td>
> </tr>
> <tr>
> <td>a2</td>
> <td>b2</td>
> <td>c2</td>
> </tr>
> <tr>
> <td>a3</td>
> <td>a3</td>
> <td>c3</td>
> </tr>
> </tbody>
> </table>
> {code}
> so instead of looking like:
> !stripes-old.png!
> it woold look like:
> !stripes-new.png!
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 10 months
[JBoss JIRA] (JBIDE-14746) jQuery Table Element preview doesn't show stripes when "Stripes:" checkbox is selected
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14746?page=com.atlassian.jira.plugi... ]
Denis Golovin updated JBIDE-14746:
----------------------------------
Attachment: stripes-new.png
stripes-new.png
> jQuery Table Element preview doesn't show stripes when "Stripes:" checkbox is selected
> --------------------------------------------------------------------------------------
>
> Key: JBIDE-14746
> URL: https://issues.jboss.org/browse/JBIDE-14746
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: jsp/jsf/xml/html source editing
> Affects Versions: 4.1.0.Beta2
> Reporter: Denis Golovin
> Priority: Optional
> Attachments: stripes-new.png, stripes-new.png
>
>
> To really see stripes generated test should contain at least three rows in tbody:
> {code}<table data-role="table" id="table-2" class="ui-responsive">
> <thead>
> <tr>
> <th>A</th>
> <th data-priority="1">B</th>
> <th data-priority="2">C</th>
> </tr>
> </thead>
> <tbody>
> <tr>
> <td>a1</td>
> <td>b1</td>
> <td>c1</td>
> </tr>
> <tr>
> <td>a2</td>
> <td>b2</td>
> <td>c2</td>
> </tr>
> <tr>
> <td>a3</td>
> <td>a3</td>
> <td>c3</td>
> </tr>
> </tbody>
> </table>
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 10 months
[JBoss JIRA] (JBIDE-14746) jQuery Table Element preview doesn't show stripes when "Stripes:" checkbox is selected
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14746?page=com.atlassian.jira.plugi... ]
Denis Golovin updated JBIDE-14746:
----------------------------------
Priority: Optional (was: Major)
> jQuery Table Element preview doesn't show stripes when "Stripes:" checkbox is selected
> --------------------------------------------------------------------------------------
>
> Key: JBIDE-14746
> URL: https://issues.jboss.org/browse/JBIDE-14746
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: jsp/jsf/xml/html source editing
> Affects Versions: 4.1.0.Beta2
> Reporter: Denis Golovin
> Priority: Optional
>
> To really see stripes generated test should contain at least three rows in tbody:
> {code}<table data-role="table" id="table-2" class="ui-responsive">
> <thead>
> <tr>
> <th>A</th>
> <th data-priority="1">B</th>
> <th data-priority="2">C</th>
> </tr>
> </thead>
> <tbody>
> <tr>
> <td>a1</td>
> <td>b1</td>
> <td>c1</td>
> </tr>
> <tr>
> <td>a2</td>
> <td>b2</td>
> <td>c2</td>
> </tr>
> <tr>
> <td>a3</td>
> <td>a3</td>
> <td>c3</td>
> </tr>
> </tbody>
> </table>
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 10 months
[JBoss JIRA] (JBIDE-14746) jQuery Table Element preview doesn't show stripes when "Stripes:" checkbox is selected
by Denis Golovin (JIRA)
Denis Golovin created JBIDE-14746:
-------------------------------------
Summary: jQuery Table Element preview doesn't show stripes when "Stripes:" checkbox is selected
Key: JBIDE-14746
URL: https://issues.jboss.org/browse/JBIDE-14746
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: jsp/jsf/xml/html source editing
Affects Versions: 4.1.0.Beta2
Reporter: Denis Golovin
To really see stripes generated test should contain at least three rows in tbody:
{code}<table data-role="table" id="table-2" class="ui-responsive">
<thead>
<tr>
<th>A</th>
<th data-priority="1">B</th>
<th data-priority="2">C</th>
</tr>
</thead>
<tbody>
<tr>
<td>a1</td>
<td>b1</td>
<td>c1</td>
</tr>
<tr>
<td>a2</td>
<td>b2</td>
<td>c2</td>
</tr>
<tr>
<td>a3</td>
<td>a3</td>
<td>c3</td>
</tr>
</tbody>
</table>
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 10 months
[JBoss JIRA] (JBIDE-14736) JQuery html page looks broken in Inetnal Web Browser when VPE is installed
by Yahor Radtsevich (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14736?page=com.atlassian.jira.plugi... ]
Yahor Radtsevich commented on JBIDE-14736:
------------------------------------------
That is correct. If there is no VPE, then WebKit is used as internal browser and everything is fine. But if VPE is present, than XULRunner 1.9 is used.
The problem is that XULRunner and WebKit cannot work in the same process on Linux (JBIDE-9144).
I do not think we can do anything here.
> JQuery html page looks broken in Inetnal Web Browser when VPE is installed
> --------------------------------------------------------------------------
>
> Key: JBIDE-14736
> URL: https://issues.jboss.org/browse/JBIDE-14736
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: Visual Page Editor core
> Affects Versions: 4.1.0.Beta1
> Environment: Linux, x86_64
> Reporter: Denis Golovin
> Attachments: jquery-internal-browser.png
>
>
> Internal Web Browser cannot load JQuery pages if VPE editor is installed.
> !jquery-internal-browser.png!
> works fine for plain eclipse
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 10 months
[JBoss JIRA] (JBDS-2653) Can't update m2e-wtp to latest version in JBDS
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBDS-2653?page=com.atlassian.jira.plugin.... ]
Max Rydahl Andersen commented on JBDS-2653:
-------------------------------------------
this means com.jboss.jbds.m2e.feature.feature.group still exist and is blocking updates.
I thought we removed and stopped all usage of such features to avoid this exact problem ?
> Can't update m2e-wtp to latest version in JBDS
> ----------------------------------------------
>
> Key: JBDS-2653
> URL: https://issues.jboss.org/browse/JBDS-2653
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Build, maven
> Affects Versions: 7.0.0.Beta1
> Reporter: Fred Bricon
> Fix For: 7.0.0.Beta2
>
>
> {quote}
> [19:26] <@fbricon> using latest JBDS beta1, I can't upgrade m2e-wtp to the version sitting in http://download.eclipse.org/m2e-wtp/milestones/kepler/1.0.0/1.0.0.2013060...
> [19:26] <@fbricon> though it seems JPA, JAXRS and JSF features can be updated
> [19:27] <@fbricon> nboldt: that can't be a range restriction from the features/plugins in central, otherwise m2e-wtp 1.0.0 wouldn't be installed in JBDS at all
> [19:28] <@fbricon> nboldt: m2e itself can be updated
> {quote}
> I can see the remediation screen and some option seems to be to uninstall JBDS to fix the issue. I also found the original error message buried in the UI :
> {noformat}
> Your original request has been modified.
> "m2e-wtp - Maven Integration for WTP (Incubation)" is already installed, so an update will be performed instead.
> Cannot complete the install because of a conflicting dependency.
> Software being installed: m2e-wtp - Maven Integration for WTP (Incubation) 1.0.0.20130604-1618 (org.eclipse.m2e.wtp.feature.feature.group 1.0.0.20130604-1618)
> Software currently installed: JBoss Developer Studio (Branded Product) 7.0.0.Beta1-v20130529-0631-B257 (com.jboss.jbds.all 7.0.0.Beta1-v20130529-0631-B257)
> Only one of the following can be installed at once:
> Overlay support for Eclipse WTP - UI (Incubation) 1.0.0.20130507-1357 (org.eclipse.m2e.wtp.overlay.ui 1.0.0.20130507-1357)
> Overlay support for Eclipse WTP - UI (Incubation) 1.0.0.20130528-1157 (org.eclipse.m2e.wtp.overlay.ui 1.0.0.20130528-1157)
> Overlay support for Eclipse WTP - UI (Incubation) 1.0.0.20130604-1618 (org.eclipse.m2e.wtp.overlay.ui 1.0.0.20130604-1618)
> Cannot satisfy dependency:
> From: JBoss Developer Studio (Branded Product) 7.0.0.Beta1-v20130529-0631-B257 (com.jboss.jbds.all 7.0.0.Beta1-v20130529-0631-B257)
> To: com.jboss.jbds.product.feature.feature.group [7.0.0.Beta1-v20130529-0631-B257]
> Cannot satisfy dependency:
> From: Maven Integration (Selected) 7.0.0.Beta1-v20130529-0631-B257 (com.jboss.jbds.m2e.feature.feature.group 7.0.0.Beta1-v20130529-0631-B257)
> To: org.eclipse.m2e.wtp.feature.feature.group [1.0.0.20130507-1357]
> Cannot satisfy dependency:
> From: JBoss Developer Studio (Core Features) 7.0.0.Beta1-v20130529-0631-B257 (com.jboss.jbds.product.feature.feature.group 7.0.0.Beta1-v20130529-0631-B257)
> To: com.jboss.jbds.m2e.feature.feature.group [7.0.0.Beta1-v20130529-0631-B257]
> Cannot satisfy dependency:
> From: m2e-wtp - Maven Integration for WTP (Incubation) 1.0.0.20130507-1357 (org.eclipse.m2e.wtp.feature.feature.group 1.0.0.20130507-1357)
> To: org.eclipse.m2e.wtp.overlay.ui [1.0.0.20130507-1357]
> Cannot satisfy dependency:
> From: m2e-wtp - Maven Integration for WTP (Incubation) 1.0.0.20130604-1618 (org.eclipse.m2e.wtp.feature.feature.group 1.0.0.20130604-1618)
> To: org.eclipse.m2e.wtp.overlay.ui [1.0.0.20130604-1618]
> {noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 10 months
[JBoss JIRA] (JBIDE-12274) BrowserSim borks on jquery mobile (RHEL 6.1)
by Yahor Radtsevich (JIRA)
[ https://issues.jboss.org/browse/JBIDE-12274?page=com.atlassian.jira.plugi... ]
Yahor Radtsevich updated JBIDE-12274:
-------------------------------------
Fix Version/s: 4.1.x
> BrowserSim borks on jquery mobile (RHEL 6.1)
> --------------------------------------------
>
> Key: JBIDE-12274
> URL: https://issues.jboss.org/browse/JBIDE-12274
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: browsersim
> Affects Versions: 3.3.0.CR1
> Environment: RHEL 6.1
> JBoss Developer Studio 5.0.0.CR1
> Reporter: Gabriel De Repentigny
> Assignee: Yahor Radtsevich
> Labels: upstream
> Fix For: 4.0.0.Alpha1, 4.1.x
>
> Attachments: jQMrefsRemoved.png, midori-browsersim.png, midori-browsersim.png, python-tabbed-browser.png, Screenshot-BrowserSim .png, windows-7_Safari-5.1.2-7534.52.7.png
>
>
> I'm walking through the JBoss Way Ticket Monster lab. JDS's BrowserSim borks while trying to render mobile.html (pasted below) which is part of the tutorial.
> The problem seems to be with the jquery mobile js file. If you take that include out, it renders (sans-mobile styling).
> {code:xml}
> <!DOCTYPE html>
> <html>
> <head>
> <title>jQuery Mobile Template</title>
> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
> <meta name="viewport" content="width=device-width, initial-scale=1" />
> <link rel="stylesheet"
> href="http://code.jquery.com/mobile/1.1.0/jquery.mobile-1.1.0.min.css" />
> <script type="text/javascript"
> src="http://code.jquery.com/jquery-1.7.1.min.js"></script>
> <script type="text/javascript"
> src="http://code.jquery.com/mobile/1.1.0/jquery.mobile-1.1.0.min.js"></script>
> <script type="text/javascript">
> $(document).on("pageinit", "#page1", function(event){
> alert("Ready To Go");
> });
> $.getJSON("rest/events", function(events) {
> // console.log("returned are " + results);
> var listOfEvents = $("#listOfItems");
> listOfEvents.empty();
> $.each(events, function(index, event) {
> // console.log(event.name);
> listOfEvents.append("<li><a href=’#’>" + event.name + "</a>");
> });
> listOfEvents.listview("refresh");
> });
> </script>
> </head>
> <body>
> <div data-role="page" id="page1">
> <div data-role="header">
> <h1>jQuery Mobile</h1>
> </div>
> <div data-role="content">
> <ul id="listOfItems" data-role="listview" data-inset="true"
> data-filter="true">
> <li><a href="">One</a></li>
> <li><a href="">Two</a></li>
> <li><a href="">Three</a></li>
> </ul>
> </div>
> <div data-role="footer">
> <h4>www.jboss.org/developer</h4>
> </div>
> </div>
> </body>
> </html>
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 10 months