I am editing a dmHTML object and if I am on the "Start" PLP stage, I
can click on the Cancel button and get a nice prompt "Are you sure you
want to cancel, all changes will be lost?". If I am on the "Body",
"Categories" or "Related" PLP stage when I click Cancel I get a lovely
Javascript error "Object not found". I have traced it down to the
onClick event handler not being defined, which is the following
function:

<script language="javascript">
function fPLPCancelConfirm()
{
        return window.confirm("Changes made will not be save.\nDo you still
wish to Cancel?");
}
</script>

In looking at the source code, this function is only in place on the
"Start" page and not present on the other 3. I manually added this to
the bottom of each of the other stages and it works just fine.

IE produces a fatal error, Firefox silently ignores and does the Cancel
action but logs the error to the Javascript cancel.

I am just confused as to how such a big bug could released into the
latest build(???)

Reply via email to