Justify tags in html editor not working

When editing the Text property of a form label element, and checking the ‘Use HTML’ box, we can click on the Justify Left/Centre/Right buttons and the selected lines of text appear to move to the appropriate position.

However, no html tags are inserted around the selected text and on the viewed/printed form the text is always left justified. Only by adding eg

&
tags manually in the ‘HTML source’ tab (see below) can I get it to work.

<html>
  <head>
    
  </head>
  <body>
    <div align="right">
      <b>Invoice %%invoice_id%%

      %%globals.currentDate%%


      Provider Number %%invoice_items_to_invoices.provider_number%%</b>
    </div>
  </body>
</html>

Is this a bug or am I missing something basic?

Servoy Developer
Version 3.0.2-build 373
Java version 1.5.0_06-b05 (Windows XP)

I see the same thing on Mac. All the formatting buttons except the text alignment buttons add html code. Dunno if it’s expected behavior or not, just posting a confirmation.

kazar

that seems to be a limitation off that toolbar. We are calling the right action on it. But that action doesn’t seem the generate any html (like bold/underline seems to do)

Please add a case for this in our support system.

posted case 60153. thanks, Jan.

and 60054!

I long for a Search button so I know whether someone else has already posted a bug … (already sent this suggestion to the feedback address)

kazar