IBM Support

LO41214: WEB MAIL: FOLDER NAME IS NOT DIAPLAYED BY UPPER CASE CHARACTERS ON IE7 WHEN SELECTING IT.

Subscribe

You can track all active APARs for this component.

 

APAR status

  • Closed as fixed if next.

Error description

  • Web mail:
    Folder name is not displayed by upper case characters on IE7
    when selecting it
    to view that contents.
    
    This is the problem of "Webmail Picker" like below. Because, in
    case of IE7,
    dispViewName() is not executed.
    
    It occurs on 5.x, 6.x, 7.x and 8.x i.e. all of domino version.
    
    ----------------------------------------------------------------
    ---
    window.onerror=null;
    
    s = navigator.appVersion;
    
    vnum = s.substring(0, 1);
    
    function setViewInbox()
    {
    if(navigator.appName == 'Netscape') {
       return;
     }
     else {
      if(s.indexOf("MSIE 5") == -1) {
       if(s.indexOf("MSIE 6") == -1) {
        return;
       }
      }
     }
    var atags = document.body.getElementsByTagName("A");
    atags[0].className="VTITLE";
    }
    
    function dispViewName()
    {
    if(navigator.appName == 'Netscape') {
      if(vnum !='4') {
       return;
      }
     }
    
    
    else {
      if(s.indexOf("MSIE 5") == -1) {
       if(s.indexOf("MSIE 6") == -1) {
        return;
       }
      }
     }
        if (window.event.srcElement.tagName=="A")
        {
              var atags = document.body.getElementsByTagName("A");
          for (var i = 0; i < atags.length; i++) {
       atags[i].className="VRESET";
      }
      var str1 = new String(window.event.srcElement.href);
      var str2 = str1.toLowerCase()
    
      if (str2.indexOf("openview") != -1) {
       window.event.srcElement.className = "VTITLE"
      }
     }
    }
    ----------------------------------------------------------------
    ---
    

Local fix

Problem summary

Problem conclusion

Temporary fix

Comments

  • This APAR is associated with SPR# KYOE7ST7Q2.
    Part of batch closures of low weight issues. If weight
     increases, this issue will be considered for a future release
    

APAR Information

  • APAR number

    LO41214

  • Reported component name

    NOTES/DOMINO 7X

  • Reported component ID

    5724E6200

  • Reported release

    802

  • Status

    CLOSED FIN

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt

  • Submitted date

    2009-06-08

  • Closed date

    2010-03-10

  • Last modified date

    2010-03-10

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

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

Modules/Macros

  • NA
    

Fix information

Applicable component levels

  • R802 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.2","Edition":"","Line of Business":{"code":"","label":""}}]

Document Information

Modified date:
10 March 2010