| d259f728 | 11-Aug-2010 |
Andreas Gohr <gohr@cosmocode.de> |
fixed locktimer/draft saving on new pages
When creating new pages, no date field is added in the edit form. |
| b6bf4d66 | 09-Aug-2010 |
Andreas Gohr <andi@splitbrain.org> |
remove accesskey once a JS handler was registered FS#2007 |
| ca0095d0 | 30-Jul-2010 |
Adrian Lang <lang@cosmocode.de> |
Fix currentTarget in fixevent |
| 16c2466c | 30-Jul-2010 |
Adrian Lang <lang@cosmocode.de> |
Fix event.pageX and pageY correctly |
| 76b21ebd | 28-Jul-2010 |
Adrian Lang <lang@cosmocode.de> |
remove unused IE hack
|
| f48ee0bd | 28-Jul-2010 |
Adrian Lang <lang@cosmocode.de> |
Do not cancel event bubble in drag |
| ce19c341 | 27-Jun-2010 |
Andreas Gohr <andi@splitbrain.org> |
Use OS based Hotkey-Modifier FS#1958
Because ALT-GR fires a CTRL-ALT event on Windows systems, but ALT-GR is needed to write square brackets on German Keyboards, CTRL-ALT can not be used as modifier
Use OS based Hotkey-Modifier FS#1958
Because ALT-GR fires a CTRL-ALT event on Windows systems, but ALT-GR is needed to write square brackets on German Keyboards, CTRL-ALT can not be used as modifier.
This patch introdues OS dependent modifiers. Mac systems continue to use CTRL-ALT, all other systems use only ALT.
Let's hope this works out.
show more ...
|
| 13698245 | 27-Jun-2010 |
Michael Hamann <michael@content-space.de> |
Fixed automatic insertion of listbullets in Opera FS#1877
The keydown event can't be prevented in Opera (see http://www.quirksmode.org/dom/events/keys.html) so this switches back to keypress in Oper
Fixed automatic insertion of listbullets in Opera FS#1877
The keydown event can't be prevented in Opera (see http://www.quirksmode.org/dom/events/keys.html) so this switches back to keypress in Opera (keypress doesn't give the correct key codes in Firefox). Furthermore Opera replaces '\n' by '\r\n' when inserting text, thus the offset for cursor/selection placement was wrong.
show more ...
|
| bbbf5853 | 27-Jun-2010 |
Michael Hamann <michael@content-space.de> |
Added missing ";" in edit.js |
| 40f3c0b5 | 27-Jun-2010 |
Gina Haeussge <gina@foosel.net> |
FS#433: Editor now uses onbeforeunload event to capture ANY leaving of it besides via Save or Preview button. This has been successfully tested in FF, Chrome and IE6/7/8. Opera does not support onbef
FS#433: Editor now uses onbeforeunload event to capture ANY leaving of it besides via Save or Preview button. This has been successfully tested in FF, Chrome and IE6/7/8. Opera does not support onbeforeunload, therefore the draft is kept if the user navigates away from the editor.
Please test this.
show more ...
|
| 7e1f9fd3 | 26-Jun-2010 |
Andreas Gohr <andi@splitbrain.org> |
Hotkey trigger is now CTRL-ALT FS#1958
Tests and feedbacks please! |
| dd512d24 | 08-May-2010 |
Andreas Gohr <andi@splitbrain.org> |
use ALT as hotkey modifier |
| 4062d3d5 | 30-Apr-2010 |
Marek Sacha <sachamar@fel.cvut.cz> |
Reimplementation of Accesskeys in javascript (FS#1809), toolbar accesskyes fix. |
| 7ea8e592 | 26-Apr-2010 |
Marek Sacha <sachamar@fel.cvut.cz> |
Reimplementation of Accesskeys in JavaScript (FS#1809) |
| dc62d03d | 30-Apr-2010 |
Andreas Gohr <andi@splitbrain.org> |
optimized SMB link warning thingy |
| 28f6aae1 | 29-Apr-2010 |
Adrian Lang <lang@cosmocode.de> |
Support getSelection in input fields in IE |
| 288007e1 | 26-Apr-2010 |
Adrian Lang <lang@cosmocode.de> |
Fix lock refresh and draft saving |
| 2a98590b | 29-Mar-2010 |
Adrian Lang <lang@cosmocode.de> |
Better footnote popup positioning |
| ea6dfbca | 26-Mar-2010 |
Adrian Lang <lang@cosmocode.de> |
Rewrite footnote popup
* Popup now shows up relative to the link, not the mouse position * Easier handling of mouseout’s bubbling * Factor out popup creation to allow plugins to use it |
| cd12dcad | 02-Feb-2010 |
Adrian Lang <lang@cosmocode.de> |
JavaScript syntax fixes |
| 7d54a99f | 25-Mar-2010 |
Adrian Lang <lang@cosmocode.de> |
Do not try to save a draft in alternative editors |
| 26ee1edf | 25-Mar-2010 |
Adrian Lang <lang@cosmocode.de> |
Rewrite JavaScript change check |
| cfb026ae | 22-Mar-2010 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
fixed Safari browser detection |
| 71a1b3ab | 22-Mar-2010 |
Adrian Lang <lang@cosmocode.de> |
Really remove edit highlighting on mouseout |
| fda42deb | 15-Mar-2010 |
Adrian Lang <lang@cosmocode.de> |
Various JavaScript fixes
* Syntax error fixed * lock refresh event is now attached to the whole edit form since it bubbles up and we cannot be sure that the wikitext input exists on all edit
Various JavaScript fixes
* Syntax error fixed * lock refresh event is now attached to the whole edit form since it bubbles up and we cannot be sure that the wikitext input exists on all edit forms * Updated findPos(X|Y) * Easier and less error-prone way of getting the section edit button in the highlight mouseover event handler
show more ...
|