0
Not a bug

Manual Added FireBug-lite get freezed after loaded

supersuraccoon 8 years ago in General updated by Alexander Blach (Developer) 8 years ago 1

First thanks for this great app, really love it :)


I have just upgraded to the latest Textastic 6.


But now I'm having a problem with firebug-lite.


Test environment:


iPad mini 1 / v9.2.1 / Textastic 6.0


Test code (index.html):


<head></head>

<body></body>


This is just a blank page, and when I run this demo in PREVIEW, and then click the ENABLE FIREBUG, the Firebug console appeared and everything works fine.


Then I tried to enable FIREBUG myself ( because I would like to have firebug enabled when I run this demo in the safari).


The code:

Test code (index.html):



<head>

<script src="https://getfirebug.com/firebug-lite.js"></script>

</head>

<body></body>



This time, the firebug console appeared when the demo loaded but, the console UI freezed, I can not click any buttons in the console (I can not even close the console).


Then I tried the same code with the old Textastic App and it worked fine ( I can click all the buttons in the console and they works as expected)


Hope you can looking into this.


Thanks :)

Not a bug

I can confirm that the stable channel of Firebug Lite does not currently work in Textastic 6 on my iPad.


But, when I open the website https://getfirebug.com/firebuglite in Safari on my Mac, I have the same problem: there is Firebug Lite at the bottom of the screen, but it doesn't respond to mouse clicks.


So it looks to me like this is a bug in the current "stable" version of Firebug Lite.


The good news is: the "debug" channel works! If I use this markup instead, it does work for me:


<script type="text/javascript" src="https://getfirebug.com/firebug-lite-debug.js"></script>