[ 3 posts ]

Fiona Feng

  • Username: fengxiaomaomao
  • Joined: Thu May 17, 2012 12:53 am
  • Posts: 2
  • Offline
  • Profile

DropdownOption inline cell cannot work in IE9

Post Posted: Thu May 17, 2012 1:38 am
+0-
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.

Satyam

YUI Contributor

  • Username: Satyam
  • Joined: Tue Dec 09, 2008 12:34 am
  • Posts: 2016
  • Location: Sitges, Spain
  • GitHub: Satyam
  • Gists: Satyam
  • IRC: DevaSatyam
  • YUI Developer
  • Offline
  • Profile

Re: DropdownOption inline cell cannot work in IE9

Post Posted: Thu May 17, 2012 11:21 am
+0-
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.

Fiona Feng

  • Username: fengxiaomaomao
  • Joined: Thu May 17, 2012 12:53 am
  • Posts: 2
  • Offline
  • Profile

Re: DropdownOption inline cell cannot work in IE9

Post Posted: Thu May 17, 2012 5:23 pm
+0-
Yes, you are right. Thanks.
  [ 3 posts ]
Display posts from previous:  Sort by  
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
cron