kooloveme / thtmlviewer

Automatically exported from code.google.com/p/thtmlviewer
Other
0 stars 0 forks source link

r452 doesn't show HR tags - works in r418 #335

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Which steps will reproduce the problem?

1. Open HTML with an <hr>

What is the expected output? What do you see instead?

No HR is displayed.

Which version of the product are you using? Which compiler version are you
using? On which operating system?

r452. D7. XP.

Please attach test html files and screenshots, if appropriate.
Please provide any additional information:

It works fine in r418.

Original issue reported on code.google.com by winal...@googlemail.com on 27 Feb 2014 at 6:53

GoogleCodeExporter commented 9 years ago
Thanks for spotting this issue.

Original comment by OrphanCat on 29 Mar 2014 at 12:23

GoogleCodeExporter commented 9 years ago
... oops, my test was wrong. 

Actually I cannot reproduce this issue. Could you please post an example html 
file that shows the issue? 

Thanks a lot
OrphanCat

Original comment by OrphanCat on 29 Mar 2014 at 12:37

GoogleCodeExporter commented 9 years ago
It was just a basic test;

<html>
<body>
<hr/>
</body>
</html>

When I replaced the code with the earlier hr handler it all worked fine.

Original comment by winal...@googlemail.com on 3 Apr 2014 at 1:30

GoogleCodeExporter commented 9 years ago
Hm, still cannot reproduce this issue ...

The fix of issue 285: "Border of <hr>s always visible" in r432 has modified 
<hr> code.

Original comment by OrphanCat on 26 Apr 2014 at 6:23