[jbosstools-issues] [JBoss JIRA] (JBIDE-13406) BrowserSim: Integrate firebug-lite

Yahor Radtsevich (JIRA) jira-events at lists.jboss.org
Thu Jan 24 09:11:47 EST 2013


    [ https://issues.jboss.org/browse/JBIDE-13406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12750250#comment-12750250 ] 

Yahor Radtsevich commented on JBIDE-13406:
------------------------------------------

JavaScript code to inject FireBug Lite:
{code}
var e = document.createElement('script');
e.type = 'text/javascript';
e.src = 'https://getfirebug.com/firebug-lite.js#startOpened=false';
document.head.appendChild(e);
{code}

Open/close FireBug Lite in a pop-up window:
{code}
Firebug.chrome.toggle(true, true); //Opens in pop-up, does not do anything if it is already opened
Firebug.chrome.close(); //Closes pop-up, does not do anything if it is already closed
{code}
                
> BrowserSim: Integrate firebug-lite
> ----------------------------------
>
>                 Key: JBIDE-13406
>                 URL: https://issues.jboss.org/browse/JBIDE-13406
>             Project: Tools (JBoss Tools)
>          Issue Type: Feature Request
>    Affects Versions: 4.1.0.Alpha1
>            Reporter: Konstantin Marmalyukov
>            Assignee: Konstantin Marmalyukov
>             Fix For: 4.1.0.Alpha1
>
>


--
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


More information about the jbosstools-issues mailing list