Richard Wallis

Results 19 comments of Richard Wallis

Thanks for the extra detail. I have a feeling that the double request will be a deal breaker for me, (though I'll wait and see actual performance). On Wed, Oct...

Um also this is probably really stupid but why can the attacker not see the nonce if they can see the cookie? On Wed, Oct 1, 2014 at 6:59 PM,...

Got it thanks. The nonce allows the cookie to be set as http-only which makes it less vulnerable to an xss attack. Thanks for walking me through this. On Wed,...

Add `String[] getNameTokens()` to the Place interface and deprecate `String getNameToken()`.

@Confile https://github.com/ArcBees/GWTP/pull/555 will fix your issue. Just add the popup to the popupslot of PresenterA and it should work.

Yes sorry I got a bit over excited, add it to PresenterB and it should work. On Tue, Aug 26, 2014 at 6:06 PM, Confile [email protected] wrote: > @rdwallis https://github.com/rdwallis...

Yes after the PR popups are tied to their parent. So if the parent is not visible the popup won't be either. But if you then make the parent visible...

Oh sorry to lead you down the wrong path. The others are right. I think users won't expect clicking back to close the popup unless they also expect clicking back...

looks cool, wrt visibile handlers, is this just an optimization for performance or is there some other reason for having it? How much of a performance difference does it really...