IBM Support

LO60187: THE FIRST OF CONSECUTIVE LOCATION.HREF IN JAVASCRIPT IS DISREGARDED.

Subscribe

You can track all active APARs for this component.

 

APAR status

  • Closed as fixed if next.

Error description

  • The first of consecutive location.href such as the following
    JavaScript code is disregarded.
    
    CurrentDocURL = document.URL ;
    URLtoDelete = CurrentDocURL.replace( "Open", "Delete" ) ;
    location.href = URLtoDelete;
    parent.RightFrame.location.href = "outrecordview?OpenView" ;
    
    Steps to reproduce:
    The Notes database has the following design for a test.
    - a form which has subject field.  The action on the form has
    the JavaScript code in a action to delete this document.
    - a view which has a column for subject.
    - a page.
    - a frameset which has 2 frames.  The left frame has the page.
    The right frame has the view.
    
    1. Notes client creates some documents.
    2. Internet Explorer opens one document.
    3. Push the action button to delete this document.
    
    In Domino 8.5.2 FP2, the JavaScript code in the action can
    delete it.  But, in Domino 8.0.2 FP6, the action can not delete
    it.  However, Firefox can delete it in each Domino.
    
    Additional Test 1:
    The following code can delete it in Domino 8.5.2 FP2 with IE.
    CurrentDocURL = document.URL ;
    URLtoDelete = CurrentDocURL.replace( "Open", "Delete" ) ;
    location.href = URLtoDelete;
    alert ("Test 1")
    parent.RightFrame.location.href = "outrecordview?OpenView" ;
    
    Additional Test 2:
    The following code can delete it in Domino 8.5.2 FP2 with IE.
    CurrentDocURL = document.URL ;
    URLtoDelete = CurrentDocURL.replace( "Open", "Delete" ) ;
    parent.LeftFrame.location.href = URLtoDelete;
    parent.RightFrame.location.href = "outrecordview?OpenView" ;
    

Local fix

  • Using Domino 8.5
    

Problem summary

  • This APAR is closed as FIN. We have deferred the fix to a
     future release.
    

Problem conclusion

Temporary fix

Comments

  • This APAR is associated with SPR# YSAI8G3CD7.
    
    This APAR is closed as FIN. We have deferred the fix to a
     future release.
    

APAR Information

  • APAR number

    LO60187

  • Reported component name

    DOMINO SERVER

  • Reported component ID

    5724E6200

  • Reported release

    801

  • Status

    CLOSED FIN

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt

  • Submitted date

    2011-04-19

  • Closed date

    2011-06-21

  • Last modified date

    2011-07-06

  • APAR is sysrouted FROM one or more of the following:

  • APAR is sysrouted TO one or more of the following:

Fix information

Applicable component levels

  • R801 PSN

       UP

[{"Business Unit":{"code":"BU055","label":"Cognitive Applications"},"Product":{"code":"SSKTMJ","label":"Lotus Domino"},"Component":"","ARM Category":[],"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"8.0.1","Edition":"","Line of Business":{"code":"","label":""}}]

Document Information

Modified date:
06 July 2011