Make WordPress Core

Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#22536 closed defect (bug) (fixed)

view-switcher icon do not show on Chrome

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

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 14 years ago.

Download all attachments as: .zip

Change History (8)

@macbrink
14 years ago

#1 @duck_
14 years ago

  • Milestone Awaiting Review3.5

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

#2 @azaozz
14 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
14 years ago

  • Owner set to azaozz
  • Resolutionfixed
  • Status newclosed

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
14 years ago

  • Resolution fixed
  • Status closedreopened

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
14 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 14 years ago by SergeyBiryukov (previous) (diff)

#6 @macbrink
14 years ago

  • Resolutionfixed
  • Status reopenedclosed

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

#7 @azaozz
14 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, or maybe GIFs can't be optimized :)

Last edited 14 years ago by azaozz (previous) (diff)
Note: See TracTickets for help on using tickets.