Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Print preview does not show

    Hi,

    I have a problem showing print preview screen for my application using google chrome. It keeps coming up with the JS error

    Code:
    Unsafe JavaScript attempt to access frame with URL http://dev.clixxxx.net/index.php?do=diamonds from frame with URL http://dev.clixxxx.net/index.php?id=isc_PrintCanvas_0&title=Print%20Preview. Domains, protocols and ports must match.
    I have searched the forum and tried setting document.domain manually but it just doesn't help. Would greatly appreciate if you could provide me with some pointers on how to solve this problem.

    My environment details as below:
    Smartclient Version: "v8.2p_2012-07-03/PowerEdition Deployment"
    Browser: Google Chrome 20.0.1132.47 m

    Javascript Error Encountered:
    Code:
    Unsafe JavaScript attempt to access frame with URL http://dev.clixxxx.net/index.php?do=diamonds from frame with URL http://dev.clixxxx.net/index.php?id=isc_PrintCanvas_0&title=Print%20Preview. Domains, protocols and ports must match.
     index.php:40
    
    Unsafe JavaScript attempt to access frame with URL http://dev.clixxxx.net/index.php?do=diamonds from frame with URL http://dev.clixxxx.net/index.php?id=isc_PrintCanvas_0&title=Print%20Preview. Domains, protocols and ports must match.
     index.php:51
    
    (anonymous function) index.php:51
    Uncaught ReferenceError: params is not defined
    The code that I used to show the print preview is isc.Canvas.showPrintPreview()

    #2
    We've made a change to the 8.2p branch which should resolve this issue. This will be present in nightly builds going forward - if you continue to see it, please let us know.

    Regards
    Isomorphic Software

    Comment


      #3
      Thanks for the quick response.

      As I have already used the latest patch version available for testing before reporting this problem, I assume I will have to wait for the next nightly build?

      Happy holidays to you.


      Originally posted by Isomorphic
      We've made a change to the 8.2p branch which should resolve this issue. This will be present in nightly builds going forward - if you continue to see it, please let us know.

      Regards
      Isomorphic Software

      Comment


        #4
        Thankyou! And to you too!

        Yes - the fix was made on Tuesday, so it should be present in the last two builds (July 4th and 5th)

        Regards
        Isomorphic Software

        Comment


          #5
          Hi,

          Just to let everyone know that the latest download of smartclient solved my problems.

          Thanks again guys.

          Comment

          Working...
          X