Opened 13 years ago
Closed 13 years ago
#14152 closed defect (bug) (fixed)
Custom background color selector not functioning
Reported by: |
|
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)
Change History (5)
Note: See
TracTickets for help on using
tickets.
IE7 doesn't like the array notation on Strings, so
hex[0]
returns "undefined".