Page MenuHomePhabricator

Vector AJAX-watch star spinner misaligned on first run through spinning on IE 7, then doesn't spin on second run
Closed, ResolvedPublic

Description

Normally when clicking the watch tab star, it starts spinning while the AJAX submission runs.

On the first run through in each direction, the spinner shows when using IE 7 -- however it's offset about 8-16 pixels towards the right.

After a run in each direction, the star no longer spins.

In IE 6, the star never spins.


Version: unspecified
Severity: enhancement

Details

Reference
bz27230

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 11:17 PM
bzimport set Reference to bz27230.

Does appear on prototype -- problem code in 1.17.

May have tracked this down; testing provisional fix. (background-position adjustment)

Fixed on trunk in r81679; needs 1.17 merge.

(By the way the stop of spinning after a couple runs seems a totally separate thing, possibly due to the request just going a lot faster. Not IE-specific or related to this issue.)