witten
/
luminotes
Archived
1
0
Fork 0

Fixed a bug in which color table rows were displayed incorrect in WebKit when switching colors.

This commit is contained in:
Dan Helfman 2009-05-15 23:21:39 -07:00
parent 03259b5350
commit 9f42372ebc
1 changed files with 1 additions and 1 deletions

View File

@ -4709,7 +4709,7 @@ Color_pulldown.prototype.select_color = function ( color_code, skip_set ) {
Color_pulldown.prototype.select_color_box = function ( color_box, color_code, skip_set ) {
if ( this.selected_color_box ) {
this.selected_color_box.value = "";
this.selected_color_box.value = " ";
removeElementClass( this.selected_color_box, "color_box_light_selected" );
removeElementClass( this.selected_color_box, "color_box_dark_selected" );
}