-
Hi,
can you add
${z:setCWRCacheControl()}
into the calendar.css.dsp?
Thanks.
2009-11-19 10:51:19 UTC in ZK - Simply Ajax and Mobile
-
Hi, I have tried Fiddler, and have the same result as before, but I have furthermore observed:
- the zk.js.dsp (and similar files) are reloaded with HTTP 200 when I first enter the URL of my ZK application into the browser, or when I reload the page (without SHIFT key). Other files, e.g. zul/img/splt/splt-h.png, or js/zul/zul.js have response HTTP 304. I would expect response HTTP 304 for...
2009-11-19 08:07:17 UTC in ZK - Simply Ajax and Mobile
-
Although the ~./js/zk/zk.js.dsp (and other *.dsp resources) have included ${z:setCWRCacheControl()}, they are not cached by Firefox3.5. I have examined it by Firebug and LiveHTTPHeaders plugins.
The HTTP response seems OK:
http://localhost:8080/tiger/zkau/web/8914214/js/zk/zk.js.dsp
GET /tiger/zkau/web/8914214/js/zk/zk.js.dsp HTTP/1.1
Host: localhost:8080
User-Agent: Mozilla/5.0...
2009-11-16 11:18:49 UTC in ZK - Simply Ajax and Mobile
-
Hi, I am loading a content to the center are of the bordelayout by Executions.createComponents(). When the loaded content is enclosed in or , then the the content has wrong computed height in FF3.5. In IE8 the height is set correctly. See the attached files for the demo.
2009-11-13 14:11:46 UTC in ZK - Simply Ajax and Mobile
-
I think it should be:
new SimpleDateFormat("EEE, dd MMM yyyy HH:mm:ss zzz", Locale.US)
moreover, the date formatter should be a static property to speed the request a little bit:
private static final DateFormat dateFormatter = new SimpleDateFormat("EEE, d MMM yyyy HH:mm:ss zzz", Locale.ROOT);
static {
dateFormatter.setTimeZone(TimeZone.getTimeZone("GMT"));
}
public static void...
2009-11-13 09:49:19 UTC in Resource Accelerate
-
Duplicated to ID: 2895239. Sorry, I have posted it again by mistake - by pressing the back and forward button in the browser.
2009-11-10 14:59:58 UTC in ZK - Simply Ajax and Mobile
-
Try this in the demo ZK 3.6.3:
X
Y
Z
and try it in FF and IE8. I see different layout for the separators in IE8. When I press F12 in IE8 (web master tools) and look into the normie.css.dsp, I see...
2009-11-10 14:52:29 UTC in ZK - Simply Ajax and Mobile
-
Try this in the demo ZK 3.6.3:
X
Y
Z
and try it in FF and IE8. I see different layout for the separators in IE8. When I press F12 in IE8 (web master tools) and look into the normie.css.dsp, I see...
2009-11-10 13:52:49 UTC in ZK - Simply Ajax and Mobile
-
Hi,
try this in FF3.5 with 3.6.3FL from 16.10.2009. Make the browser window small, so you see the horizontal scrollbar. If you scroll, then the content is not scrolling synchronously with the header. IE8 do it right. On the ZK demo it is right in FF3.5, too. Note, I have tried to remove attr. widht="100%" from the HTML table "z-listbox-body" by the FireBug, and it worked then.
2009-10-21 12:04:51 UTC in ZK - Simply Ajax and Mobile
-
Try it in the ZK demo in FF3.5. Then try to make the first column a little bit narrower by a mouse. After the column border is dropped, it makes the column very wide itself. This odd behaviour is happening a few times and then it works as expected.
2009-10-21 11:18:04 UTC in ZK - Simply Ajax and Mobile