Trevor Parscal
|
64754b8200
|
Added autocapitalize="off" attribute to text area input so IOS doesn't capitalize everything.
|
2011-12-14 18:54:36 +00:00 |
|
Trevor Parscal
|
74ff2981cf
|
Added blur handler for window which resets the shift key tracker
|
2011-12-13 23:22:19 +00:00 |
|
Trevor Parscal
|
fef6d5525e
|
- Added auto-link selection when opening the link editor without selecting any text
- Resolves bug #33049
|
2011-12-13 23:12:27 +00:00 |
|
Trevor Parscal
|
f379eac294
|
Moved toolbar floating code to sandbox.js - using a wrapper instead of a spacer to avoid resize events causing scroll events which cause a nasty loop
|
2011-12-12 23:41:15 +00:00 |
|
Trevor Parscal
|
db8f9e675c
|
Fixed scroll jumping issue in Chrome (at least)
|
2011-12-12 22:33:49 +00:00 |
|
Erik Moeller
|
03c0532fc7
|
Swap order of indent/outdent in the toolbar consistent with common
word processor implementations.
|
2011-12-10 07:17:44 +00:00 |
|
Inez Korczynski
|
37d3b7ceac
|
Add calls to 'breakpoint' method in ListButtonTool
|
2011-12-10 00:06:37 +00:00 |
|
Inez Korczynski
|
4e39b41727
|
Make ctrl+y execute redo
|
2011-12-10 00:02:47 +00:00 |
|
Trevor Parscal
|
36159e7597
|
Fixed inspector positioning (above/below)
|
2011-12-09 23:33:16 +00:00 |
|
Trevor Parscal
|
dabb992d50
|
Don't allow control+K to open the inspector unless there's a selection length of > 0
|
2011-12-09 23:23:43 +00:00 |
|
Trevor Parscal
|
a698c5dada
|
Added accept button
Made close button not save
|
2011-12-09 23:04:55 +00:00 |
|
Trevor Parscal
|
a48d2a5787
|
* Added shortcut for links (ctrl/cmd + K)
* Added title attributes for tools
|
2011-12-09 21:16:42 +00:00 |
|
Trevor Parscal
|
77429444f7
|
Fixed typo - close not hide
|
2011-12-09 20:48:38 +00:00 |
|
Inez Korczynski
|
31cd3281ca
|
Fix onMouseDown event handler for IE8 (still double and triple click does not work)
|
2011-12-09 20:29:37 +00:00 |
|
Inez Korczynski
|
4a31a6b265
|
Fix bug in enumarete method of ListView
|
2011-12-09 02:07:23 +00:00 |
|
Trevor Parscal
|
4ea117d7a6
|
Added es.Inspector and es.LinkInspector - and a whole bunch of other changes (some are hacks) to get a link inspector working nicely
|
2011-12-09 01:28:44 +00:00 |
|
Inez Korczynski
|
47e76f21d1
|
Fix bug in enumerate method in case of mixed list (number and bullet for example)
|
2011-12-08 23:43:54 +00:00 |
|
Inez Korczynski
|
ed44f13aa0
|
Revert r105509 and r105507 - taken approach is not gonna work
|
2011-12-08 03:14:10 +00:00 |
|
Inez Korczynski
|
7da531b59e
|
Pass array of transactions to transact method if all those transactions are part of one "interaction"
|
2011-12-08 01:09:52 +00:00 |
|
Trevor Parscal
|
f42915ac0f
|
Added vertical margin in calculation of menu position
|
2011-12-07 23:25:13 +00:00 |
|
Trevor Parscal
|
8a5ff02cea
|
Fixed headings, lists and list items - listening to the model now, as we should have been
|
2011-12-07 23:13:57 +00:00 |
|
Inez Korczynski
|
f226380f36
|
Add 'term' and 'defintion' to regex (one that is responsible for deleting all listitem styles from an item) in ListItemView.setClasses method.
|
2011-12-07 23:12:33 +00:00 |
|
Trevor Parscal
|
8505b3b566
|
* Simplified context menu
* Added typeOnly option to getIndexOfAnnotation
* Fixed overly-strict checking for annotations in toolbar
|
2011-12-07 19:16:40 +00:00 |
|
Inez Korczynski
|
b5d822ec1d
|
Minor fix: incorrect refactoring
|
2011-12-07 01:13:08 +00:00 |
|
Inez Korczynski
|
0ec2775621
|
Make ListView.enumerate method clear ListItemView.$icon when item is not 'number'.
|
2011-12-07 01:12:04 +00:00 |
|
Trevor Parscal
|
45634a8208
|
Added support for inserting tab and newline characters
|
2011-12-07 01:10:25 +00:00 |
|
Trevor Parscal
|
f0c20d7a51
|
Fixed cut - now cut copy and paste work
|
2011-12-07 00:51:26 +00:00 |
|
Trevor Parscal
|
b1f54c5ae5
|
Refactored annotation of content - now there's an annotate method in surface view
|
2011-12-06 23:48:47 +00:00 |
|
Neil Kandalgaonkar
|
dbe4890ed6
|
Simplified transaction model, introduced isPartial for some deletes
|
2011-12-06 01:52:38 +00:00 |
|
Neil Kandalgaonkar
|
e3fc95f41a
|
Revert r104884 "no longer track selections in states. Also makes the 'combine' parameter obsolete"
This reverts git-svn commit e4e3468605c97bd5e611fdf8fc80c04e034e4eb4.
This reverts svn commit r104884
|
2011-12-06 01:52:34 +00:00 |
|
Trevor Parscal
|
1b89cbb79d
|
Moved the menu of a drop down tool to be inside the drop down tool itself
|
2011-12-06 00:10:30 +00:00 |
|
Trevor Parscal
|
2810f79605
|
inArray returns an index, -1 is failure not 0 or a falsey value
|
2011-12-05 22:55:39 +00:00 |
|
Inez Korczynski
|
a22eadee54
|
Fix toolbar for IE8 and IE9. Fix mouse button detection for IE8 and IE9.
|
2011-12-05 22:01:06 +00:00 |
|
Inez Korczynski
|
8ec3fb5b81
|
Bunch of fixes for IE8
|
2011-12-05 21:37:38 +00:00 |
|
Inez Korczynski
|
5be5d276a4
|
Removed empty lines
|
2011-12-05 20:46:53 +00:00 |
|
Trevor Parscal
|
8d5c83d87b
|
Prevent inserting unless there was an effective input, such as text being typed - this is done by checking the length of the range of the selection - if it's non-zero then there wasn't any input (because selecting text in the editor fill the input and selects it)
|
2011-12-05 20:40:35 +00:00 |
|
Inez Korczynski
|
0938f24c5b
|
Use getContentText method to get text of selection
|
2011-12-05 20:32:05 +00:00 |
|
Trevor Parscal
|
07af0cab63
|
* Moved getContent and getText from leaf nodes to document model nodes
* Renamed getContent to getContentData
* Renamed getText to getContentText
* Added getElementData
|
2011-12-05 19:41:04 +00:00 |
|
Trevor Parscal
|
02c88fcddf
|
Prevent cancel link from changing url
|
2011-12-05 18:38:12 +00:00 |
|
Inez Korczynski
|
f361648059
|
Added indentation tool (indent, outdent)
|
2011-12-04 02:54:33 +00:00 |
|
Inez Korczynski
|
78451cb00a
|
Added partial support for copying functionality
|
2011-12-03 01:30:44 +00:00 |
|
Inez Korczynski
|
1f3604a959
|
Optimization for toolbarView. Count data for all toolbars (currently two) once, and do it not more often than 50ms.
|
2011-12-02 23:01:21 +00:00 |
|
Trevor Parscal
|
667e145706
|
* Fixed empty drop down not being the right size
* Added previews for formatting menu
|
2011-12-02 22:20:26 +00:00 |
|
Trevor Parscal
|
12ead70876
|
Added visible breaks to to toolbar groups
|
2011-12-02 21:31:49 +00:00 |
|
Trevor Parscal
|
3d678ea3bd
|
Integrated menuView into format drop down tool
|
2011-12-02 21:25:19 +00:00 |
|
Inez Korczynski
|
a9a53a00a8
|
Initiali implementation of number and bullet buttons for lists.
|
2011-12-02 06:43:26 +00:00 |
|
Trevor Parscal
|
172c4815b3
|
Fixed example panel visibility bug
|
2011-12-02 00:32:20 +00:00 |
|
Trevor Parscal
|
8a58fb5189
|
Added es.MenuView
|
2011-12-02 00:30:50 +00:00 |
|
Inez Korczynski
|
874e8aa40a
|
Missing changes for FormatDropdownTool support
|
2011-12-02 00:02:16 +00:00 |
|
Trevor Parscal
|
380f016840
|
* Split the result of getAnnotationsFromRange to provide full, partial and all lists
* Fixed tools to use this data correctly
|
2011-12-01 23:25:56 +00:00 |
|