https://bugs.freedesktop.org/show_bug.cgi?id=80961

--- Comment #3 from Owen Genat <owen.ge...@gmail.com> ---
(In reply to comment #0)
> i noticed that colored bullet points arent retaining their color. 
> This is a regression as 4.2.

I am not convinced this is a regression or even a bug. As I commented here:

https://bugs.freedesktop.org/show_bug.cgi?id=77797#c5

... this appears to be a case of the XML previously (under v4.2.x) not being
correctly interpreted, where now (v4.3.x) it is. The XML for the first item of
the unordered list on the first page of the document is:

<w:p w:rsidR="0054188B" w:rsidRPr="003A3302" w:rsidRDefault="0054188B"
w:rsidP="003A3302">
   <w:pPr>
      <w:pStyle w:val="ListParagraph"/>
      <w:numPr>
         <w:ilvl w:val="0"/>
         <w:numId w:val="33"/>
      </w:numPr>
      <w:spacing w:after="120" w:line="360" w:lineRule="auto"/>
      <w:rPr>
         <w:rFonts w:eastAsia="Times New Roman" w:cs="Times New Roman"/>
         <w:color w:val="505050"/>
         <w:szCs w:val="20"/>
         <w:lang w:val="ru-RU"/>
      </w:rPr>
   </w:pPr>
   <w:r w:rsidRPr="003A3302">
      <w:rPr>
         <w:rFonts w:eastAsia="Times New Roman" w:cs="Times New Roman"/>
         <w:color w:val="505050"/>
         <w:szCs w:val="20"/>
         <w:lang w:val="ru-RU"/>
      </w:rPr>
      <w:t xml:space="preserve">Как правильно выбрать вид лицензии </w:t>
   </w:r>
   <w:r w:rsidRPr="003A3302">
      <w:rPr>
         <w:rFonts w:eastAsia="Times New Roman" w:cs="Times New Roman"/>
         <w:color w:val="505050"/>
         <w:szCs w:val="20"/>
      </w:rPr>
      <w:t>Windows</w:t>
   </w:r>
   <w:r w:rsidRPr="003A3302">
      <w:rPr>
         <w:rFonts w:eastAsia="Times New Roman" w:cs="Times New Roman"/>
         <w:color w:val="505050"/>
         <w:szCs w:val="20"/>
         <w:lang w:val="ru-RU"/>
      </w:rPr>
      <w:t xml:space="preserve"> 8 для новых и уже используемых ПК? </w:t>
   </w:r>
</w:p>

All the w:color elements specify grey (505050) rather than the purple (68217A)
indicated. Even in the associated styles.xml file the only definitions
specifying a color of 68217A are: Heading1 (paragraph), Heading2 (paragraph),
Heading1Char (character), Heading2Char (character), Header (paragraph), and
Sidebarheading (paragraph).

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to