View Single Post
Old 07-31-2020, 12:16 PM   #7
VirgoGirl
"Why is it doing *that*?"
VirgoGirl ought to be getting tired of karma fortunes by now.VirgoGirl ought to be getting tired of karma fortunes by now.VirgoGirl ought to be getting tired of karma fortunes by now.VirgoGirl ought to be getting tired of karma fortunes by now.VirgoGirl ought to be getting tired of karma fortunes by now.VirgoGirl ought to be getting tired of karma fortunes by now.VirgoGirl ought to be getting tired of karma fortunes by now.VirgoGirl ought to be getting tired of karma fortunes by now.VirgoGirl ought to be getting tired of karma fortunes by now.VirgoGirl ought to be getting tired of karma fortunes by now.VirgoGirl ought to be getting tired of karma fortunes by now.
 
VirgoGirl's Avatar
 
Posts: 322
Karma: 725344
Join Date: Sep 2011
Device: Black Kobo Touch & Glo, responsible for 2 PaperWhites
Quote:
Originally Posted by jackie_w View Post
I think the following is what @VirgoGirl is referring to. This is what I see when editing comments in Win10.

If I enter "The synopsis." (no quotes) in the comments box, the HTML source box looks like:
Code:
<div>
<p>The synopsis.</p></div>
If I then select the paragraph text and press the Bold tool button in Normal view the HTML source has changed to:
Code:
<div>
<p style="font-weight: 600">The synopsis.</p></div>
i.e. no <strong> tags to be seen.

The only way I can get <strong> tags is by not selecting the whole paragraph before using the Bold button, e.g.
Code:
<div>
<p><strong>The synopsis</strong>.</p></div>
It's a similar situation when using the Italic button which gives you:
Code:
<div>
<p style="font-style: italic">The synopsis.</p></div>
rather than <em> tags if you select the whole paragraph.

I don't know whether it's fixable or it's just another "this is what Qt does" quirk.
jackie_w, I may have to kiss you. THANK YOU!! I thought I was going nuts that no one could get what I am seeing!

I'm using Windows 10 as well.

Okay, NOW if I select each paragraph on it's own - not everything the whole details pane at once - I get the <strong tabs>. But that's going to be a pain to do on every book one by one.

Last edited by VirgoGirl; 07-31-2020 at 12:21 PM.
VirgoGirl is offline   Reply With Quote