Author: glen Date: Fri Nov 25 11:27:19 2011 GMT Module: packages Tag: YUI_2_8 ---- Log message: - ie9 drag and drop fix
---- Files affected: packages/yui: yui.spec (1.6 -> 1.6.2.1) , ticket-2529410.patch (NONE -> 1.1.2.1) (NEW) ---- Diffs: ================================================================ Index: packages/yui/yui.spec diff -u packages/yui/yui.spec:1.6 packages/yui/yui.spec:1.6.2.1 --- packages/yui/yui.spec:1.6 Mon Aug 29 16:08:19 2011 +++ packages/yui/yui.spec Fri Nov 25 12:27:13 2011 @@ -2,11 +2,12 @@ Summary: The Yahoo! User Interface Library (YUI) Name: yui Version: 2.8.2 -Release: 1 +Release: 2 License: BSD Group: Applications/WWW Source0: http://yui.zenfs.com/releases/yui2/%{name}_%{version}r1.zip # Source0-md5: a13570b836fb9fba5d256e094381484b +Patch0: ticket-2529410.patch URL: http://developer.yahoo.com/yui/ BuildRequires: rpmbuild(macros) >= 1.461 BuildRequires: unzip @@ -22,6 +23,7 @@ %prep %setup -q -n %{name} +%patch0 -p1 %install rm -rf $RPM_BUILD_ROOT @@ -41,6 +43,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.6.2.1 2011/11/25 11:27:13 glen +- ie9 drag and drop fix + Revision 1.6 2011/08/29 14:08:19 glen - 2.8.2 ================================================================ Index: packages/yui/ticket-2529410.patch diff -u /dev/null packages/yui/ticket-2529410.patch:1.1.2.1 --- /dev/null Fri Nov 25 12:27:19 2011 +++ packages/yui/ticket-2529410.patch Fri Nov 25 12:27:13 2011 @@ -0,0 +1,13 @@ +http://yuilibrary.com/projects/yui2/ticket/2529410 + +--- yui/build/dragdrop/dragdrop.js~ 2010-10-26 21:45:16.000000000 +0300 ++++ yui/build/dragdrop/dragdrop.js 2011-11-25 13:15:22.498297613 +0200 +@@ -818,7 +818,7 @@ + // var button = e.which || e.button; + + // check for IE mouseup outside of page boundary +- if (YAHOO.util.Event.isIE && !e.button) { ++ if (YAHOO.util.Event.isIE && YAHOO.env.ua.ie < 9 && !e.button) { + this.stopEvent(e); + return this.handleMouseUp(e); + } else { ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/yui/yui.spec?r1=1.6&r2=1.6.2.1&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
