Giter Club home page Giter Club logo

Comments (8)

dankurka avatar dankurka commented on August 15, 2024
I had a bug where setCookie in IE didn't work right without setting the path
explicitely - whereas it worked fine in firefox.

Reported by m3moore on 2006-10-26 20:32:29

from gwt.

dankurka avatar dankurka commented on August 15, 2024
TEst

Reported by climbingrose on 2006-11-17 14:43:28


- _Attachment: [xslt.pdf](https://storage.googleapis.com/google-code-attachments/google-web-toolkit/issue-38/comment-2/xslt.pdf)_

from gwt.

dankurka avatar dankurka commented on August 15, 2024

Reported by gwt.team.morrildl on 2007-02-01 14:24:29

  • Labels added: Priority-Medium, Category-UI
  • Labels removed: Priority-Low, Browser-IE, OpSys-Windows

from gwt.

dankurka avatar dankurka commented on August 15, 2024
i had the same problem in ie, but not on firefox

Reported by orrego on 2007-02-21 12:44:49

from gwt.

dankurka avatar dankurka commented on August 15, 2024

Reported by gwt.team.ecc on 2007-04-13 19:22:05

from gwt.

dankurka avatar dankurka commented on August 15, 2024
I cannot repro the problem, so closing the bug. Here is the code I tried to use:

  /** Testing for Dates from longs */
  public void testDate() {

    Date current = new Date();
    // Do not run this test after 11:55 to prevent bogus failurs.
    if (current.getHours() == 23 && current.getMinutes() > 55) {
      return;
    }

    long currentDate = current.getTime();
    Date fromLong = new Date(currentDate);
    assertEquals(current.getDay(), fromLong.getDay());
    assertEquals(current.getMonth(), fromLong.getMonth());
    assertEquals(current.getYear(), fromLong.getYear());
  }

Reported by gwt.team.ecc on 2007-10-29 22:55:10

from gwt.

dankurka avatar dankurka commented on August 15, 2024

Reported by gwt.team.ecc on 2007-10-29 22:55:21

  • Status changed: CannotReproduce

from gwt.

dankurka avatar dankurka commented on August 15, 2024

Reported by [email protected] on 2008-05-02 02:32:22

from gwt.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.