Opened 16 years ago
Closed 16 years ago
#14152 closed defect (bug) (fixed)
Custom background color selector not functioning
| Reported by: | cphine | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.1 |
| Component: | JavaScript | Version: | 3.0 |
| Severity: | minor | Keywords: | has-patch |
| Cc: | Focuses: |
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
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
IE7 doesn't like the array notation on Strings, so
hex[0]returns "undefined".