Make WordPress Core

Opened 14 years ago

Closed 14 years ago

#14152 closed defect (bug) (fixed)

Custom background color selector not functioning

Reported by: cphine's profile cphine Owned by:
Milestone: 3.1 Priority: normal
Severity: minor Version: 3.0
Component: JavaScript Keywords: has-patch
Focuses: Cc:

Description

I've just installed Wordpress 3.0 in a clean folder. Starting from scratch to learn the new system.
Using the new default 2010 theme, I'm attempting to select a custom background color, but every time I type in a letter or number of the hex code, an additional # is added to the front.
For example, if I place my cursor after the pre-existing # and try to type ffffff for white, I end up with #######ffffff.
I am using IE 7 on Windows Vista 64 Home Premium.
The server is a GoDaddy delux linux hosting package with the automatic installation of Wordpress.

I have also mentioned this in the forums where it was suggested I place this ticket. http://wordpress.org/support/topic/417392

Attachments (1)

14152.diff (503 bytes) - added by duck_ 14 years ago.

Download all attachments as: .zip

Change History (5)

#1 @duck_
14 years ago

  • Component changed from General to JavaScript
  • Keywords has-patch added; 3.0 custom background color selector removed

IE7 doesn't like the array notation on Strings, so hex[0] returns "undefined".

@duck_
14 years ago

#2 @duck_
14 years ago

  • Milestone changed from Awaiting Review to 3.1

#3 @hakre
14 years ago

Is this still unfixed?

#4 @nacin
14 years ago

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

(In [15966]) Fix custom background selector for IE7. props duck_, fixes #14152.

Note: See TracTickets for help on using tickets.