Its rather a silly mistake, I had the t:datefield component within it's t:label component <t:label for="dateId"> <t:datefield t:id="dateId"/> <t:/label>
Relocating the t:datefield component outside the t:label component fixed the problem. Thank you for your help :) On Tue, Nov 27, 2012 at 5:39 PM, Lenny Primak <lpri...@hope.nyc.ny.us>wrote: > I have seen this with SmartClient JS libraries and only on safari iOS. > But this was an old version of both so the problem doesn't exist now. > I never found out what exactly it was but I bet some JS library you are > Using is doing this. > > On Nov 27, 2012, at 8:55 AM, Muhammad Gelbana <m.gelb...@gmail.com> wrote: > > > I recently changed my app's design and I'm currently porting pages from > the > > old templates to new ones. Now everything is almost done but when I click > > the date picker image to popup the date picker control, it flickers and > > vanishes right away ! > > > > I noticed it's css properties, it changes and then "display" is finally > set > > to "none". Nothing wrong is shown in the JS console. I tried it on > > Chrome(Version 23.0.1271.64 m) and Firefox (16.0.2) and I get the same > > behavior. > > > > Has anyone faced a similar case ? Also I would appreciate if you > recommend > > a prototype\scriptaculous based *datetime* picker (for dates and time). > > > > Thank you. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > >