Closed GoogleCodeExporter closed 9 years ago
This is by design to work around the fact that FireFox and other browsers do not
provide CSS-based control over word breaks. If we don't insert word breaks
then a
single very long identifier (quite common in test names and stack traces) can
cause
the report to bloat horizontally to the point it becomes unusable.
Original comment by jeff.br...@gmail.com
on 14 Apr 2010 at 6:40
OK - I understand the reasoning behind that. I still think it is a bug, because
the
WBR is all over the place. A reasonable approach would be to insert WBR every
'n'
characters, current code seems to have n<10.
Could you direct me to the code responsible for this feature? Searching for WBR
in
the code did not yield any results...
Original comment by espen.al...@gmail.com
on 22 Apr 2010 at 9:20
It's in Gallio-Report.common.xsl, there's a comment on Ln 248 that explains why
they
are there. If you can improve it, a patch would be great :) Thanks.
Original comment by grahamr...@gmail.com
on 4 May 2010 at 8:40
Working as intended, sorry.
Feel free to customize the XSLT and contribute a more lightweight report
format. It isn't just the <wbr>'s that bloat the report. We could do better
if we simplified the formatting.
Original comment by jeff.br...@gmail.com
on 1 Sep 2010 at 7:52
Original issue reported on code.google.com by
espen.al...@gmail.com
on 14 Apr 2010 at 12:17Attachments: