Last modified: 2011-04-05 23:28:42 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T30318, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 28318 - UploadWizard: Transparent spinner background
UploadWizard: Transparent spinner background
Status: RESOLVED FIXED
Product: MediaWiki extensions
Classification: Unclassified
UploadWizard (Other open bugs)
unspecified
All All
: Normal enhancement (vote)
: ---
Assigned To: Ryan Kaldari
:
Depends on:
Blocks: 27260
  Show dependency treegraph
 
Reported: 2011-03-30 02:19 UTC by Neil Kandalgaonkar
Modified: 2011-04-05 23:28 UTC (History)
2 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Neil Kandalgaonkar 2011-03-30 02:19:09 UTC
The white background is ugly...
Comment 1 p858snake 2011-03-30 02:21:36 UTC
Doesn't out default one (/trunk/phase3/skins/common/images/ajax-loader.gif) have a transparent background that could be used?
Comment 2 p858snake 2011-03-30 02:21:57 UTC
s/out/our/
Comment 3 Ryan Kaldari 2011-04-02 00:48:42 UTC
Problem is, animated GIFs only have a 1-bit alpha channel for transparency, so each GIF can only be anti-aliased to a single color. PNGs have 8-bit alpha channels and thus no uglyness, but you can't easily animate PNGs. There are 2 different solutions available:

1. Create several different animated GIF spinners - each anti-aliased to a different color.

2. Create a non-animated PNG spinner, and spin it with some fancy javascript/css. Unfortunately this doesn't work in Opera and some older browsers.
Comment 4 Neil Kandalgaonkar 2011-04-02 00:54:35 UTC
1. For multiple backgrounds -- I made these at http://www.ajaxload.info/ so that's easily done

2. No, this is not worth it. 

Another option:

3. eliminate the grey tint block that goes on alternating rows.
Comment 5 Ryan Kaldari 2011-04-05 23:28:42 UTC
Fixed in r85489.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links