[JBoss JIRA] (JBIDE-14347) New Table wizard
by Viacheslav Kabanovich (JIRA)
Viacheslav Kabanovich created JBIDE-14347:
---------------------------------------------
Summary: New Table wizard
Key: JBIDE-14347
URL: https://issues.jboss.org/browse/JBIDE-14347
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: jsp/jsf/xml/html source editing
Reporter: Viacheslav Kabanovich
Assignee: Viacheslav Kabanovich
Fix For: 4.1.0.Beta1
--
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, 11 months
[JBoss JIRA] (JBIDE-14346) Palette - default to for HTML5 files
by Burr Sutter (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14346?page=com.atlassian.jira.plugi... ]
Burr Sutter updated JBIDE-14346:
--------------------------------
Attachment: default_palette.png
> Palette - default to for HTML5 files
> ------------------------------------
>
> Key: JBIDE-14346
> URL: https://issues.jboss.org/browse/JBIDE-14346
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: Visual Page Editor core
> Reporter: Burr Sutter
> Attachments: default_palette.png
>
>
> Steps:
> 1) Use the HTML5 archetype from JBoss Central
> 2) Navigate to index.html
> 3) double-click on index.html
> 4) the file opens in the VPE but Outline is the defaulted view on the right-side
> this means the average end-user will not even know that the jQuery Mobile palette is even there.
> See attached screenshot.
--
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, 11 months
[JBoss JIRA] (JBIDE-14346) Palette - default to for HTML5 files
by Burr Sutter (JIRA)
Burr Sutter created JBIDE-14346:
-----------------------------------
Summary: Palette - default to for HTML5 files
Key: JBIDE-14346
URL: https://issues.jboss.org/browse/JBIDE-14346
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: Visual Page Editor core
Reporter: Burr Sutter
Steps:
1) Use the HTML5 archetype from JBoss Central
2) Navigate to index.html
3) double-click on index.html
4) the file opens in the VPE but Outline is the defaulted view on the right-side
this means the average end-user will not even know that the jQuery Mobile palette is even there.
See attached screenshot.
--
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, 11 months
[JBoss JIRA] (JBDS-2553) clean out obsolete QA materials, docs, tests, server specs from JBDS SVN repo
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-2553?page=com.atlassian.jira.plugin.... ]
Nick Boldt closed JBDS-2553.
----------------------------
Resolution: Done
Folders have been removed per list above, and READMEs have been updated. Closing.
> clean out obsolete QA materials, docs, tests, server specs from JBDS SVN repo
> -----------------------------------------------------------------------------
>
> Key: JBDS-2553
> URL: https://issues.jboss.org/browse/JBDS-2553
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Build, documentation
> Affects Versions: 7.0.0.Alpha2
> Reporter: Nick Boldt
> Assignee: Len DiMaggio
> Fix For: 7.0.0.Beta1
>
>
> I've found some stuff which I think is deprecated / ancient / deleteable, but wanted to run it past you folks first before I just started deleting things willy-nilly. Here's the list:
> * https://svn.jboss.org/repos/devstudio/trunk/documentation/QA/ - last commit was by [~dgolovin] on 2008-09-19
> * https://svn.jboss.org/repos/devstudio/trunk/documentation/releng/ - two commits for JBIDE-8495 & JBDS-1613, more than 2 years ago, by me. Essentially unchanged since 2008-07-29.
> * https://svn.jboss.org/repos/devstudio/trunk/devstudio.eapcompatibility.te... - unchanged since 2012-03-15 by [~psrna] and [~lzoubek] (if you don't count me tweaking the root pom to point to our latest parent pom every month or so)
> * https://svn.jboss.org/repos/devstudio/trunk/releng/machydra.brq.redhat.com/ - unchanged since 2011-05-30
> * https://svn.jboss.org/repos/devstudio/trunk/releng/virtualmachines/ - unchanged since 2011-06-09
> * https://svn.jboss.org/repos/devstudio/trunk/requirements/ - unchanged since 2012-06-14, when we started using EAP 6.0 (we now use 6.1 Alpha, so this code appears dead)
--
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, 11 months
[JBoss JIRA] (JBIDE-14345) BrowserSim does not support jQuery Mobile pages
by Daniel Azarov (JIRA)
Daniel Azarov created JBIDE-14345:
-------------------------------------
Summary: BrowserSim does not support jQuery Mobile pages
Key: JBIDE-14345
URL: https://issues.jboss.org/browse/JBIDE-14345
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: browsersim
Affects Versions: 4.1.0.Alpha2
Reporter: Daniel Azarov
Test case:
EXECUTE:
1. Create project
2. Create html 5 page:
{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.3.0/jquery.mobile-1.3.0.min.css" />
<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
<script src="http://code.jquery.com/mobile/1.3.0/jquery.mobile-1.3.0.min.js"></script>
<title>JBoss Tools jQuery Mobile Palette Demo</title>
</head>
<body>
<div data-role="page" id="home">
<h1>Home</h1><br>
<p>This is the home page</p>
<a href="#gallery" data-role="button" data-inline="true" data-icon="forward">Gallery</a>
<a href="#index" data-role="button" data-inline="true" data-icon="forward">Index</a>
</div>
<div data-role="page" id="gallery">
<h1>Gallery</h1><br>
<p>This is the gallery page. Here you can see some pictures.</p>
<a href="#home" data-role="button" data-inline="true" data-icon="back">Home</a>
<a href="#index" data-role="button" data-inline="true" data-icon="forward">Index</a>
</div>
<div data-role="page" id="index">
<h1>Index Page</h1><br>
<p>This is the index page.</p>
<a href="#home" data-role="button" data-inline="true" data-icon="back">Home</a>
<a href="#gallery" data-role="button" data-inline="true" data-icon="back">Gallery</a>
</div>
</body>
</html>
{code}
2. Open file with BrowswerSim
3. Try to add #index or #gallery to the end of address string
FAIL:
BrowserSim not always shows page with #index (#gallery) id
--
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, 11 months
[JBoss JIRA] (JBIDE-13626) 3 test failures in jsp/jsf/xml/html source editing
by Victor Rubezhny (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13626?page=com.atlassian.jira.plugi... ]
Victor Rubezhny resolved JBIDE-13626.
-------------------------------------
Resolution: Cannot Reproduce Bug
> 3 test failures in jsp/jsf/xml/html source editing
> --------------------------------------------------
>
> Key: JBIDE-13626
> URL: https://issues.jboss.org/browse/JBIDE-13626
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jsp/jsf/xml/html source editing
> Affects Versions: 4.1.0.Alpha1
> Reporter: Nick Boldt
> Assignee: Victor Rubezhny
> Fix For: 4.1.0.Beta1
>
>
> {code:title=https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/JBossTools/view/JBossTools_4.1.kepler/job/jbosstools-jst_41/4/testReport/}
> Test Result
> 3 failures
> 101 tests
> Took 3 min 34 sec.
> add description
> All Failed Tests
> Test Name Duration Age
> >>> org.jboss.tools.jst.web.ui.test.NewCheckboxWizardTest.testNewCheckboxWizard 8.8 sec 3
> >>> org.jboss.tools.test.util.ProjectImportTestSetup.org.jboss.tools.jst.web.ui.test.NewCheckboxWizardTest 9.3 sec 3
> >>> org.jboss.tools.jst.css.test.jbide.InputFractionalValueTest_JBIDE4790.testInputFractionalValue 2.4 sec 4
> {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, 11 months
[JBoss JIRA] (JBIDE-13626) 3 test failures in jsp/jsf/xml/html source editing
by Victor Rubezhny (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13626?page=com.atlassian.jira.plugi... ]
Victor Rubezhny commented on JBIDE-13626:
-----------------------------------------
There are no such errors in jbosstools-jst_41 (latest builds (#34, #35) were successful) and jbosstools-jst_master (latest builds (#364, #365) was successful).
Looks like the issue is fixed already.
> 3 test failures in jsp/jsf/xml/html source editing
> --------------------------------------------------
>
> Key: JBIDE-13626
> URL: https://issues.jboss.org/browse/JBIDE-13626
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jsp/jsf/xml/html source editing
> Affects Versions: 4.1.0.Alpha1
> Reporter: Nick Boldt
> Assignee: Victor Rubezhny
> Fix For: 4.1.0.Beta1
>
>
> {code:title=https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/JBossTools/view/JBossTools_4.1.kepler/job/jbosstools-jst_41/4/testReport/}
> Test Result
> 3 failures
> 101 tests
> Took 3 min 34 sec.
> add description
> All Failed Tests
> Test Name Duration Age
> >>> org.jboss.tools.jst.web.ui.test.NewCheckboxWizardTest.testNewCheckboxWizard 8.8 sec 3
> >>> org.jboss.tools.test.util.ProjectImportTestSetup.org.jboss.tools.jst.web.ui.test.NewCheckboxWizardTest 9.3 sec 3
> >>> org.jboss.tools.jst.css.test.jbide.InputFractionalValueTest_JBIDE4790.testInputFractionalValue 2.4 sec 4
> {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, 11 months