Ticket #611 (closed defect: fixed)
opera: code coverage not visible
| Reported by: | cweiske | Owned by: | mapi |
|---|---|---|---|
| Priority: | major | Milestone: | phpUnderControl 0.4.6 |
| Component: | phpUnderControl | Version: | |
| Keywords: | coverage report | Cc: | |
| PHP Version: | 5.3-CVS |
Description
Using Opera, the code coverage is barely visible. A fix to php-under-control.js solves this for me:
Line 2: var height = document.viewport.getHeight() - 173; should become: var height = document.documentElement.clientHeight - 173;
That works in Opera and Firefox, I didn't test other browsers.
Change History
Note: See
TracTickets for help on using
tickets.
