Paul Nicholls
5e5b5b393d
MDL-48973 Atto: Atto does not listen to the drop event
...
The 'drop' event fires before the native ContentEditable drop handler, so
in order to update the underlying textarea we need to call updateOriginal
with a brief delay so that the dropped content has actually been added to
the editor.
2015-02-13 14:51:24 +13:00
Eloy Lafuente (stronk7)
d55e5bb821
Merge branch 'MDL-48916_27' of https://github.com/wesleysitu/moodle into MOODLE_27_STABLE
2015-01-27 01:09:42 +01:00
Wesley Situ
a6a73abf88
MDL-48916 atto_undo: Clarify text for "Undo/Redo"
2015-01-20 16:18:36 -08:00
Andrew Nicols
d8b26e11dd
MDL-47166 atto_indent: Swap Outdent and Indent
2015-01-09 09:22:19 +08:00
Daniel Thies
931317eba9
MDL-48062 atto_image: Add image select on single click
2014-12-18 18:33:11 -06:00
Sam Hemelryk
5fe069725b
MDL-47133 editor_atto: fixed lint errors
2014-12-01 10:36:42 +13:00
Sam Hemelryk
6fae37e111
Merge branch 'MDL-47133-27' of git://github.com/FMCorz/moodle into MOODLE_27_STABLE
2014-12-01 10:19:27 +13:00
Frederic Massart
693c2aaf32
MDL-47133 editor_atto: Use strict validation of keyboard shortcuts
2014-11-26 17:40:41 +08:00
Dan Poltawski
fe893fd43e
Merge branch 'MDL-45867-m27-master' of https://github.com/dthies/moodle into MOODLE_27_STABLE
2014-11-24 17:11:18 +00:00
Daniel Thies
9f12a1b03b
MDL-45867 atto_equation: Change preview update to asynchronous
2014-11-18 13:30:01 -06:00
Daniel Thies
d6ddfdc23a
MDL-48064 atto_editor: Expand event subscription for saving selection
2014-11-17 11:37:59 -06:00
Daniel Thies
31a8fc3acb
MDL-48064 atto_editor: Check if activeElement is child node in isActive
2014-11-14 12:10:40 -06:00
Eloy Lafuente (stronk7)
e88e7ae3ad
Merge branch 'MDL-47943-m27-master' of https://github.com/dthies/moodle into MOODLE_27_STABLE
2014-11-06 18:47:38 +01:00
David Mudrák
07ff315180
MDL-48035 Fix Behat tests regressions after merging en_fix strings
2014-11-06 10:55:41 +01:00
Daniel Thies
3c2b67f5d4
MDL-47943 editor_atto: Save selection on mouseleave for Chrome
2014-11-05 09:37:24 -06:00
Helen Foster
13523e51e4
MDL-48035 Merge English strings from the en_fix language pack
2014-11-04 22:05:07 +01:00
Frederic Massart
04cc05c0d3
MDL-47397 editor_atto: Properly close confirm dialogue in Behat test
2014-10-23 17:56:47 +08:00
Damyon Wiese
f6b9c0f77b
Merge branch 'wip-MDL-47583-m27' of git://github.com/marinaglancy/moodle into MOODLE_27_STABLE
2014-10-15 13:50:38 +08:00
Marina Glancy
a8812800e5
MDL-47583 atto_managefiles: correctly decode filename
2014-10-09 10:58:44 +08:00
Marina Glancy
3ef132fe0e
MDL-47583 tinymce_managefiles: correctly decode filename
2014-10-09 10:55:37 +08:00
Sam Hemelryk
2e16cac8a2
Merge branch 'MDL-47484_27' of git://github.com/aolley/moodle into MOODLE_27_STABLE
2014-10-08 11:40:53 +13:00
Adam Olley
8e0093973f
MDL-47484 atto_indent: Prevent loss of rangy markers in some cases
2014-10-01 13:56:53 +09:30
Brian Barnes
90f7b090b9
MDL-47170 tiny_mce: Fixed display of bullets in rtl languages
2014-09-09 15:56:41 +12:00
Eloy Lafuente (stronk7)
12e42d2246
MDL-46875 tinymce: keep stable version YYYMMDD constant
...
Note this has been integrated together with previous commit
so nobody should get a "downgrade" ever (but Brian, I'm sorry :-)
2014-08-27 02:11:59 +02:00
Eloy Lafuente (stronk7)
0a668af390
Merge branch 'm27_MDL-46875' of https://github.com/totara/moodle into MOODLE_27_STABLE
2014-08-27 02:03:37 +02:00
Damyon Wiese
22290d726a
Revert "Merge branch 'MDL-46917-27' of git://github.com/andrewnicols/moodle into MOODLE_27_STABLE"
...
This reverts commit 439f2e7e83 , reversing
changes made to b523d5bc33 .
2014-08-26 17:20:41 +08:00
Brian Barnes
3efe531af4
MDL-46875 tinymce: Fixed issue with full screen and spelling
2014-08-26 13:23:01 +12:00
Andrew Nicols
af3085d2d5
MDL-46917 atto: Focus on the editor when the form label is selected
2014-08-22 15:00:20 +08:00
Eloy Lafuente (stronk7)
82a678c91e
Merge branch 'MDL-46302-atto-float-right' of git://github.com/uhunkler/moodle into MOODLE_27_STABLE
2014-08-20 00:57:22 +02:00
Andrew Nicols
096ef13c79
MDL-45780 editor_atto: Update the textarea more often
...
This change updates the frequency of the textarea update to additionally
update it:
* on keypress; and
* on content paste.
2014-08-11 12:32:13 +08:00
uhunkler
3264dcece0
MDL-46302 correct atto img float right
...
Correct the atto image "float right" margin CSS
2014-07-24 17:24:37 +02:00
Dan Poltawski
0052796dbb
MDL-46240 atto_collapse: fix icon url
2014-07-04 14:35:16 +01:00
Rajesh Taneja
c1ee80fef5
MDL-46061 behat: Fixed blur event problem for atto_image
...
atto_image look for blur event after changing width/height
Added a new step to get focus off the element, so this can
work.
2014-06-26 10:29:35 +08:00
Damyon Wiese
3ac5a3544c
MDL-45983 Atto equation editor: Exclude phantomjs from this behat test because it's buggy
2014-06-25 15:05:01 +08:00
Marina Glancy
a3ddcab336
Merge branch 'MDL-45983-27' of git://github.com/damyon/moodle into MOODLE_27_STABLE
2014-06-24 13:52:14 +08:00
Marina Glancy
a839769c23
Merge branch 'MDL-46061-27' of git://github.com/FMCorz/moodle into MOODLE_27_STABLE
2014-06-24 13:32:25 +08:00
Damyon Wiese
5b5a73019d
Merge branch 'MDL-46046-27' of git://github.com/FMCorz/moodle into MOODLE_27_STABLE
2014-06-24 11:48:02 +08:00
Damyon Wiese
ee5b9e137d
Merge branch 'MDL-44773-27' of git://github.com/FMCorz/moodle into MOODLE_27_STABLE
2014-06-24 10:19:16 +08:00
Frederic Massart
85b40b18d5
MDL-46061 atto_image: Improved tests to cover sizing feature
2014-06-19 16:00:47 +08:00
Frederic Massart
3b6987cea3
MDL-46061 atto_image: Prevent error when image does not have a size
2014-06-19 16:00:47 +08:00
Frederic Massart
d9fc73dc7a
MDL-44773 atto_accessibilitychecker: Improved image test coverage
2014-06-19 13:38:36 +08:00
Frederic Massart
3bc1e345ca
MDL-44773 atto_accessibilitychecker: Set focus on clicked warnings
2014-06-19 13:38:35 +08:00
Frederic Massart
a0da864ac2
MDL-46046 atto_accessibilityhelper: Remove dead code from the plugin
2014-06-18 16:52:48 +08:00
Damyon Wiese
6fc2264a8a
MDL-45983 Atto equation editor: Various bugs when editing an existing equation
...
(And a behat test for it).
2014-06-17 15:21:20 +08:00
Rajesh Taneja
2797fcc75e
MDL-46001 atto_clear: modfied behat test to work on xvfb
2014-06-16 11:10:29 +08:00
Damyon Wiese
f271df32ec
MDL-44871 Atto: Add missing tags to behat tests @editor and @editor_atto
2014-06-12 11:15:17 +08:00
Rajesh Taneja
77ae35faba
MDL-44871 behat: Hack to make equation editor visible
2014-06-12 11:11:17 +08:00
Damyon Wiese
32d746479b
MDL-44871 Atto behat: Use one less page load to get to profile edit page
2014-06-12 11:11:17 +08:00
Damyon Wiese
b18fd23232
MDL-44871 Atto: Move custom select text step to atto specific step definition.
2014-06-12 11:11:17 +08:00
Damyon Wiese
bbd644ea34
MDL-44871 Atto behat tests: Modified the tests to work around focus bugs with workspaces
...
The main changes here are that the "select the text in" step was modified to select only the
first text node in the editor field, and to focus on it's parent instead of the entire editable div.
Some tests had to be modified to match the new behaviour, and another "real" bug was found in the table plugin.
2014-06-12 11:11:17 +08:00