MDL-35771 patch tinymce to use lower zindexes

The reason is that YUI does not like that bing zIndexes when dragging panels. We should probably try to find the reason why YUI dragging fails and report it upstream.
This commit is contained in:
Petr Škoda
2012-10-24 22:45:23 +08:00
parent e13b330d49
commit 9e2d7f560d
261 changed files with 14 additions and 8 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ defined('MOODLE_INTERNAL') || die();
class tinymce_texteditor extends texteditor {
/** @var string active version - this is the directory name where to find tinymce code */
public $version = '3.5.7';
public $version = '3.5.7b';
/**
* Is the current browser supported by this editor?
+6
View File
@@ -14,7 +14,13 @@ Upgrade procedure:
3/ bump up main version.php
4/ update lib/thirdpartylibs.xml
5/ execute cli/update_lang_files.php and review changes in lang/en/editor_tinymce.php
6/ use search to find oversized zIndexes and divide them by 100
Changes:
1/ zIndex 300000 and 200000 changed to 3000 and 2000 - this prevents collision with YUI,
see MDL-35771
TODO:
* create some new automated script that sends other languages from upstream into AMOS
File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

Before

Width:  |  Height:  |  Size: 354 B

After

Width:  |  Height:  |  Size: 354 B

Before

Width:  |  Height:  |  Size: 329 B

After

Width:  |  Height:  |  Size: 329 B

Before

Width:  |  Height:  |  Size: 340 B

After

Width:  |  Height:  |  Size: 340 B

Before

Width:  |  Height:  |  Size: 338 B

After

Width:  |  Height:  |  Size: 338 B

Before

Width:  |  Height:  |  Size: 323 B

After

Width:  |  Height:  |  Size: 323 B

Before

Width:  |  Height:  |  Size: 344 B

After

Width:  |  Height:  |  Size: 344 B

Before

Width:  |  Height:  |  Size: 350 B

After

Width:  |  Height:  |  Size: 350 B

Before

Width:  |  Height:  |  Size: 336 B

After

Width:  |  Height:  |  Size: 336 B

Before

Width:  |  Height:  |  Size: 87 B

After

Width:  |  Height:  |  Size: 87 B

File diff suppressed because one or more lines are too long
@@ -36,7 +36,7 @@
var t = this;
t.parent(ed);
t.zIndex = 300000;
t.zIndex = 3000;
t.count = 0;
t.windows = {};
},

Some files were not shown because too many files have changed in this diff Show More