Go to file
Rob Moen 0195b04f26 Bug 33163 - VisualEditor: Floating toolbar should not be displayed when the edit area is entirely off-screen
- Added limits to toolbar float, Toolbar will not go past the last node in editor.
- Added bottom mode to allow toolbar to stick above the last node until the scroll position
is above the last node.
- Actually checking toolbar config now and setting float when flag is set.
- Gave float method for top toolbar a better name.

Change-Id: Ic39c5402fa7a05e13c5e81722d8729d93776d7e9
2012-07-20 15:28:44 -07:00
api Merge "Add localhost prefix pointing to http://localhost/w by default" 2012-07-19 04:33:55 +00:00
demos/ve Removed some whitespace 2012-07-19 14:25:16 -07:00
modules Bug 33163 - VisualEditor: Floating toolbar should not be displayed when the edit area is entirely off-screen 2012-07-20 15:28:44 -07:00
tests Moved summary functions into custom assertions 2012-07-20 13:59:21 -07:00
.gitignore Added support for localsettings.js and improved logging of instance status 2012-06-21 15:29:40 -07:00
.gitreview Set defaultrebase=0 2012-06-20 16:27:40 -07:00
.jshintignore JSHint: Added dotfiles and fixed tons of linting warnings. 2012-07-19 10:01:00 -07:00
.jshintrc JSHint: Added dotfiles and fixed tons of linting warnings. 2012-07-19 10:01:00 -07:00
ApiVisualEditor.php Removed some whitespace 2012-07-19 14:25:16 -07:00
AUTHORS.txt Changed to use MIT license per agreement with the VisualEditor team 2012-07-19 13:25:45 -07:00
LICENSE.txt Changed to use MIT license per agreement with the VisualEditor team 2012-07-19 13:25:45 -07:00
README Updated Readme to have sane content 2012-06-28 03:12:49 -07:00
VisualEditor.hooks.php Removed some whitespace 2012-07-19 14:25:16 -07:00
VisualEditor.i18n.php Merge "Removed Special:VisualEditorSandbox and refactored demo" 2012-07-19 00:58:43 +00:00
VisualEditor.php Removed some whitespace 2012-07-19 14:25:16 -07:00
VisualEditorMessagesModule.php Changed to use MIT license per agreement with the VisualEditor team 2012-07-19 13:25:45 -07:00

VisualEditor and Parsoid work together to provide a visual editor for wiki pages.

Parsoid is used to convert wikitext documents to annotated HTML which the VisualEditor is able to
load, modify and emit back to Parsoid at which point it is converted back into wikitext.

Both projects are written in JavaScript. Parsoid runs on Node.js while VisualEditor runs in a web
browser.

For more information about these projects, check out the wiki:

	* http://www.mediawiki.org/wiki/VisualEditor
	* http://www.mediawiki.org/wiki/Parsoid