| Page 1 of 1 | [ 3 posts ] |
|
here is my code:
Code: var myColumnDefs = [ {key:"ruleId", hidden:"true", formatter:"number"}, {key:"srcStr", label:'<s:text name="config.firewall.policy.rule.title.source" />'}, {key:"destStr", label:'<s:text name="config.firewall.policy.rule.title.dest" />'}, {key:"service", label:'<s:text name="config.ipPolicy.networkService" />'}, {key:"action", label:'<s:text name="config.macFilter.action" />', formatter:"dropdown", dropdownOptions:[{label:"Permit", value:"1"}, {label:"Deny", value:"2"}]}, {key:"log", label:'<s:text name="config.qos.logging" />', formatter:"dropdown", dropdownOptions:[{label:"Enable", value:"1"}, {label:"Disable", value:"2"}]}, {key:"disable", label:'<s:text name="config.firewall.policy.rule.title.disable" />', formatter:"checkbox"} ]; one row has two dropdownOptions inline cells, they work fine in IE7,8, but I cannot see or select dropdown list in IE9. |
|
YUI2 is no longer maintained so even if this was really a bug, it would not be fixed. As an alternative, the <!doctype> declaration at the top of the page can change the behavior of browsers such as IE. IE9 can impersonate previous browsers based on that declaration. I don't know the right one to use, but that is what I would try.
|
|
Yes, you are right. Thanks.
|
| 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