You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by jw...@apache.org on 2009/10/14 05:33:57 UTC

svn commit: r825004 - in /myfaces/trinidad/trunk/trinidad-impl/src/main/resources/META-INF/agent: capabilities.xml ie8win.xml

Author: jwaldman
Date: Wed Oct 14 03:33:57 2009
New Revision: 825004

URL: http://svn.apache.org/viewvc?rev=825004&view=rev
Log:
TRINIDAD-1541 Image tooltips do not display in IE8
added capabilities for ie8
patch by Yee-Wah Lee
on trunk

Added:
    myfaces/trinidad/trunk/trinidad-impl/src/main/resources/META-INF/agent/ie8win.xml
Modified:
    myfaces/trinidad/trunk/trinidad-impl/src/main/resources/META-INF/agent/capabilities.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=825004&r1=825003&r2=825004&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 Wed Oct 14 03:33:57 2009
@@ -54,6 +54,11 @@
       <include src="ie55win.xml"/>
     </capabilities>
 
+    <capabilities id="ie8win" agents="ie/8+" platforms="windows">
+      <include refid="ie55win"/>
+      <include src="ie8win.xml"/>
+    </capabilities>
+
     <capabilities id="gecko" agents="gecko">
       <include refid="html" />
       <include src="gecko.xml" />

Added: myfaces/trinidad/trunk/trinidad-impl/src/main/resources/META-INF/agent/ie8win.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-impl/src/main/resources/META-INF/agent/ie8win.xml?rev=825004&view=auto
==============================================================================
--- myfaces/trinidad/trunk/trinidad-impl/src/main/resources/META-INF/agent/ie8win.xml (added)
+++ myfaces/trinidad/trunk/trinidad-impl/src/main/resources/META-INF/agent/ie8win.xml Wed Oct 14 03:33:57 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-altRendersTooltipOnImage" value="false"/>
+</capabilityData>