| Page 1 of 1 | [ 3 posts ] |
|
My DOM node has
border-color: gray gray gray blue; when I invoke getStyle('borderColor') on it, I get "#GRAY GRAY GRAY BLUE", which is wrong. Perusing through the YUI code, I read that the getStyle() function ends up invoking getBorderColor(), who in turn passes a string representation of the border color ("gray gray gray blue") to the Y.Color.toHex() method, who in turns gives me the actual value I get as result of getStyle that causes the problem ("#GRAY GRAY GRAY BLUE"). This seems to fall through a conditional statement that is Internet Explorer-specific. Is this a known problem? Anyone else ever stumbled on this? |
|
That's totally a bug, can you file it here please?
http://yuilibrary.com/projects/yui3/new ... onent=Node |
|
|
| Page 1 of 1 | [ 3 posts ] |
| You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum |
© 2006-2013 Yahoo! Inc. All rights reserved.
All code on this site is licensed under the BSD License unless stated otherwise.
About This Site · Security Contact Info
Powered by phpBB® Forum Software © phpBB Group