Is anyone else getting this behavior? I just updated to the latest version of Calibre, and started editing the metadata for books that I added via the edit metadata screen.
When I edit the comments using the select all icon, remove formatting icon, then the ok button the formatting changes are displayed are not saved. All I do is click on the three buttons in the order listed above and when I'm back at the main screen, look down to the comments, none of the changes are saved. The behavior is the same switching from normal to html then back to normal view. If I go in and make the changes with the keyboard the changes stick.
Here's what I'm starting with via HTML view (I want to remove the double spacing). It displays in normal view with double spacing:
<div>
<p>Stressed out at work? Are the pressures of the world getting </p>
<p>you down? We guarantee relaxation with these complex Zen</p>
<p>and anti-stress colouring pages for adults.</p>
When I remove the formatting with the keyboard this is what I get:
<p>Stressed out at work? Are the pressures of the world getting you down? We guarantee relaxation with those complex Zen and anti-stress colouring pages for adults.</p>
When I use the icon remove formating, everything displays single space, but in actuality, it's still double.
This is what shows up in normal view:
Stressed out at work? Are the pressures of the world getting you down?
We guarantee relaxation with these complex Zen
and anti-stress colouring pages for adults.
After I use the buttons only it displays as below, after I press OK, it shows like above.
Stressed out at work? Are the pressures of the world getting you down?
We guarantee relaxation with these complex Zen
and anti-stress colouring pages for adults.
Hope I'm making sense.