mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-03-09 04:33:09 +01:00
* jQuery: update to version 1.10.2 to improve IE10 experience
This commit is contained in:
parent
d25f9dce25
commit
e90143da6f
@ -217,18 +217,18 @@ egwGridViewOuter.prototype.updateColumns = function(_columns)
|
|||||||
// Ugly browser dependant code - each browser seems to treat the
|
// Ugly browser dependant code - each browser seems to treat the
|
||||||
// right (collapsed) border of the row differently
|
// right (collapsed) border of the row differently
|
||||||
addBorder = 0;
|
addBorder = 0;
|
||||||
if ($j.browser.mozilla)
|
//if ($j.browser.mozilla)
|
||||||
{
|
//{
|
||||||
var maj = $j.browser.version.split(".")[0];
|
// var maj = $j.browser.version.split(".")[0];
|
||||||
if (maj < 2) {
|
// if (maj < 2) {
|
||||||
addBorder = 1; // Versions <= FF 3.6
|
// addBorder = 1; // Versions <= FF 3.6
|
||||||
}
|
// }
|
||||||
}
|
//}
|
||||||
if ($j.browser.webkit && !first)
|
if (/*$j.browser.webkit &&*/ !first)
|
||||||
{
|
{
|
||||||
addBorder = 1;
|
addBorder = 1;
|
||||||
}
|
}
|
||||||
if (($j.browser.msie || $j.browser.opera) && first)
|
if (/*($j.browser.msie || $j.browser.opera) &&*/ first)
|
||||||
{
|
{
|
||||||
addBorder = -1;
|
addBorder = -1;
|
||||||
}
|
}
|
||||||
@ -685,7 +685,7 @@ egwGridViewContainer.prototype.setPosition = function(_top)
|
|||||||
* of the mostly called functions in the whole grid code and should stay
|
* of the mostly called functions in the whole grid code and should stay
|
||||||
* quite fast.
|
* quite fast.
|
||||||
*/
|
*/
|
||||||
if ($j.browser.mozilla)
|
if (navigator.userAgent.match(/Mozilla /) && !navigator.userAgent.match(/WebKit /))
|
||||||
{
|
{
|
||||||
egwGridViewContainer.prototype.getHeight = function(_update)
|
egwGridViewContainer.prototype.getHeight = function(_update)
|
||||||
{
|
{
|
||||||
|
15743
phpgwapi/js/jquery/jquery-ui.js
vendored
15743
phpgwapi/js/jquery/jquery-ui.js
vendored
File diff suppressed because it is too large
Load Diff
10
phpgwapi/js/jquery/jquery.js
vendored
10
phpgwapi/js/jquery/jquery.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user