oasegips / sigil

Automatically exported from code.google.com/p/sigil
GNU General Public License v3.0
0 stars 0 forks source link

when I select text and then assert 'h2' font size of marked text increases #2411

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Please read http://code.google.com/p/sigil/wiki/ReportingIssues for
information about submitting a good bug report.

What steps will reproduce the problem?
1. Take my input file (but cannot attach it)
2. Select a heading
3. Select 'h2'

  <p class="block66">&nbsp;</p>

  <p class="block61">17. City</p>

  <p class="block6"><i class="calibre3">“les

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

  <p class="block66">&nbsp;</p>

  <h2 class="block61">17. City</h2>

  <p class="block6"><i class="calibre3">“les

and font size of '17. City' about doubles.

What version of the product are you using? On what operating system?

0.7.3 Windows

Please provide any additional information below. If your source file is
required to fully understand the problem, please attach it to this issue.
Read the ReportingIssues wiki page before
submitting!

Since did ToC succesfully have upgraded Calibre to 1.5.0 .

Behaviour didn't happen when text to be makred h2 was at beginning of a 'file'

Original issue reported on code.google.com by David.An...@gmail.com on 26 Sep 2013 at 10:45

GoogleCodeExporter commented 9 years ago

Original comment by john@nachtimwald.com on 3 Nov 2013 at 2:26

GoogleCodeExporter commented 9 years ago
Have you updated the code?

Original comment by David.An...@gmail.com on 8 Dec 2013 at 1:04