[wp-trac] [WordPress Trac] #24425: Revisions cleanup
WordPress Trac
noreply at wordpress.org
Sun Jul 7 05:37:33 UTC 2013
#24425: Revisions cleanup
----------------------------+--------------------
Reporter: markjaquith | Owner:
Type: task (blessed) | Status: new
Priority: high | Milestone: 3.6
Component: Revisions | Version: trunk
Severity: blocker | Resolution:
Keywords: |
----------------------------+--------------------
Comment (by markjaquith):
1. In Chrome, I'm getting some avatar flicker as I scrub, even though all
the revisions have the same avatar. I'm guessing something related to us
rendering too quickly? Any way we can recycle author avatar DOM elements
so we're not creating them each time and waiting for Chrome to render?
2. We're not doing any pre-loading in compare-two mode. Which I think is
okay, given the multiplicative effect of compare two mode. But when you
drag the scrubber really quickly, it creates a flurry of individual
requests, while you'll only be seeing the last one, the one the scrubber
stopped on. I suggest that we debounce this and consolidate the requests
into one. That is, if you flick your finger and generate on-demand
requests for 1:3, 1:4, 1:5, 1:6 instead of being 4 separate requests,
they should be gathered into one request.
3. When doing an on-demand request, we should fade/remove the current view
and show some sort of loading indicator. Currently it displays the current
info which means there is a scrubber/view mismatch.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/24425#comment:27>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list