I will do.
I tested it with Safari and Opera 12.17
Sent: Wednesday, May 28, 2014 at 9:01 AM
From: "Richard Sternagel"
To: "qooxdoo Development"
Subject: Re: [qooxdoo-devel] Datefield problem
Hi mario,
I can reproduce this with:
- Safari 7.0.6
but not with:
Hi mario,
I can reproduce this with:
- Safari 7.0.6
but not with:
- Firefox 29.0.1 or Nigthly (Firefox 32.0a1)
- current Chromium
- Opera 21.0.1432.67 or Opera Next.
Which browser(s) are you using?
Please open a bug for that and don't forget to
mention your browser and os version. You can add
I have created a datefield like this:
var doc = this.getRoot();
var dateField1 = new qx.ui.form.DateField();
doc.add(dateField1);
dateField1.setValue(new Date());
var dfPopup = dateField1.getChildControl("list");
dfPopup.addListener("click", function()
{
var format = new qx.util.format.DateFo