Make WordPress Core

Opened 6 years ago

Closed 3 years ago

#40746 closed defect (bug) (wontfix)

Error on adding .ico icon in customizer.

Reported by: kruglikov's profile kruglikov Owned by:
Milestone: Priority: normal
Severity: normal Version: 4.3
Component: Customize Keywords: close
Focuses: Cc:

Description

I'm trying to add site icon in Cutomizer according to this manual:
https://codex.wordpress.org/Creating_a_Favicon#WordPress_Version_4.3_or_later

  • I go to Administration Screen > Appearance > Customize
  • I click Site Identify
  • then I click Select Image at Site Icon sectiona and select my favicon.ico file.

On step when WP asks me to crop the image, I got error "Image could not be processed".

I debugged and found that this is because system (neither GD nor ImageMagick) cannot operate with .ico (image/x-icon mimetype) files.

It seems not very logical that I can't upload ready for use favicon.ico with the tool that is created for this. It seems as bug for me.

Why just not use uploded .ico file if system cannot operate it?

Change History (3)

#1 @westonruter
6 years ago

  • Version changed from 4.7.4 to 4.3

@kruglikov Please see #16434 for prior discussion on supporting .ICO files.

#2 @dlh
3 years ago

  • Keywords close added
  • Milestone changed from Awaiting Review to Future Release

ticket:16434#comment:170 states pretty clearly that .ico files aren't intended to be supported, and [32994] also mentions .ico files as plugin territory. Are there any shifts in that sentiment that would justify moving forward with this ticket?

#3 @dlh
3 years ago

  • Milestone Future Release deleted
  • Resolution set to wontfix
  • Status changed from new to closed

Closing per comment:2.

Note: See TracTickets for help on using tickets.