#979: Tab key behavior
--------------------------+-------------------------------------------------
Reporter: fredck | Owner:
Type: New Feature | Status: new
Priority: Normal | Milestone: FCKeditor 2.7
Component: General | Version:
Resolution: | Keywords: Discussion
--------------------------+-------------------------------------------------
Comment (by lmascherpa):
Replying to [comment:8 dustball]:
> I believe most users will expect that list items indent when the tab key
is pressed. This is how Micrsoft Word works -- and a surprisingly large
number of people expect the indent behavior.
>
> Rather then fixing the whole TAB issue alltogether (fixing table
behavior), is it possible to just have tab cause an indent? Can we
sponsor such a fix? :)
I did some hack for this problem.
If you want to sponsor, feel free. Here is the trick :
in fckconfig.js, add some shortcuts to indent and outdent in the
keystrokes like :
{{{
FCKConfig.Keystrokes = [
// _ lma: indent fix
[ 09 /*TAB*/, 'Indent' ],
[ SHIFT + 09 /*SHIFT+TAB*/, 'Outdent' ],
// ^ lma: indent fix
}}}
--
Ticket URL: <http://dev.fckeditor.net/ticket/979#comment:10>
FCKeditor <http://www.fckeditor.net>
The text editor for Internet
-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac