Thanks for pointing this out. I don't use preview too much.  Actually, at
first I couldn't figure out what you were saying, because it works in the
CREATE action. But I see now that the EDIT action doesn't load the preview
content in the edit box properly.

Here's an easy fix:

Go to boltwire/system/action.edit, and manually replace the following line
with the second. If you look at the code you can see what is happening:

From:
[box content cols=60 rows=12 gui=true][(source {p} post=content)][box]

To:
[box content cols=60 rows=12 gui=true][if equal {?submit} PREVIEW]<(preview
content output=escape)>[else]<(source {p} post=content)>[if][box]

It will be fixed in the next release.

Actually, I think the post=content part is supposed to take care of
this--so it may be a bug. But this will get you going until the next
release...

Cheers,
Dan




On Fri, Jul 18, 2014 at 3:27 AM, TheOldFellow <[email protected]>
wrote:

> When I preview in the page editor, it wipes all previews OK, but then
> wipes all the changes I made in the edit window.
>
> This seem to me to be major critical bug.
>
> I tried it on another server, another hoster, in case it was a PHP version
> issue, but it's the same everywhere.
>
> TOF.
>
> --
> You received this message because you are subscribed to the Google Groups
> "BoltWire" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/boltwire.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"BoltWire" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/boltwire.
For more options, visit https://groups.google.com/d/optout.

Reply via email to