sidhant-guliani / script-cover

Automatically exported from code.google.com/p/script-cover
Apache License 2.0
0 stars 0 forks source link

Feature request: align the bottom of the code display with the bottom of the browser #13

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Working on a 1366x768 monitor and the dual scrollbar / oversized output screen 
is frustrating.

Great tool, insanely accessible compared to other solutions out there.

Original issue reported on code.google.com by plngp0ng...@gmail.com on 17 May 2012 at 7:41

GoogleCodeExporter commented 8 years ago
OK I looked at the code from the output and it is a little mess.  Here's how to 
fix it:

The title and link element should be within the head element, for validity.

div id="mergedDataDiv" has a style attribute with no value or equal sign, which 
could be interpreted as a boolean value.

H2 id="globalStat" should be the first child of div id="container_page0"

and class="sourceContainer" should have a height of 100%;

This I think makes for a good first step towards shaping up the output UI, 
there's a problem with long urls messing up the alignment of the coverage 
percentages, but that's another issue to tackle.

Original comment by plngp0ng...@gmail.com on 17 May 2012 at 8:15

GoogleCodeExporter commented 8 years ago
Thanks for looking into it!

From your description, it looks like an easy fix.

See files:
http://code.google.com/p/script-cover/source/browse/src/coverage_report.soy
http://code.google.com/p/script-cover/source/browse/src/styles/coverage_report.c
ss

I am not sure when I have time to make this fix though (being busy with other 
projects). If you have interest in fixing this or any other bugs, please, let 
me know. I could help you, if needed.

Original comment by ekamensk...@google.com on 18 May 2012 at 8:00