Re: t-5.4 - page loading mask bug

2015-01-14 Thread Geoff Callender
Chris suggested earlier that you must check for javascript errors. You still have one. "SyntaxError: Unexpected token ')'". All it takes is one javascript error to stop the rest from working. From the console of my browser: [Warning] Unexpected CSS token: middle (home, line 112) [Warning] Unexp

RE: t-5.4 - page loading mask bug

2015-01-14 Thread nhhockeyplayer nashua
Just so folks in future can cut/paste This is what I had to do @Inject @Symbol(SymbolConstants.ENABLE_PAGELOADING_MASK) @Property(write = false) private static boolean ENABLE_PAGELOADING_MASK; @Contribute(SymbolProvider.class) @FactoryDefaults public static void facto

RE: t-5.4 - page loading mask bug

2015-01-14 Thread nhhockeyplayer nashua
ok I found it after checking out the t-5.4 source SymbolConstants.JAVA public static final String ENABLE_PAGELOADING_MASK = "tapestry.enable-pageloading-mask"; I gather you set it to boolean With regard to the actual javascript error... thats happening from tapestry doing some hidden body

RE: t-5.4 - page loading mask bug

2015-01-14 Thread nhhockeyplayer nashua
I would like to fix but I still see no steps to take. yes there is an error... the only KIND of error is red near the end of the body tag definition this is tapestry attempt to embellish the body tag but I dont know how to tell tapestry to stop doing that or do it in a different way that woul

Re: t-5.4 - page loading mask bug

2015-01-14 Thread Howard Lewis Ship
The mask is configurable, that is, it can be disabled. That being said, perhaps it should dismiss after a fixed period of time (a couple of seconds) or even if any initializations throw an exception. On Wed, Jan 14, 2015 at 12:48 AM, nhhockeyplayer nashua < nhhockeypla...@hotmail.com> wrote: > Th

RE: t-5.4 - page loading mask bug

2015-01-14 Thread nhhockeyplayer nashua
This is reproducible. Just click on a nav block entity that has none yet (no rows in db table) for my app, since there is 1 YEAR entity, the tapestry page hangs for my app, since there is 0 COMMENTS or 0 INQUIRY entity, the tapestry page renders fine I summary, the pageloading-mask logic hangs

Re: t-5.4 - page loading mask bug

2015-01-14 Thread Chris Poulsen
you have a javascript error preventing the code that removes the mask to run On Wed, Jan 14, 2015 at 3:28 AM, nhhockeyplayer nashua < nhhockeypla...@hotmail.com> wrote: > Hi Folks, > > A new page feature has been added > > .pageloading-mask div { > height: 100%; > background: url(pageload

t-5.4 - page loading mask bug

2015-01-13 Thread nhhockeyplayer nashua
Hi Folks, A new page feature has been added .pageloading-mask div { height: 100%; background: url(pageloader-mask.gif) no-repeat center center; } and its nice but I have an instance where itas gone out of state and my page is getting stuck on render. My website demo http://psinh.ddns.