tomdav999

Results 4 comments of tomdav999

This was driving me nuts, thanks for the insights on how to patch. Since I'm using standard promises, my solution was simple - never resolve promises for stale queries so...

Thanks, just curious what issues this technique would cause in older browsers? Best case, wouldn't they just show the scrollbar? Worst case 2 scrollbars? Seems a small price to pay...

Thanks for the feedback. I hadn't considered these side effects. I ended up ditching my original technique in favor or your first suggestion. I'm assuming that setting the body width...

I updated the code above to use getComputedStyle since it returns the decimal width. I was originally using clientWidth which had undesirable side effects due to it being a rounded...