cmanske%netscape.com
e50d57138a
Table editing work. b=20973, r=jfrancis
2000-07-01 00:37:12 +00:00
jfrancis%netscape.com
20d4516bf6
fix for undo in ender-lite (text fields, url bar, etc)
2000-06-30 04:58:34 +00:00
jfrancis%netscape.com
56d058dd39
bug fixes:
41744 - editor shouldnt be quite as loosy goosy about html 4.0 as CnavDTD is;
41746 - editor ui state (paragraph format feedback) wrong if a <br> is embedded inside the current block;
41971 - using alignment inside table cells gives unexpected results.
2000-06-29 09:23:41 +00:00
mjudge%netscape.com
ec56b60700
wrong ifdef. 25% increase in editor typing on windows r=ftang
2000-06-28 03:41:32 +00:00
mjudge%netscape.com
f92fecf1e5
fix for 42188, r=akkana 42347. use selection controller to tell the doc if it should display non-text-selection.
2000-06-23 04:00:45 +00:00
cmanske%netscape.com
7193e676db
Implement switching betweeen TH and TD elements for table editing. b=20973, r=jfrancis, akkana
2000-06-22 05:39:54 +00:00
brade%netscape.com
4aa46d5e76
fix returned error codes (as part of bug #42510 )
2000-06-20 14:25:34 +00:00
brade%netscape.com
45f6fbf78e
call PreventDefault for key events which we want to "consume" (bug #42510 ); r=smfr
2000-06-20 14:23:43 +00:00
ducarroz%netscape.com
748743bb73
Fix for bug 38716 & bug 38715. Do not kill the dragdrop event when is not a flavor supported by the editfield. R=brade
2000-06-20 01:01:49 +00:00
cmanske%netscape.com
c073210b68
Fixed list command problems: bug 41735, r=brade
2000-06-16 14:21:46 +00:00
sfraser%netscape.com
246949d32b
Belt-and-braces check for bug 42145; check for null args. r=akkana
2000-06-16 06:06:55 +00:00
rbs%maths.uq.edu.au
26742e611c
Change invalid REC-html40 to correct XHTML namespace. b:7834. a:ekrock@netscape.com
2000-06-15 09:54:41 +00:00
dbaron%fas.harvard.edu
50432067a5
Fix leaks of nsHTMLHeadElement. r=waterson@netscape.com
2000-06-15 02:14:16 +00:00
cmanske%netscape.com
4f01ada9bf
New method for table editing (b=20973, r=jfrancis); Use nsIStyleSheet::SetEnable() for editmode stylesheets instead of removing and reloading -- necessary for bug 40767. r=sfraser
2000-06-14 04:58:29 +00:00
mjudge%netscape.com
6f0c30e104
regressions from 34986 ender-lite. listeners now block percolation of events. until we have better fix. r=saari, akkana
2000-06-14 02:58:34 +00:00
cmanske%netscape.com
8bdae7a16a
Fixed problem in nsEditor::CloneAttributes where undo system used when it shouldn't. b=41862. r=sfraser. a=beppe
2000-06-14 01:32:27 +00:00
akkana%netscape.com
09592145c3
42306: Change middle-mouse paste from MouseDown to MouseClick,
...
and prevent it bubbling up to where navigator.js will handle it.
r=saari,mjudge; a=beppe
2000-06-13 23:19:48 +00:00
jfrancis%netscape.com
338a1b0aeb
fix for 41369: editor backspace crashes or loses data when at the beginning of text that has multiple br's before it. (dogfood+)
r=sfraser; a=beppe
2000-06-10 02:25:50 +00:00
mjudge%netscape.com
4d8ea6168b
cleaning up 34896 ender-lite with saari's review.
2000-06-09 21:13:03 +00:00
shanjian%netscape.com
5ca3f53ba7
#39726 typo in IMETextTxn.cpp
...
r=ftang a=waterson
2000-06-08 23:40:31 +00:00
brade%netscape.com
fa8e2b58fc
drag within editor implemented; r=kin; a=beppe; bug#6255
2000-06-08 14:47:29 +00:00
kin%netscape.com
6790b4afdd
Fix for bugs:
...
41605 Crash doing editor.js:EditorShutdown() when doing File->close
41734 Applying Override StyleSheet causes Editor crash.
Added missing NS_IF_ADDREF in GetSelectedElement().
r=jfrancis@netscape.com a=beppe@netscape.com
2000-06-08 14:45:12 +00:00
mjudge%netscape.com
334756250b
regression fix. my bad. changing editor code to have some duplicate code from nsSelection to output the whole document. r=donm a=donm regression ect.
2000-06-07 22:44:52 +00:00
mjudge%netscape.com
9703a755f8
bug=34896 changing use of CreateElement to CreateElementNS. this was necessary outside of ender-lite also. good change. r=jfrancis a=beppe
2000-06-07 01:18:12 +00:00
cmanske%netscape.com
946b869f76
Fix for 41034 - new list submenu command support for doing DL lists. r=sfraser, a=beppe
2000-06-05 20:26:40 +00:00
warren%netscape.com
512c8bf433
Renaming nsIAllocator to nsIMemory (and nsAllocator to nsMemory). API cleanup/freeze. Bug #18433
2000-06-03 09:46:12 +00:00
jfrancis%netscape.com
e93fa5fecf
backend work for 41034: getting format feedback and list feedback untangled from each other.
2000-06-02 07:47:53 +00:00
jfrancis%netscape.com
08769b0013
fixes
41075: forward delete can delete wrong char,
41149: incorrect format feedback when in lists
2000-06-02 06:03:46 +00:00
sspitzer%netscape.com
1d1c974367
turn off mjudge's printf for everyone but mjudge
2000-06-01 23:04:46 +00:00
mjudge%netscape.com
6a340adf28
fixing caret usages. hiding caret now is done by giving the stack destructor a caret * not a presshell
2000-06-01 02:38:13 +00:00
kin%netscape.com
2e76a9364c
Fix for bug #40392 : Crash on exit from composer due to spellchecker init failure
...
Modified First/LastSelectedBlock() to check if a range is collapsed before
trying to iterate over it.
editor/txtsvc/src/nsTextServicesDocument.cpp
r=jfrancis@netscape.com a=beppe@netscape.com
2000-05-31 03:18:46 +00:00
kin%netscape.com
82849412ce
Fix for bug #36935 : [i18n] Textwidget doesn't scroll when non-7-bit-ascii chars
...
Made ScrollSelectionIntoView() a static function and called it from HandleText().
editor/base/nsEditorEventListeners.cpp
editor/base/nsEditorEventListeners.h
r=jfrancis@netscape.com a=beppe@netscape.com
2000-05-31 03:18:05 +00:00
akkana%netscape.com
313130d552
36559: run selection batching earlier in DeleteSelection, now that
...
the fix for 38713 allows it, so that deleting the selection doesn't
cause an autocopy. r=jfrancis a=beppe
2000-05-31 00:03:02 +00:00
jfrancis%netscape.com
18688d3585
fixing unix nsCOMPtr usage
2000-05-24 23:59:45 +00:00
jfrancis%netscape.com
512565acef
fixes:
14753, 29843, 39864, 40141,
40139, 36679, 39542, 34729,
34855, 37216, 39292, 26447
r=sfraser,cmanske,fm; a=beppe
2000-05-24 23:38:07 +00:00
jfrancis%netscape.com
f8789832b8
fixes:
14753, 29843, 39864, 40141,
40139, 36679, 39542, 34729,
34855, 37216, 39292, 26447
r=sfraser,cmanske,fm; a=beppe
2000-05-24 23:00:24 +00:00
cmanske%netscape.com
3ca51295e3
Fixed infinite loop in Join Table Cell, bug 30606, r=akkana, a=chofmann
2000-05-18 21:02:10 +00:00
cmanske%netscape.com
0cac01227f
Last tweak of the night to Split Table Cell
2000-05-17 06:47:34 +00:00
cmanske%netscape.com
07234c7763
Fixed another edge case in Split Cell when lots of columns have rowspan > 1
2000-05-17 06:23:55 +00:00
cmanske%netscape.com
7020903b71
Fixed problems when spliting a cell that has both rowspan > 1 and colospan > 1, part of bug 20973
2000-05-17 04:58:34 +00:00
cmanske%netscape.com
2780e53fa4
Implemented Split Table Cell, part of bug 20973
2000-05-17 03:21:17 +00:00
jst%netscape.com
930a889eb7
Updating nsIContent to allow accessin the attribute prefix and not only the attribute name and value.
2000-05-17 00:21:53 +00:00
rods%netscape.com
0516e9165c
DD&D now checks for readonly and disabled
...
b 38773
2000-05-16 21:57:06 +00:00
brade%netscape.com
9e0f23802d
enable drop of more types
2000-05-16 14:53:43 +00:00
cmanske%netscape.com
44d6a93dee
Fixed Composer taskbar buttons. Changed Editorshell mouse listener so editorshell controls action, allowing selection of elements in All Tags mode with single click. Improved isCommandEnabled for Split cell command
2000-05-16 05:33:51 +00:00
mjudge%netscape.com
0e61917f36
no point in turning off the link handler if we are allready in text only mode.
2000-05-15 05:18:45 +00:00
cmanske%netscape.com
ef2ee30b83
Another tweak to table editing
2000-05-15 04:39:27 +00:00
cmanske%netscape.com
7d5d83345c
Shoud return NS_EDITOR_ELEMENT_NOT_FOUND from GetFirstSelectedCellInTable if cell not found
2000-05-15 04:29:10 +00:00
cmanske%netscape.com
bf15afa2b3
Table editing: Join and Split cells (part of bug 20973)
2000-05-15 03:06:29 +00:00
mjudge%netscape.com
32eba0ac36
writing out from content start using domseelction
2000-05-13 08:04:29 +00:00