Ticket #611 (closed defect: fixed)

Opened 22 months ago

Last modified 22 months ago

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

Changed 22 months ago by cweiske

It also works on Safari. Only Internet Explorer makes problems, but it also had them before. (my changed line is not the problem)

Changed 22 months ago by mapi

  • keywords coverage report added
  • status changed from new to assigned
  • milestone set to phpUnderControl 0.4.6

Changed 22 months ago by mapi

  • status changed from assigned to closed
  • resolution set to fixed

(In [4119]) - default iframe size changed. - special size calculation fallback for opera added, closes #611

Note: See TracTickets for help on using tickets.