Make WordPress Core

Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#22536 closed defect (bug) (fixed)

view-switcher icon do not show on Chrome

Reported by: macbrink's profile macbrink Owned by: azaozz's profile azaozz
Milestone: 3.5 Priority: normal
Severity: minor Version: 3.5
Component: Administration Keywords:
Focuses: Cc:

Description

The view-switcher icons do not show on Google Chrome
On IE(10) and FF (8.0.1) they can be seen.
working with Chrome 25.0.1323.1 on Windows 8


Attachments (1)

list-view.jpg (8.5 KB) - added by macbrink 11 years ago.

Download all attachments as: .zip

Change History (8)

@macbrink
11 years ago

#1 @duck_
11 years ago

  • Milestone changed from Awaiting Review to 3.5

Tracked this down to [22425] for wp-includes/images/blank.gif.

#2 @azaozz
11 years ago

Yeah, seems the optimization turned blank.gif from transparent to white matte. Checking the other optimized GIFs, all have changes to the transparency/matte and there's no size reduction or it's negligable. Best not to smush/ImageOptim GIFs.

#3 @azaozz
11 years ago

  • Owner set to azaozz
  • Resolution set to fixed
  • Status changed from new to closed

In 22829:

Do not optimize/smush/ImageOptim GIFs. Most are either not reduced in size or reduced only couple of bytes but the optimization messes with the transparency/matte. Fixes #22536, see #22381

#4 follow-up: @macbrink
11 years ago

  • Resolution fixed deleted
  • Status changed from closed to reopened

The GIFs were transparent already. it worked in IE and FF, Chrome is still not showing the icons, see my specs above.

#5 in reply to: ↑ 4 @SergeyBiryukov
11 years ago

Replying to macbrink:

Chrome is still not showing the icons

I can reproduce in 3.5-RC1, but I see the icons in trunk after [22829] in Chrome 23.

Last edited 11 years ago by SergeyBiryukov (previous) (diff)

#6 @macbrink
11 years ago

  • Resolution set to fixed
  • Status changed from reopened to closed

I'm running Chrome 25.0.1323.1, maybe I should report this bug to Chrome.

#7 @azaozz
11 years ago

The problem is that GIF quality/transparency is changed while optimizing and there is little or no file size reduction. Perhaps there is another app that would keep the images unchanged.

Version 0, edited 11 years ago by azaozz (next)
Note: See TracTickets for help on using tickets.