[JBoss JIRA] (JBIDE-14345) BrowserSim does not support jQuery Mobile pages
by Yahor Radtsevich (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14345?page=com.atlassian.jira.plugi... ]
Yahor Radtsevich updated JBIDE-14345:
-------------------------------------
Fix Version/s: 4.1.0.Beta1
> 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
> Fix For: 4.1.0.Beta1
>
>
> 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] (TOOLSDOC-311) Review: Devs to review OpenShift Tools chapter for JBDS 7.0
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/TOOLSDOC-311?page=com.atlassian.jira.plug... ]
Andre Dietisheim commented on TOOLSDOC-311:
-------------------------------------------
*Procedure 1.5. Import an OpenShift Application*
In JBIDE-13075 we added a further step in the end. The import wizard will ask you if you want to push/publish your changes to OpenShift once the import successfully created the Eclipse project and proceeded the initial modifications. Thus I think we should add a further step *8.*
> Review: Devs to review OpenShift Tools chapter for JBDS 7.0
> -----------------------------------------------------------
>
> Key: TOOLSDOC-311
> URL: https://issues.jboss.org/browse/TOOLSDOC-311
> Project: Documentation for JBoss Tools and Developer Studio
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: User Guide - OpenShift Tools
> Affects Versions: 4.1.0
> Reporter: Michelle Murray
> Assignee: Andre Dietisheim
> Attachments: instant-apps.png
>
>
> Please review the content of the OpenShift chapter from a technical viewpoint:
> 1) Are features correctly documented?
> 2) Are there any features that are missing?
> The chapter has been sent to you by email as pdf. Please let me know if you would prefer an alternative format or delivery point for reviewing.
> Screenshots are currently missing and will be added closer to GA.
> Please give feedback as comments in this JIRA.
--
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] (TOOLSDOC-311) Review: Devs to review OpenShift Tools chapter for JBDS 7.0
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/TOOLSDOC-311?page=com.atlassian.jira.plug... ]
Andre Dietisheim edited comment on TOOLSDOC-311 at 4/30/13 5:14 AM:
--------------------------------------------------------------------
*Procedure 1.4. Create and Deploy an Application on OpenShift*
{quote}
T he application is also listed in the Project Explorer and Git Repository tabs
{quote}
I think that we should be more precise where to find the git repository in Eclipse. The user has to switch to the *Git Repository Exploring* perspective and then look into the *Git Repositories* view.
was (Author: adietish):
*Procedure 1.4. Create and Deploy an Application on OpenShift*
{quote}
T he application is also listed in the Project Explorer and Git Repository tabs
{quote}
I think that we should be more precise where to find the git repository in Eclipse. The user has to switch to the "Git Repository Exploring" perspective and then look into the "Git Repositories" view.
> Review: Devs to review OpenShift Tools chapter for JBDS 7.0
> -----------------------------------------------------------
>
> Key: TOOLSDOC-311
> URL: https://issues.jboss.org/browse/TOOLSDOC-311
> Project: Documentation for JBoss Tools and Developer Studio
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: User Guide - OpenShift Tools
> Affects Versions: 4.1.0
> Reporter: Michelle Murray
> Assignee: Andre Dietisheim
> Attachments: instant-apps.png
>
>
> Please review the content of the OpenShift chapter from a technical viewpoint:
> 1) Are features correctly documented?
> 2) Are there any features that are missing?
> The chapter has been sent to you by email as pdf. Please let me know if you would prefer an alternative format or delivery point for reviewing.
> Screenshots are currently missing and will be added closer to GA.
> Please give feedback as comments in this JIRA.
--
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] (TOOLSDOC-311) Review: Devs to review OpenShift Tools chapter for JBDS 7.0
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/TOOLSDOC-311?page=com.atlassian.jira.plug... ]
Andre Dietisheim edited comment on TOOLSDOC-311 at 4/30/13 5:13 AM:
--------------------------------------------------------------------
*Procedure 1.4. Create and Deploy an Application on OpenShift*
{quote}
T he application is also listed in the Project Explorer and Git Repository tabs
{quote}
I think that we should be more precise where to find the git repository in Eclipse. The user has to switch to the "Git Repository Exploring" perspective and then look into the "Git Repositories" view.
was (Author: adietish):
*Procedure 1.4. Create and Deploy an Application on OpenShift*
{quote}
3. From the Type list, select a web programming language or runtime quickstart.
{quote}
As commented above, I'm not sure if "web programming language" and "runtime quickstart" are the correct terms.
> Review: Devs to review OpenShift Tools chapter for JBDS 7.0
> -----------------------------------------------------------
>
> Key: TOOLSDOC-311
> URL: https://issues.jboss.org/browse/TOOLSDOC-311
> Project: Documentation for JBoss Tools and Developer Studio
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: User Guide - OpenShift Tools
> Affects Versions: 4.1.0
> Reporter: Michelle Murray
> Assignee: Andre Dietisheim
> Attachments: instant-apps.png
>
>
> Please review the content of the OpenShift chapter from a technical viewpoint:
> 1) Are features correctly documented?
> 2) Are there any features that are missing?
> The chapter has been sent to you by email as pdf. Please let me know if you would prefer an alternative format or delivery point for reviewing.
> Screenshots are currently missing and will be added closer to GA.
> Please give feedback as comments in this JIRA.
--
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-2038) JBDS installer should open JBDS upon completion
by Mickael Istria (JIRA)
[ https://issues.jboss.org/browse/JBDS-2038?page=com.atlassian.jira.plugin.... ]
Mickael Istria resolved JBDS-2038.
----------------------------------
Resolution: Done
Change committed.
This refactoring will be helpful since it reduces dependency on a forked 3rd-party class (InstallerFrame) which is a maintainance hell.
> JBDS installer should open JBDS upon completion
> -----------------------------------------------
>
> Key: JBDS-2038
> URL: https://issues.jboss.org/browse/JBDS-2038
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: installer
> Affects Versions: 5.0.0.Beta1
> Environment: jbdevstudio-product-win32-x86_64-5.0.0.v201202250031M-H77-Beta1.jar
> Reporter: Fred Bricon
> Assignee: Denis Golovin
> Fix For: 7.0.0.Beta1
>
> Attachments: JBDS-2038-CleanupClient-2.patch, JBDS-2038-CleanupClient.patch, JBDS-2038.patch, RunJBDSAfterInstallation.png
>
>
> As a user, once the JBDS installer completes, I expect it to open the newly installed JBDS.
> On the last page of the installer, there should be a checkbox asking the user if he wants to open JBDS immediately.
--
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-14325) Remove UI dependencies from o.j.t.common.core
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14325?page=com.atlassian.jira.plugi... ]
Rob Stryker reassigned JBIDE-14325:
-----------------------------------
Assignee: Alexey Kazakov (was: Rob Stryker)
Hey Alexey:
Here's a jira for you. If you have any questions, comment here on the jira or on public mailing list for more open discussion.
The basic idea is to trim the dependency list of o.j.t.common.core to remove anything that may have UI elements. o.j.t.common.core should be 100% free of UI elements and UI dependencies.
> Remove UI dependencies from o.j.t.common.core
> ---------------------------------------------
>
> Key: JBIDE-14325
> URL: https://issues.jboss.org/browse/JBIDE-14325
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: common/jst/core
> Affects Versions: 4.1.0.Alpha2
> Reporter: Rob Stryker
> Assignee: Alexey Kazakov
> Priority: Critical
> Fix For: 4.1.0.Beta1
>
>
> One class is polluting o.j.t.common.core with a guaranteed UI class reference. The class in question is org.jboss.tools.common.text.TextProposal. This class should not be in a core plugin at all.
> This class USED to live in org.jboss.tools.common, but was mistakenly moved to org.jboss.tools.common.core. The package name was NOT changed, so consumers of this class almost 100% did not change their dependencies or depend on teh new LOCATION at all.
> Moving this class *BACK* to where it was before, while technically an API change, is almost assuredly very very low risk. There is a danger that *NEW* consumers have appeared, and that risk should be considered, but not exaggerated.
> One other class depends on two jeetools packages which are very large and have a sprawling dependency list. I can not say with certainty whether any UI is pulled in via this reference, but, i feel it is safest to remove it if it can be done in a safe manner.
--
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] (TOOLSDOC-311) Review: Devs to review OpenShift Tools chapter for JBDS 7.0
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/TOOLSDOC-311?page=com.atlassian.jira.plug... ]
Andre Dietisheim commented on TOOLSDOC-311:
-------------------------------------------
*Procedure 1.4. Create and Deploy an Application on OpenShift*
{quote}
3. From the Type list, select a web programming language or runtime quickstart.
{quote}
As commented above, I'm not sure if "web programming language" and "runtime quickstart" are the correct terms.
> Review: Devs to review OpenShift Tools chapter for JBDS 7.0
> -----------------------------------------------------------
>
> Key: TOOLSDOC-311
> URL: https://issues.jboss.org/browse/TOOLSDOC-311
> Project: Documentation for JBoss Tools and Developer Studio
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: User Guide - OpenShift Tools
> Affects Versions: 4.1.0
> Reporter: Michelle Murray
> Assignee: Andre Dietisheim
> Attachments: instant-apps.png
>
>
> Please review the content of the OpenShift chapter from a technical viewpoint:
> 1) Are features correctly documented?
> 2) Are there any features that are missing?
> The chapter has been sent to you by email as pdf. Please let me know if you would prefer an alternative format or delivery point for reviewing.
> Screenshots are currently missing and will be added closer to GA.
> Please give feedback as comments in this JIRA.
--
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] (TOOLSDOC-311) Review: Devs to review OpenShift Tools chapter for JBDS 7.0
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/TOOLSDOC-311?page=com.atlassian.jira.plug... ]
Andre Dietisheim commented on TOOLSDOC-311:
-------------------------------------------
Hi [~mmurray]
{quote}
SSH keys enable you to communicate with domains and create applications.
{quote}
I believe that this was written back in time when one had to setup keys when creating the domain. This is not the case any more. I'm very sure that the keys are only required when doing git operations (clone, push, etc. aka in JBT: initial import and publishing the adapter) or when ssh'ing into your application (in JBT: environment variables, tail files, port forwarding).
> Review: Devs to review OpenShift Tools chapter for JBDS 7.0
> -----------------------------------------------------------
>
> Key: TOOLSDOC-311
> URL: https://issues.jboss.org/browse/TOOLSDOC-311
> Project: Documentation for JBoss Tools and Developer Studio
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: User Guide - OpenShift Tools
> Affects Versions: 4.1.0
> Reporter: Michelle Murray
> Assignee: Andre Dietisheim
> Attachments: instant-apps.png
>
>
> Please review the content of the OpenShift chapter from a technical viewpoint:
> 1) Are features correctly documented?
> 2) Are there any features that are missing?
> The chapter has been sent to you by email as pdf. Please let me know if you would prefer an alternative format or delivery point for reviewing.
> Screenshots are currently missing and will be added closer to GA.
> Please give feedback as comments in this JIRA.
--
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-14350) Search field disappears when Central editor is too small
by Radim Hopp (JIRA)
Radim Hopp created JBIDE-14350:
----------------------------------
Summary: Search field disappears when Central editor is too small
Key: JBIDE-14350
URL: https://issues.jboss.org/browse/JBIDE-14350
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: central
Affects Versions: 4.1.0.Alpha2
Reporter: Radim Hopp
Priority: Minor
Fix For: 4.1.0.Beta1
Attachments: searchField.png
Search field disappears, when Central editor is shrinked to certain width.
Would it be possible either move the search field under buttons and "show on startup" checkbox or define some minimal width.
Thanks
!searchField.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, 11 months