Brandon Aaron

Results 23 comments of Brandon Aaron

@axemclion I threw together a [repository](https://github.com/freshcodes/browser-perf-94-test) with two test cases and their output. I just used the same [url](http://nparashuram.com/perfslides/) that is used in the unit tests. One is using master...

@axemclion Any more thoughts on this?

I also ran into this error using `window.fetch(new URL(...), ...)`. I had to `.toString()` on the `URL`.

I already worked around it. Just wanted to log it for future reference.

"´Global Ajax Event Handlers" is an example of this issue

This only seems to happen in Mobile Safari, not in fullscreen mode.

Touching the search input on the home screen and dragging causes the main window to scroll with the browser chrome present.

Also, dragging your finger off the bottom of the screen causes the scrollable area to stop. This only happens with the browser chrome present.

Can you provide a code example? I suspect there is a deeper conflict with other styles than just box-sizing. I can't reproduce in a simple example.

Curious what you are utilizing livequery for. It is usually best to try and work around the need for livequery or the mutation events. However, I've been thinking about updating...