In-Portal Issue Tracker - In-Portal CMS
Viewing Issue Advanced Details
1325 [In-Portal CMS] Admin Interfaces bug report always 2012-06-16 04:56 2012-07-25 05:29
alex  
!COMMUNITY  
normal  
closed 5.1.1  
fixed  
 
none 5.2.0  
https://groups.google.com/d/topic/in-portal-bugs/H8gCqa1u7nY/discussion
Fixed wrong detection of window.console
1
0001325: Firebug console detection not always working
In-Portal has Firebug Console detection code, that creates it, when it's missing.

Started from Firefox 4.x this code is no longer possible to detect FireBug presence because of missing window.console.firebug mark, that was available before.
Also Google Chrome browser has window.console object that is pretty good too and has "log" method.

That's why I'm proposing to change how we detect console and get rid of Firebug specific checks.
patch window_console_detection_fails_in_firebug.patch (1,893) 2012-06-16 04:56
http://tracker.in-portal.org/file_download.php?file_id=1709&type=bug
Issue History
2012-07-25 05:29 alex Note Added: 0004861
2012-07-25 05:29 alex Status resolved => closed
2012-06-16 06:25 alex Note Added: 0004728
2012-06-16 06:25 alex Status reviewed and tested => resolved
2012-06-16 06:25 alex Fixed in Version => 5.2.0
2012-06-16 06:25 alex Resolution open => fixed
2012-06-16 05:16 alex Note Added: 0004727
2012-06-16 05:16 alex Status needs testing => reviewed and tested
2012-06-16 05:15 alex Assigned To => !COMMUNITY
2012-06-16 05:15 alex Developer => alex
2012-06-16 05:15 alex Status active => needs testing
2012-06-16 05:15 alex Reference => https://groups.google.com/d/topic/in-portal-bugs/H8gCqa1u7nY/discussion
2012-06-16 04:56 alex New Issue
2012-06-16 04:56 alex File Added: window_console_detection_fails_in_firebug.patch
2012-06-16 04:56 alex Change Log Message => Fixed wrong detection of window.console
2012-06-16 04:56 alex Estimate Points => 1

Notes
(0004727)
alex   
2012-06-16 05:16   
Will test all together later.
(0004728)
alex   
2012-06-16 06:25   
Fix committed to 5.2.x branch. Commit Message:

Fixes 0001325: Firebug console detection not always working
(0004861)
alex   
2012-07-25 05:29   
Since 5.2.0 version was released.