[JBoss JIRA] (TOOLSDOC-311) Review: Devs to review OpenShift Tools chapter for JBDS 7.0
by Michelle Murray (JIRA)
[ https://issues.jboss.org/browse/TOOLSDOC-311?page=com.atlassian.jira.plug... ]
Michelle Murray commented on TOOLSDOC-311:
------------------------------------------
I'm pleased you like it!
> 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: Michelle Murray
> Fix For: 4.1.0
>
> 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-2625) Provide on-line installer launchable via JNLP
by Denis Golovin (JIRA)
Denis Golovin created JBDS-2625:
-----------------------------------
Summary: Provide on-line installer launchable via JNLP
Key: JBDS-2625
URL: https://issues.jboss.org/browse/JBDS-2625
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: installer
Affects Versions: 7.0.0.Alpha2
Reporter: Denis Golovin
Assignee: Denis Golovin
Instead of always downloading offline installer and then run installation manually, would be good to have online version of installer that would let:
# start installer via JNLP
# select if EAP/WildFly should be installed too
(1) Should be easy to implement, because it requires only excluding update site bits from jar, provide URL for update site and create JNLP configuration;
(2) Requires EAP download integration into IzPack (would be good if IzPack has supported online installation itself)
--
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-2624) Content of JBDS update site shows Usage and Common Mylyn feature as available for installation from core category
by Denis Golovin (JIRA)
Denis Golovin created JBDS-2624:
-----------------------------------
Summary: Content of JBDS update site shows Usage and Common Mylyn feature as available for installation from core category
Key: JBDS-2624
URL: https://issues.jboss.org/browse/JBDS-2624
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: updatesite
Affects Versions: 7.0.0.Alpha2
Reporter: Denis Golovin
Priority: Trivial
Attachments: InstallContentAfterRunningUniversalInstaller.png
After installation Eclipse Install dialog looks like:
!InstallContentAfterRunningUniversalInstaller.png!
These two features should not be visible after installation:
1. Usage Feature - should be included into JBDS product feature
2. Common Mylyn - should be uncategorised, because it doesn't provide any visible functionality for user and it is installed when Mylyn Issue Tracker Connector installed out of central.
--
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-2624) Content of JBDS update site shows Usage and Common Mylyn feature as available for installation from core category
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBDS-2624?page=com.atlassian.jira.plugin.... ]
Denis Golovin updated JBDS-2624:
--------------------------------
Attachment: InstallContentAfterRunningUniversalInstaller.png
> Content of JBDS update site shows Usage and Common Mylyn feature as available for installation from core category
> -----------------------------------------------------------------------------------------------------------------
>
> Key: JBDS-2624
> URL: https://issues.jboss.org/browse/JBDS-2624
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: updatesite
> Affects Versions: 7.0.0.Alpha2
> Reporter: Denis Golovin
> Priority: Trivial
> Attachments: InstallContentAfterRunningUniversalInstaller.png
>
>
> After installation Eclipse Install dialog looks like:
> !InstallContentAfterRunningUniversalInstaller.png!
> These two features should not be visible after installation:
> 1. Usage Feature - should be included into JBDS product feature
> 2. Common Mylyn - should be uncategorised, because it doesn't provide any visible functionality for user and it is installed when Mylyn Issue Tracker Connector installed out of central.
--
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-14364) Select best browser for jQuery Mobile Palette Wizards
by Daniel Azarov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14364?page=com.atlassian.jira.plugi... ]
Daniel Azarov updated JBIDE-14364:
----------------------------------
Description:
Currently adopted algorithm is as follows:
1) Try Mozilla.
2) If it fails then try default browser.
3) If both fail then work without browser.
If Mozilla is available, it is selected. However, Xulrunner does not support jQuery Mobile 1.3, and then wizards for new widgets cannot be represented in preview (e.g. Range Slider, Panel, Table).
We also have to take into account, that for specific widgets some browsers may have specific bugs. As a result it may be that each wizard may have its own best and worst browser. A general solution is to let each wizard override the default algorithm.
Test results:
||Browser||Issues||
|Windows 8, Webkit (Safari)|Range Slider - sometimes mouse click on slider makes circuits stack together,
Radio - !Windows8WebkitRadio.png|thumbnail!
Collapsible - !Windows8WebkitCollapsible.png!|
was:
Currently adopted algorithm is as follows:
1) Try Mozilla.
2) If it fails then try default browser.
3) If both fail then work without browser.
If Mozilla is available, it is selected. However, Xulrunner does not support jQuery Mobile 1.3, and then wizards for new widgets cannot be represented in preview (e.g. Range Slider, Panel, Table).
We also have to take into account, that for specific widgets some browsers may have specific bugs. As a result it may be that each wizard may have its own best and worst browser. A general solution is to let each wizard override the default algorithm.
Test results:
||Browser||Issues||
|Windows 8, Webkit (Safari)|Range Slider - sometimes mouse click on slider makes them stack together,
Radio - !Windows8WebkitRadio.png|thumbnail!
Collapsible - !Windows8WebkitCollapsible.png!|
> Select best browser for jQuery Mobile Palette Wizards
> -----------------------------------------------------
>
> Key: JBIDE-14364
> URL: https://issues.jboss.org/browse/JBIDE-14364
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: jsp/jsf/xml/html source editing
> Reporter: Viacheslav Kabanovich
> Assignee: Viacheslav Kabanovich
> Labels: new_and_noteworthy
> Fix For: 4.1.0.Beta1
>
> Attachments: Windows8WebkitCollapsible.png, Windows8WebkitRadio.png
>
>
> Currently adopted algorithm is as follows:
> 1) Try Mozilla.
> 2) If it fails then try default browser.
> 3) If both fail then work without browser.
> If Mozilla is available, it is selected. However, Xulrunner does not support jQuery Mobile 1.3, and then wizards for new widgets cannot be represented in preview (e.g. Range Slider, Panel, Table).
> We also have to take into account, that for specific widgets some browsers may have specific bugs. As a result it may be that each wizard may have its own best and worst browser. A general solution is to let each wizard override the default algorithm.
> Test results:
> ||Browser||Issues||
> |Windows 8, Webkit (Safari)|Range Slider - sometimes mouse click on slider makes circuits stack together,
> Radio - !Windows8WebkitRadio.png|thumbnail!
> Collapsible - !Windows8WebkitCollapsible.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
[JBoss JIRA] (JBIDE-14364) Select best browser for jQuery Mobile Palette Wizards
by Daniel Azarov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14364?page=com.atlassian.jira.plugi... ]
Daniel Azarov updated JBIDE-14364:
----------------------------------
Description:
Currently adopted algorithm is as follows:
1) Try Mozilla.
2) If it fails then try default browser.
3) If both fail then work without browser.
If Mozilla is available, it is selected. However, Xulrunner does not support jQuery Mobile 1.3, and then wizards for new widgets cannot be represented in preview (e.g. Range Slider, Panel, Table).
We also have to take into account, that for specific widgets some browsers may have specific bugs. As a result it may be that each wizard may have its own best and worst browser. A general solution is to let each wizard override the default algorithm.
Test results:
||Browser||Issues||
|Windows 8, Webkit (Safari)|Range Slider - sometimes mouse click on slider makes circuits stack together, sometimes playing with Slider could cause "EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x585d9357, pid=6108, tid=2684"
Radio - !Windows8WebkitRadio.png|thumbnail!
Collapsible - !Windows8WebkitCollapsible.png!|
was:
Currently adopted algorithm is as follows:
1) Try Mozilla.
2) If it fails then try default browser.
3) If both fail then work without browser.
If Mozilla is available, it is selected. However, Xulrunner does not support jQuery Mobile 1.3, and then wizards for new widgets cannot be represented in preview (e.g. Range Slider, Panel, Table).
We also have to take into account, that for specific widgets some browsers may have specific bugs. As a result it may be that each wizard may have its own best and worst browser. A general solution is to let each wizard override the default algorithm.
Test results:
||Browser||Issues||
|Windows 8, Webkit (Safari)|Range Slider - sometimes mouse click on slider makes circuits stack together,
Radio - !Windows8WebkitRadio.png|thumbnail!
Collapsible - !Windows8WebkitCollapsible.png!|
> Select best browser for jQuery Mobile Palette Wizards
> -----------------------------------------------------
>
> Key: JBIDE-14364
> URL: https://issues.jboss.org/browse/JBIDE-14364
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: jsp/jsf/xml/html source editing
> Reporter: Viacheslav Kabanovich
> Assignee: Viacheslav Kabanovich
> Labels: new_and_noteworthy
> Fix For: 4.1.0.Beta1
>
> Attachments: Windows8WebkitCollapsible.png, Windows8WebkitRadio.png
>
>
> Currently adopted algorithm is as follows:
> 1) Try Mozilla.
> 2) If it fails then try default browser.
> 3) If both fail then work without browser.
> If Mozilla is available, it is selected. However, Xulrunner does not support jQuery Mobile 1.3, and then wizards for new widgets cannot be represented in preview (e.g. Range Slider, Panel, Table).
> We also have to take into account, that for specific widgets some browsers may have specific bugs. As a result it may be that each wizard may have its own best and worst browser. A general solution is to let each wizard override the default algorithm.
> Test results:
> ||Browser||Issues||
> |Windows 8, Webkit (Safari)|Range Slider - sometimes mouse click on slider makes circuits stack together, sometimes playing with Slider could cause "EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x585d9357, pid=6108, tid=2684"
> Radio - !Windows8WebkitRadio.png|thumbnail!
> Collapsible - !Windows8WebkitCollapsible.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
[JBoss JIRA] (JBIDE-14364) Select best browser for jQuery Mobile Palette Wizards
by Daniel Azarov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14364?page=com.atlassian.jira.plugi... ]
Daniel Azarov updated JBIDE-14364:
----------------------------------
Description:
Currently adopted algorithm is as follows:
1) Try Mozilla.
2) If it fails then try default browser.
3) If both fail then work without browser.
If Mozilla is available, it is selected. However, Xulrunner does not support jQuery Mobile 1.3, and then wizards for new widgets cannot be represented in preview (e.g. Range Slider, Panel, Table).
We also have to take into account, that for specific widgets some browsers may have specific bugs. As a result it may be that each wizard may have its own best and worst browser. A general solution is to let each wizard override the default algorithm.
Test results:
||Browser||Issues||
|Windows 8, Webkit (Safari)|Range Slider - sometimes mouse click on slider makes them stack together,
Radio - !Windows8WebkitRadio.png|thumbnail!
Collapsible - !Window8WebkitCollapsible.png!|
was:
Currently adopted algorithm is as follows:
1) Try Mozilla.
2) If it fails then try default browser.
3) If both fail then work without browser.
If Mozilla is available, it is selected. However, Xulrunner does not support jQuery Mobile 1.3, and then wizards for new widgets cannot be represented in preview (e.g. Range Slider, Panel, Table).
We also have to take into account, that for specific widgets some browsers may have specific bugs. As a result it may be that each wizard may have its own best and worst browser. A general solution is to let each wizard override the default algorithm.
Test results:
||Browser||Issues||
|Windows 8, Webkit (Safari)|Range Slider - sometimes mouse click on slider makes them stack together,
Radio - !Windows8WebkitRadio.png|thumbnail!|
> Select best browser for jQuery Mobile Palette Wizards
> -----------------------------------------------------
>
> Key: JBIDE-14364
> URL: https://issues.jboss.org/browse/JBIDE-14364
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: jsp/jsf/xml/html source editing
> Reporter: Viacheslav Kabanovich
> Assignee: Viacheslav Kabanovich
> Labels: new_and_noteworthy
> Fix For: 4.1.0.Beta1
>
> Attachments: Windows8WebkitCollapsible.png, Windows8WebkitRadio.png
>
>
> Currently adopted algorithm is as follows:
> 1) Try Mozilla.
> 2) If it fails then try default browser.
> 3) If both fail then work without browser.
> If Mozilla is available, it is selected. However, Xulrunner does not support jQuery Mobile 1.3, and then wizards for new widgets cannot be represented in preview (e.g. Range Slider, Panel, Table).
> We also have to take into account, that for specific widgets some browsers may have specific bugs. As a result it may be that each wizard may have its own best and worst browser. A general solution is to let each wizard override the default algorithm.
> Test results:
> ||Browser||Issues||
> |Windows 8, Webkit (Safari)|Range Slider - sometimes mouse click on slider makes them stack together,
> Radio - !Windows8WebkitRadio.png|thumbnail!
> Collapsible - !Window8WebkitCollapsible.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
[JBoss JIRA] (JBIDE-14364) Select best browser for jQuery Mobile Palette Wizards
by Daniel Azarov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14364?page=com.atlassian.jira.plugi... ]
Daniel Azarov updated JBIDE-14364:
----------------------------------
Description:
Currently adopted algorithm is as follows:
1) Try Mozilla.
2) If it fails then try default browser.
3) If both fail then work without browser.
If Mozilla is available, it is selected. However, Xulrunner does not support jQuery Mobile 1.3, and then wizards for new widgets cannot be represented in preview (e.g. Range Slider, Panel, Table).
We also have to take into account, that for specific widgets some browsers may have specific bugs. As a result it may be that each wizard may have its own best and worst browser. A general solution is to let each wizard override the default algorithm.
Test results:
||Browser||Issues||
|Windows 8, Webkit (Safari)|Range Slider - sometimes mouse click on slider makes them stack together,
Radio - !Windows8WebkitRadio.png|thumbnail!
Collapsible - !Windows8WebkitCollapsible.png!|
was:
Currently adopted algorithm is as follows:
1) Try Mozilla.
2) If it fails then try default browser.
3) If both fail then work without browser.
If Mozilla is available, it is selected. However, Xulrunner does not support jQuery Mobile 1.3, and then wizards for new widgets cannot be represented in preview (e.g. Range Slider, Panel, Table).
We also have to take into account, that for specific widgets some browsers may have specific bugs. As a result it may be that each wizard may have its own best and worst browser. A general solution is to let each wizard override the default algorithm.
Test results:
||Browser||Issues||
|Windows 8, Webkit (Safari)|Range Slider - sometimes mouse click on slider makes them stack together,
Radio - !Windows8WebkitRadio.png|thumbnail!
Collapsible - !Window8WebkitCollapsible.png!|
> Select best browser for jQuery Mobile Palette Wizards
> -----------------------------------------------------
>
> Key: JBIDE-14364
> URL: https://issues.jboss.org/browse/JBIDE-14364
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: jsp/jsf/xml/html source editing
> Reporter: Viacheslav Kabanovich
> Assignee: Viacheslav Kabanovich
> Labels: new_and_noteworthy
> Fix For: 4.1.0.Beta1
>
> Attachments: Windows8WebkitCollapsible.png, Windows8WebkitRadio.png
>
>
> Currently adopted algorithm is as follows:
> 1) Try Mozilla.
> 2) If it fails then try default browser.
> 3) If both fail then work without browser.
> If Mozilla is available, it is selected. However, Xulrunner does not support jQuery Mobile 1.3, and then wizards for new widgets cannot be represented in preview (e.g. Range Slider, Panel, Table).
> We also have to take into account, that for specific widgets some browsers may have specific bugs. As a result it may be that each wizard may have its own best and worst browser. A general solution is to let each wizard override the default algorithm.
> Test results:
> ||Browser||Issues||
> |Windows 8, Webkit (Safari)|Range Slider - sometimes mouse click on slider makes them stack together,
> Radio - !Windows8WebkitRadio.png|thumbnail!
> Collapsible - !Windows8WebkitCollapsible.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
[JBoss JIRA] (JBIDE-14364) Select best browser for jQuery Mobile Palette Wizards
by Daniel Azarov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14364?page=com.atlassian.jira.plugi... ]
Daniel Azarov updated JBIDE-14364:
----------------------------------
Attachment: Windows8WebkitCollapsible.png
> Select best browser for jQuery Mobile Palette Wizards
> -----------------------------------------------------
>
> Key: JBIDE-14364
> URL: https://issues.jboss.org/browse/JBIDE-14364
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: jsp/jsf/xml/html source editing
> Reporter: Viacheslav Kabanovich
> Assignee: Viacheslav Kabanovich
> Labels: new_and_noteworthy
> Fix For: 4.1.0.Beta1
>
> Attachments: Windows8WebkitCollapsible.png, Windows8WebkitRadio.png
>
>
> Currently adopted algorithm is as follows:
> 1) Try Mozilla.
> 2) If it fails then try default browser.
> 3) If both fail then work without browser.
> If Mozilla is available, it is selected. However, Xulrunner does not support jQuery Mobile 1.3, and then wizards for new widgets cannot be represented in preview (e.g. Range Slider, Panel, Table).
> We also have to take into account, that for specific widgets some browsers may have specific bugs. As a result it may be that each wizard may have its own best and worst browser. A general solution is to let each wizard override the default algorithm.
> Test results:
> ||Browser||Issues||
> |Windows 8, Webkit (Safari)|Range Slider - sometimes mouse click on slider makes them stack together,
> Radio - !Windows8WebkitRadio.png|thumbnail!|
--
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