#251 closed Bug (duplicate)
Inconsistent Tab behavior
Reported by: | Mike Koepke | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | SVN (FCKeditor) - Retired |
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
- Go to http://www.fckeditor.net/nightly/fckeditor/_samples/default.html
- Create a second line of text underneath "This is some sample text. You are using FCKeditor." with 1234567890
- Cursor to beginning of "This is some sample text. You are using FCKeditor."
- 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.
- Source does reveal "<p> This..."
With IE 7.0
- Go to http://www.fckeditor.net/nightly/fckeditor/_samples/default.html
- Cursor to beginning of "This is some sample text. You are using FCKeditor."
- Press Tab Key. Cursor moves to Submit button
- 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..."
Change History (2)
comment:1 Changed 18 years ago by
Keywords: | Confirmed added |
---|---|
Milestone: | → FCKeditor 2.5 |
comment:2 Changed 18 years ago by
Milestone: | FCKeditor 2.5 |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
Actually this is a DUP of #137.
Confirmed with FF2 and IE6.