Announcement

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

    Looks like thare is Bug in Calendar Weekview

    It looks like there is a bug in calendar weekview when creating new event using EventEditor and selecting start time 12:00:AM and end time 12:15:AM click "Save Event" button EventEditor will not close and event is not placed in weekview.

    #2
    I have the same problem with the weekview...

    Is this a known problem? Any workaround?

    Thanks

    Comment


      #3
      What version?

      What browser(s)?

      Is there a JavaScript error, if so, what stack trace is logged?

      Comment


        #4
        i tried the same on showcase but same behavior

        gwt-2.0.3
        smartgwt 2.2
        Firefox 3.6.3
        Code:
        17:55:58.916:INFO:Log:initialized
        17:55:58.939:WARN:Log:NOTE: Firebug is enabled. Firebug greatly slows the performance of applications that make heavy use of JavaScript. Isomorphic highly recommends Firebug for troubleshooting, but Firebug and other development tools should be disabled when assessing the real-world performance of SmartClient applications.
        17:56:00.458:WARN:AutoObserver:Use addInterfaceProperties() to add methods to interface [Class AutoObserver]
        17:56:02.229:WARN:Log:New Class ID: 'IAutoFitButton' collides with ID of existing Class object '[Class IAutoFitButton]'.  Existing object will be replaced.
        17:56:02.229:WARN:Log:New Class ID: 'HeaderImgButton' collides with ID of existing Class object '[Class HeaderImgButton]'.  Existing object will be replaced.
        17:57:21.259:INFO:Log:isc.Page is loaded
        18:04:09.115:MUP6:WARN:Log:TypeError: _3[_17] is undefined
            Calendar._prepareAutoArrangeOffsets([object Array], {Obj})
            Calendar._renderEventRange(true, [object Date], [object Date])
            DaySchedule.sizeEventWindow(_1=>{Obj})
            DaySchedule.addEvent(_1=>{Obj})
            unnamed()
            Calendar.addEvent(_1=>[object Date],  _2=>[object Date],  _3=>"aaa",  _4=>"aaa",  _5=>{Obj},  _6=>true)
            unnamed({Obj}, undef)
            StatefulCanvas.handleActivate(_1=>{Obj},  _2=>undef)
            StatefulCanvas.handleClick(_1=>{Obj},  _2=>undef)
            [c]EventHandler.bubbleEvent(_1=>{Obj},  _2=>"click")
            [c]EventHandler.handleClick(_1=>{Obj})
            EventHandler._handleMouseUp([object MouseEvent], undef)
            [c]EventHandler.handleMouseUp(_1=>[object MouseEvent])
            [c]EventHandler.dispatch(_1=>isc_c_EventHandler_handleMouseUp,  _2=>[object MouseEvent])
            anonymous([object MouseEvent])
            unnamed()
        Last edited by skethama; 4 Jun 2010, 14:19.

        Comment


          #5
          and on ie 7 with same smartgwt 2.2

          here is trace.

          Code:
          18:15:49.477:INFO:Log:initialized
          18:15:49.711:WARN:AutoObserver:Use addInterfaceProperties() to add methods to interface [Class AutoObserver]
          18:15:50.055:WARN:Log:New Class ID: 'IAutoFitButton' collides with ID of existing Class object '[Class IAutoFitButton]'.  Existing object will be replaced.
          18:15:50.055:WARN:Log:New Class ID: 'HeaderImgButton' collides with ID of existing Class object '[Class HeaderImgButton]'.  Existing object will be replaced.
          18:15:50.227:INFO:Log:isc.Page is loaded
          18:16:32.555:MUP4:WARN:Log:Error:
          	''usedCol' is null or not an object'
          	in http://127.0.0.1:8888/Myapp.html?gwt.codesvr=127.0.0.1:9997
          	at line 99
              Calendar.$64j(_1=>Array[1], _2=>[WeekSchedule ID:myCalendar_weekView])
              Calendar.$64n(_1=>true, _2=>Date(6/3/2010), _3=>Date(6/4/2010))
              DaySchedule.sizeEventWindow(_1=>[EventWindow ID:myCalendar_eventWindow])
              DaySchedule.addEvent(_1=>Obj{name:abc})
              anonymous(_11=>undef, _12=>undef, _13=>undef)
              Calendar.addEvent(_1=>Date(6/3/2010), _2=>Date(6/4/2010), _3=>"abc", _4=>"abc", _5=>Obj, _6=>true)
              [o]IButton.click(Obj, undef)
              StatefulCanvas.handleActivate(_1=>Obj, _2=>undef)
              StatefulCanvas.handleClick(_1=>Obj, _2=>undef)
              [c]EventHandler.bubbleEvent(_1=>[IButton ID:isc_IButton_0], _2=>"click", _3=>undef, _4=>undef)
              [c]EventHandler.handleClick(_1=>[IButton ID:isc_IButton_0], _2=>undef)
              [c]EventHandler.$k5(_1=>Obj{type:error}, _2=>undef)
              [c]EventHandler.handleMouseUp(_1=>Obj{type:error}, _2=>undef)
              [c]EventHandler.dispatch(_1=>[c]EventHandler.handleMouseUp(), _2=>Obj{type:error})
              anonymous(event=>undef)
                  "var returnVal=arguments.callee.$ch.isc.EH.dispatch(arguments.callee.$j2,event);return returnVal;"

          Comment


            #6
            Any updates on Calendar?

            Comment

            Working...
            X