IBM Support

PM79643: Defect Regression APAR:PM50617 EGL RichUI Calendar closes before selecting the month

Subscribe

You can track all active APARs for this component.

 

APAR status

  • Closed as program error.

Error description

  • = calendar_onMouseOut };
    
        function start()
        end
    
        private function button_onClick(e Event in)
            ui.appendChild(calendar);
        end
    
        private function calendar_onMouseOut(e Event in)
            ui.removeChild(calendar);
        end
    end
    3. Within Servers view, create a new AJAX Test Server if
    necessary
    4. Within Project Explorer, select DojoCalendarIssue.egl, open
    the context menu and select Run As -? EGL RichUI Application
    5. Press on 'Press the button', select the month field and
    scroll to the last month where the drop-down goes further than
    the surrounding widget.
    
    Workaround:
    Add a function like this
    private function calendar_onMouseOut(e Event in)
      if(e.clientX ? calendar.x || (e.x ? (calendar.x +
    calendar.pixelWidth) as int) || e.y ? calendar.y || (e.y ?
    (calendar.y + calendar.pixelHeight)))
        ui.removeChild(calendar);
      end
    end
    

Local fix

Problem summary

  • In RBD 8.5.1, DojoCalendar isSelectorOpen function is broken and
     always return false.
    

Problem conclusion

  • In RBD 8.5.1.1, 9.0 and after, DojoCalendar isSelectorOpen will
    work well.
    

Temporary fix

Comments

APAR Information

  • APAR number

    PM79643

  • Reported component name

    RATL BUS DEV

  • Reported component ID

    5724S5000

  • Reported release

    850

  • Status

    CLOSED PER

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt

  • Submitted date

    2012-12-21

  • Closed date

    2013-10-28

  • Last modified date

    2013-10-28

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

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

Fix information

  • Fixed component name

    RATL BUS DEV

  • Fixed component ID

    5724S5000

Applicable component levels

  • R850 PSY

       UP

  • R900 PSY

       UP

[{"Business Unit":{"code":"BU058","label":"IBM Infrastructure w\/TPS"},"Product":{"code":"SSMQ79","label":"Rational Business Developer"},"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"8.5","Line of Business":{"code":"LOB35","label":"Mainframe SW"}}]

Document Information

Modified date:
06 January 2022