-
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
-
P.S. I am using plugin build-in zul.xsd.
2009-10-20 13:18:04 UTC in ZK Studio
-
When I trigger a completion on listbox, it offers me a "readonly" attribute, but the Listbox has no setReadonly method.
2009-10-20 13:17:15 UTC in ZK Studio
-
FYI: The default SimpleEventRender uses getTitle() only in the drawDay() method. The other methods drawAllDay(), drawAllDayByMonth() and drawDayByMonth() uses only getContent() method. From my point of view, it is an inconsistent behaviour. But I understand someone might done it on purpose.
2009-10-20 06:33:59 UTC in ZK - Simply Ajax and Mobile
-
Hi, I have changed the createEvent.zul and editEvent.zul so that a user can set any time to an event, eg. can create an event 7:00 - 7:50, 7:10-7:50,etc..
1. Moving an event like 7:00 - 7:50. The time is wrong during dragging, but the CalendarsEvent for onEventUpdate is right. E.g. when the event 7:00 - 7:50 is dragged, the height of the event box is right, just the number shows one-hour...
2009-10-19 12:37:02 UTC in ZK - Simply Ajax and Mobile
-
This bug is duplicate to 2866950.
BTW. try my workaround bellow, it just sets the timezone to the timezone of the server, so there is no time shit caused by different timezones.
2009-10-19 12:11:14 UTC in ZK - Simply Ajax and Mobile