View Issue Details

IDProjectCategoryView StatusLast Update
0004875JEDI VCL00 JVCL Componentspublic2009-08-05 15:35
Reporterpierrebb2Assigned Toobones 
PrioritynormalSeveritytrivialReproducibilityalways
Status resolvedResolutionnot fixable 
Product Version3.37 
Target VersionFixed in Version 
Summary0004875: jvrichedit dont load html file correctly
DescriptionWhen re-loading a very simple html file created with :
            TmpX := TJvRichEditToHtml.Create(Nil);
            TmpX.ConvertToHtml(RichEdit,GetHTMLFileName(false));
(see HTMl code below)

All character information (font, size, font color) are not rendered
Additional Information<HTML>
  <HEAD>
    <TITLE></TITLE>
  </HEAD>
  <BODY>

<P ALIGN="LEFT">
<SPAN style="color: #000000; font-size: 8pt; font-family: MS Sans Serif;">


</SPAN><SPAN style="color: #000000; font-size: 12pt; font-family: Times New Roman;">Bibliothèque Municipale de Saint Paul











</SPAN>

<P ALIGN="CENTER"><SPAN style="color: #000000; font-size: 12pt; font-family: Times New Roman;">CIVILITE </SPAN><SPAN style="color: #000000; font-size: 12pt; font-family: Arial Black;">PRENOM </SPAN><SPAN style="color: #000000; font-size: 12pt; font-family: Times New Roman;">NOM

</SPAN>

<P ALIGN="LEFT"><SPAN style="color: #000000; font-size: 12pt; font-family: Times New Roman;">RUE1

RUE2

CP VILLE







CIV1





</SPAN><SPAN style="color: #000000; font-size: 12pt; font-family: Times New Roman;">Nous avons constaté que les documents suivants n'ont pas été retournés à la bibliothèque dans les délais prévus. Nous vous serions donc reconnaissants de nous les rapporter dès que possible.





</SPAN><SPAN style="color: #000000; font-size: 12pt; font-family: Times New Roman;">Liste des documents en votre possession :



</SPAN><SPAN style="color: #000000; font-size: 12pt; font-family: Times New Roman;">LISTEDOCS





Nous vous rappelons nos horaires d'ouverture :

Lundi, mardi, vendredi de 16 h 30 à 18 h

Mercredi de 16 h 30 à 18 h 30

Samedi de 14 h à 15 h



tél : 03 44 15 31 20

couriel : bibliotheque-st-paul@toto.com
</SPAN>



  </BODY>
</HTML>
TagsNo tags attached.

Activities

obones

2009-07-24 14:56

administrator   ~0015890

Please provide the zipped sources of a sample application showing this problem.

2009-07-24 15:18

 

ARendre0.zip (402 bytes)

pierrebb2

2009-07-24 15:21

reporter   ~0015891

Application we build cannot be uploaded.
But opening of the html simple file attached in the JvRichEdit demo program (and the same in our application) looses Font (arial) and color in <span> tags.

obones

2009-08-05 15:35

administrator   ~0015937

Well, I'm sorry, but the HTML conversion is done by the Microsoft tools installed with Office. We have no control over these.

Issue History

Date Modified Username Field Change
2009-07-24 13:15 pierrebb2 New Issue
2009-07-24 14:56 obones Note Added: 0015890
2009-07-24 14:56 obones Status new => feedback
2009-07-24 15:18 pierrebb2 File Added: ARendre0.zip
2009-07-24 15:21 pierrebb2 Note Added: 0015891
2009-08-05 15:35 obones Note Added: 0015937
2009-08-05 15:35 obones Status feedback => resolved
2009-08-05 15:35 obones Resolution open => not fixable
2009-08-05 15:35 obones Assigned To => obones