Announcement

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

  • Isomorphic
    replied
    This support hasn't been added as yet, but *is* queued.

    It *will* be added - but it isn't straightforward, and may be intrusive enough that it can't be implement into 5.0, which has been live for a long time.

    We'll take a look at what's involved and update here when we have more information/

    Leave a comment:


  • pghosh
    replied
    Is there an update on timezone support for calendars? Our clients are getting anxious.

    Leave a comment:


  • Isomorphic
    replied
    We don't actually document full support for a display timezone in Calendars, but there are indeed some issues in this area - we'll look at completing such support in the comiong days and update here when we have more information.

    Leave a comment:


  • pghosh
    replied
    Yes it works fine if I remove defaultDisplayTimezone.

    Leave a comment:


  • Isomorphic
    replied
    We asked that you confirm that the Calendar is working if you remove the defaultDisplayTimezone - can you confirm that? We noticed you posted something about starting a new thread, but it wasn't clear if you were confirming the cause of the issue.

    Leave a comment:


  • pghosh
    replied
    Originally posted by Isomorphic View Post
    This is a separate issue, related to your defaultDisplayTimezone - we'll take a look at that, but please confirm this works as you expect without a custom timezone.
    Any progress on this issue?

    Leave a comment:


  • pghosh
    replied
    Originally posted by Isomorphic View Post
    This is a separate issue, related to your defaultDisplayTimezone - we'll take a look at that, but please confirm this works as you expect without a custom timezone.
    Should I start a new thread for that? Seemed to be related. I also noticed that the Calendar widget does not honor the specified default timezone instead it always uses the browsers timezone.

    Leave a comment:


  • stonebranch2
    replied
    Isomorphic,
    I already confirmed earlier, the new issue was reported by a different user, "pghosh".
    Regards

    Leave a comment:


  • Isomorphic
    replied
    This is a separate issue, related to your defaultDisplayTimezone - we'll take a look at that, but please confirm this works as you expect without a custom timezone.

    Leave a comment:


  • pghosh
    replied
    Still missing in July 30th build.

    SGWT 5.0p 07/30/2015 10:24
    GWT 2.3
    Chrome 44.0.2403.125 m
    Code:
    @Override
    public void onModuleLoad() {
    	DateUtil.setDateInputFormat("YMD");
    	DateUtil.setDefaultDisplayTimezone("-08:00");
    	DateUtil.setShortDateDisplayFormatter(DateUtil.TOJAPANSHORTDATE);
    	DateUtil.setShortDatetimeDisplayFormatter(DateUtil.TOJAPANSHORTDATETIME);
    	new VLayout(4){{
    		setWidth(600);
    		setHeight(400);
    		Calendar calendar = new Calendar();
    		CalendarEvent[] data = new CalendarEvent[]{new CalendarEvent(1, "Event-1", "Event-1",
    				new Date(2015 - 1900, 7, 1, 10, 0, 0), new Date(2015 - 1900, 7, 1, 11, 0, 0))};
    		calendar.setData(data );
    		addMember(calendar);
    		addMember(new Canvas(){{
    			setContents("Version: " + Version.getVersion() + " Build date: " + Version.getBuildDate());
    			setAutoHeight();
    		}});
    	}}.show();
    }
    Seems to work when setDefaultTimezone is not specified.
    Attached Files
    Last edited by pghosh; 30 Jul 2015, 14:22.

    Leave a comment:


  • stonebranch2
    replied
    Working again now. Thanks

    Leave a comment:


  • Isomorphic
    replied
    In 5.1, there was a check that prevented refreshEvents() from updating cell HTML in the monthView, unless the month had changed. That was incorrect and has been removed for builds dated July 26 and later.

    Leave a comment:


  • stonebranch2
    replied
    The problem still persists with July 23 build.
    Regards

    Leave a comment:


  • Isomorphic
    replied
    Please retest with a build dated July 23 or later and let us know if you still have issues.

    Leave a comment:


  • Isomorphic
    replied
    We have a bunch of fixes, for this and other issues, in 5.0 that haven't made it into 5.1 nightlies yet - they should hit in the next day or so - we'll let you know.

    Leave a comment:

Working...
X