Opened 16 years ago
Last modified 12 years ago
#3845 confirmed New Feature
'tabSpaces' config not working for source mode
Reported by: | Garry Yao | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
Reproducing Procedures
- Open the replace by code example page with the following config options:
tabSpaces : 4
- Switch to 'source' mode, focus the text area, then press 'Tab Key'
- Expected Result: Four spaces are inserted.
- Actual Result: text area is blured.
Change History (3)
comment:1 Changed 16 years ago by
Milestone: | CKEditor 3.0 → CKEditor 3.x |
---|---|
Type: | Bug → New Feature |
comment:3 Changed 12 years ago by
Behaviour got changed in CKEditor 3.6.2 - now when tabSpaces are used and tab is pressed in source mode nothing happens. This is happening in both CKE 4.x and 3.x from CKE 3.6.2.
Editor would probably have to insert entities in source mode so that user could get desired effect in WYSIWYG.
This behaviour however should not overwrite behaviour for other features (like pressing tab in tables). Please see: #10517.
Right now, this feature is wysiwyg mode only.