You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2009/11/17 19:56:49 UTC

svn commit: r881441 - in /myfaces/trinidad/trunk/trinidad-impl/src/main/resources/META-INF/agent: capabilities.xml gecko.xml htmlBasic.xml ie7win.xml

Author: matzew
Date: Tue Nov 17 18:56:48 2009
New Revision: 881441

URL: http://svn.apache.org/viewvc?rev=881441&view=rev
Log:
TRINIDAD-1640 - IE: IE7 doesn't support disabled options

Added:
    myfaces/trinidad/trunk/trinidad-impl/src/main/resources/META-INF/agent/ie7win.xml
Modified:
    myfaces/trinidad/trunk/trinidad-impl/src/main/resources/META-INF/agent/capabilities.xml
    myfaces/trinidad/trunk/trinidad-impl/src/main/resources/META-INF/agent/gecko.xml
    myfaces/trinidad/trunk/trinidad-impl/src/main/resources/META-INF/agent/htmlBasic.xml

Modified: myfaces/trinidad/trunk/trinidad-impl/src/main/resources/META-INF/agent/capabilities.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-impl/src/main/resources/META-INF/agent/capabilities.xml?rev=881441&r1=881440&r2=881441&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-impl/src/main/resources/META-INF/agent/capabilities.xml (original)
+++ myfaces/trinidad/trunk/trinidad-impl/src/main/resources/META-INF/agent/capabilities.xml Tue Nov 17 18:56:48 2009
@@ -54,6 +54,11 @@
       <include src="ie55win.xml"/>
     </capabilities>
 
+    <capabilities id="ie7win" agents="ie/7+" platforms="windows">
+      <include refid="ie55win"/>
+      <include src="ie7win.xml"/>
+    </capabilities>
+
     <capabilities id="ie8win" agents="ie/8+" platforms="windows">
       <include refid="ie55win"/>
       <include src="ie8win.xml"/>

Modified: myfaces/trinidad/trunk/trinidad-impl/src/main/resources/META-INF/agent/gecko.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-impl/src/main/resources/META-INF/agent/gecko.xml?rev=881441&r1=881440&r2=881441&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-impl/src/main/resources/META-INF/agent/gecko.xml (original)
+++ myfaces/trinidad/trunk/trinidad-impl/src/main/resources/META-INF/agent/gecko.xml Tue Nov 17 18:56:48 2009
@@ -26,6 +26,5 @@
   <capability name="-adfinternal-pngImage" value="true"/>  
   <capability name="-adfinternal-transparentPngImage" value="true"/>     
   <capability name="-adfinternal-autoCompleteFormElements" value="true"/>
-  <capability name="-adfinternal-supportsDisabledOptions" value="true"/>
   <capability name="-adfinternal-fieldset" value="true"/>
 </capabilityData>

Modified: myfaces/trinidad/trunk/trinidad-impl/src/main/resources/META-INF/agent/htmlBasic.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-impl/src/main/resources/META-INF/agent/htmlBasic.xml?rev=881441&r1=881440&r2=881441&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-impl/src/main/resources/META-INF/agent/htmlBasic.xml (original)
+++ myfaces/trinidad/trunk/trinidad-impl/src/main/resources/META-INF/agent/htmlBasic.xml Tue Nov 17 18:56:48 2009
@@ -47,6 +47,6 @@
   <capability name="-adfinternal-altRendersTooltipOnImage" value="false"/>
   <capability name="-adfinternal-cssSelectors" value="none"/>
   <capability name="-adfinternal-fieldset" value="false"/>  
-  <capability name="-adfinternal-supportsDisabledOptions" value="false"/>
+  <capability name="-adfinternal-supportsDisabledOptions" value="true"/>
   <capability name="-adfinternal-onclickOnImgInput" value="true"/>    
 </capabilityData>

Added: myfaces/trinidad/trunk/trinidad-impl/src/main/resources/META-INF/agent/ie7win.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-impl/src/main/resources/META-INF/agent/ie7win.xml?rev=881441&view=auto
==============================================================================
--- myfaces/trinidad/trunk/trinidad-impl/src/main/resources/META-INF/agent/ie7win.xml (added)
+++ myfaces/trinidad/trunk/trinidad-impl/src/main/resources/META-INF/agent/ie7win.xml Tue Nov 17 18:56:48 2009
@@ -0,0 +1,23 @@
+<?xml version="1.0"?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+	   
+-->
+<capabilityData xmlns="http://myfaces.apache.org/trinidad/agent/capabilities">
+  <capability name="-adfinternal-supportsDisabledOptions" value="false"/>
+</capabilityData>