Diego Perini
Diego Perini
Maybe I am missing the point. Why would you bother with "scrolling" in Single Page Applications that have non visible overflow both on the HTML and BODY elements (non-scrollable) ?...
I believe you should consider Firefox as your reference browser and the CSSOM specification for the scrolling behavior. If you don't use "Quirks mode" the scrolling element should be the...
@dmethvin @timmywil I leave here this slightly old patch I had prepared for version 3.2.0 as an attempt to solve this issue. It needs review and testing but lately my...
@KeithHenry as you are the original author of this issue, I would like you to tell if the above patch does complpetely fix your issue? And, in case it works,...
@KeithHenry there were no deletion and absolutely no other changes to version 3.2.0, with the exception of the 8 lines added above. And, since nothing else has changed, there is...
Don't take me wrong, or think I am presumptuous, but I have to ask if you fully understand what that "addEventListener" does ? Those 8/10 lines has nothing to do...
@Manvel currently I fixed this for HTML docs only, previously we had it resolve correctly also for XML docs using: source = 'if(' + N + '(e.localName' + (Config.MIXEDCASE ||...
@Manvel I am sorry I have been recovered to hospital since the beginning of this week. I couldn't do what I promise and this was the trend for all this...
@asamuzaK you are welcome to suggest changes/improvements that you see fits. All of the above problems are already listed in the issues. I am going to commit attempts to fixes...
@asamuzaK a few fixes landed in "nwsapi" and some are related to the problems you listed. Can you go through the faulty queries and see if the validator logic is...