mirror of
				https://github.com/Jermolene/TiddlyWiki5
				synced 2025-10-31 07:32:59 +00:00 
			
		
		
		
	Allow text editor type=color for colours not in hex RGB format
See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/color#value
This commit is contained in:
		| @@ -91,6 +91,9 @@ Update the DomNode with the new text | |||||||
| */ | */ | ||||||
| SimpleEngine.prototype.updateDomNodeText = function(text) { | SimpleEngine.prototype.updateDomNodeText = function(text) { | ||||||
| 	try { | 	try { | ||||||
|  | 		if(this.widget.editType === "color") { | ||||||
|  | 			text = $tw.utils.convertRGBStringToCSSColor(text); | ||||||
|  | 		} | ||||||
| 		this.domNode.value = text; | 		this.domNode.value = text; | ||||||
| 	} catch(e) { | 	} catch(e) { | ||||||
| 		// Ignore | 		// Ignore | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Jeremy Ruston
					Jeremy Ruston