Ticket #251 (closed Bug: duplicate)
Inconsistent Tab behavior
| Reported by: | mkoepke | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | SVN |
| Keywords: | Confirmed | Cc: |
Description
The Tab key doesn't seem to behave as expected. In FF it moves the text 2 characters. In IE, the Tab key actually cycles between the web page elements and has no effect in the editor itself.
With FF 2.0.0.2 1. Go to http://www.fckeditor.net/nightly/fckeditor/_samples/default.html 2. Create a second line of text underneath "This is some sample text. You are using FCKeditor." with 1234567890 3. Cursor to beginning of "This is some sample text. You are using FCKeditor." 5. Press Tab key. The line "This is some sample text. You are using FCKeditor." shifts to right 2 spaces to position above '3' in second line. 5. Source does reveal "<p> This..."
With IE 7.0 1. Go to http://www.fckeditor.net/nightly/fckeditor/_samples/default.html 2. Cursor to beginning of "This is some sample text. You are using FCKeditor." 3. Press Tab Key. Cursor moves to Submit button 4. Pressing Tab again cursor cycles to next html element on sample page and so on
Additionally with FF, the FCKConfig.TabSpaces setting seems to be ignored. I duplicated the above behavior with 2.4.0 on my site. The above behavior has FCKConfig.TabSpaces = 0;. Setting FCKConfig.TabSpaces = 8; makes no difference. You still get "<p> This..."