This topic is locked

Formatting issue in Visual Editor

12/1/2006 4:57:54 PM
PHPRunner General questions
S
serwas author

Hi,

I really like the product but now I discovered a small problem when I upgraded to build 170.

When I now change e.g. the style of a field either to "center", "left" or "right" it changes the font size automatically as well and I cannot go back to the original font size. I only can reset the whole site but that resets the adjustment as well.

Is this a known problem or what can I do about it?

Any suggestion would be appreciated.

Many thanks for a fast reply.

Gert

J
Jane 12/4/2006

Gert,
thank you for pointing me to this bug.

We'll fix it in the next PHPRunner update.
To make your pages working please select this field on the Visual Editor tab, turn on HTML mode and replace following line:

<TD><P align=center>{$row.1FieldName_value} </P></TD>



with this one:

<TD align=center>{$row.1FieldName_value} </TD>



where FieldName is your actual field name.

S
serwas author 12/12/2006

Gert,

thank you for pointing me to this bug.

We'll fix it in the next PHPRunner update.
To make your pages working please select this field on the Visual Editor tab, turn on HTML mode and replace following line:
with this one:

where FieldName is your actual field name.

S
serwas author 12/12/2006

Gert,

thank you for pointing me to this bug.

We'll fix it in the next PHPRunner update.
To make your pages working please select this field on the Visual Editor tab, turn on HTML mode and replace following line:
with this one:

where FieldName is your actual field name.


Hi Jane,

thx a lot.

Cheers,

Gert

L
larsonsc 12/12/2006

I have also noticed in Visual Editor that if I view the code page before making any layout changes (i.e. center the footer) that the code is all nice and neat, but once I make any change, and go back in to view/edit the code, the code view is jumbled and harder to figure out.
This isn't a huge issue, but when you are doing something like customizing the formatting of the Quick Jump menu like I did on all my pages, it can get cumbersome to hunt out the right lines of code to replace when they shift around from page to page.
BTW, just out of sheer curiousity, I keep hearing about the next version of PHPR. When is that anticipated? Not looking for a firm date, but am just curious about when to expect the next version of this great application.

J
Jane 12/13/2006

Hi,
We plan to release next PHPRunner version in a month or two.

T
thesofa 12/13/2006

Hi,

We plan to release next PHPRunner version in a month or two.



will that be V4, or just a point release i.e.V3.2?

J
Jane 12/13/2006

It will be release where we'll fix this bug in the Visual Editor.