[JBoss JIRA] (JBIDE-14075) Firebug lite closes when I follow or open a new url
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14075?page=com.atlassian.jira.plugi... ]
Max Rydahl Andersen updated JBIDE-14075:
----------------------------------------
Priority: Minor (was: Major)
> Firebug lite closes when I follow or open a new url
> ---------------------------------------------------
>
> Key: JBIDE-14075
> URL: https://issues.jboss.org/browse/JBIDE-14075
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: browsersim
> Reporter: Max Rydahl Andersen
> Assignee: Konstantin Marmalyukov
> Priority: Minor
> Fix For: 4.1.0.Beta1
>
> Attachments: screenshot-1.png
>
>
> EXECUTE: Open Browersim on a site (i.e. http://dr.dk)
> EXECUTE: Right click > Fire Bug Lite
> ASSERT: fire bug shows up showing content for the current page
> EXECUTE: Click link or type in new url on browsersim that is different from previous site
> ASSERT: fire bug updates to show content for the current page
> the last ASSERT fails - firebug lite window closes down forcing users to again right click on skin click firebug lite.
--
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-13879) BrowserSim to show deployed app when click Run BrowerSim icon
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13879?page=com.atlassian.jira.plugi... ]
Max Rydahl Andersen commented on JBIDE-13879:
---------------------------------------------
#4 -> JBIDE-14359
#3 -> Make browsersim button aware of when current selection is a module under a server
> BrowserSim to show deployed app when click Run BrowerSim icon
> -------------------------------------------------------------
>
> Key: JBIDE-13879
> URL: https://issues.jboss.org/browse/JBIDE-13879
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: browsersim
> Affects Versions: 4.0.0.Final
> Reporter: Michelle Murray
> Assignee: Yahor Radtsevich
> Fix For: 4.1.0.Beta1
>
>
> I deployed a simple dynamic web app to an EAP server.
> To view the deployed app (http://localhost:8080/testing/ say) with BrowserSim I can do two things:
> 1) Show the deployed app in a standard browser (In Servers tab, right-click on app then Show In > Web Browser), click in the tab of the opened web browser and then click the Run BrowserSim icon.
> 2) Change the default browser to BrowserSim (Window > Web Browser > BrowserSim) and then open the app in web browser (In Servers tab, right-click on app then Show In > Web Browser).
> It would be great if this could be simplified and a third and fourth option added:
> 3) Select the deployed app in the Servers tab and then click the Run BrowserSim icon. [At the moment this sequence runs BrowserSim but the displayed page is 'about:blank' and not the deployed app.]
> 4) Right-click the deployed app in the Servers tab and click Show In > BrowserSim.
--
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-3937) Create Stress JUnit Test Suite withch is included all available JUnit tests from all components
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBIDE-3937?page=com.atlassian.jira.plugin... ]
Denis Golovin updated JBIDE-3937:
---------------------------------
Fix Version/s: 4.2.x
(was: 4.1.x)
> Create Stress JUnit Test Suite withch is included all available JUnit tests from all components
> -----------------------------------------------------------------------------------------------
>
> Key: JBIDE-3937
> URL: https://issues.jboss.org/browse/JBIDE-3937
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: Build/Releng
> Affects Versions: 3.0.0.GA
> Reporter: Denis Golovin
> Assignee: Denis Golovin
> Fix For: 4.2.x
>
>
> Why we need this?
> The Idea is in emulation a long development session. Now all tests suites are ran one by one each in its own session on clean workspace. A longest test suite takes around 15-20 minutes. Such test suite would emulate an about one hour long development session which can help to find memory leaks or other integration problems.
> It should be able to start on selected JBT build. It should download last or selected version of JBT form download site and start Stress Test Suite.
--
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-3355) org.jboss.tools.common.text.ext.hyperlink.AbstractHyperlink review
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBIDE-3355?page=com.atlassian.jira.plugin... ]
Denis Golovin updated JBIDE-3355:
---------------------------------
Fix Version/s: 4.2.x
(was: 4.1.x)
> org.jboss.tools.common.text.ext.hyperlink.AbstractHyperlink review
> ------------------------------------------------------------------
>
> Key: JBIDE-3355
> URL: https://issues.jboss.org/browse/JBIDE-3355
> Project: Tools (JBoss Tools)
> Issue Type: Sub-task
> Components: cleanup
> Affects Versions: 3.0.0.cr1
> Reporter: Denis Golovin
> Assignee: Denis Golovin
> Fix For: 4.2.x
>
>
> 1. Consider using another approach instead of using snippet below in all methods:
> protected IFile getFile() {
> StructuredModelWrapper smw = new StructuredModelWrapper();
> try {
> smw.init(getDocument());
> return smw.getFile();
> } finally {
> smw.dispose();
> }
> }
> 2. Review static methods, as example - public static IFile getFile(IStructuredModel structuredModel) looks to compex
--
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