Opened 11 years ago
Closed 11 years ago
#10605 closed Bug (invalid)
tab/shift-tab to indent/outdent lists not working for lists inside a table
Reported by: | Satya Minnekanti | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | IBM | Cc: | Teresa Monahan, Irina |
Description
To reproduce the defect:
1) Open any sample, insert a table
2) Insert a Numbered/Bulleted list inside a table cell
3) keep cursor at end of a list item and press Enter
4) A new list item created at same level
5) Press Tab
Expected Result: A new sub list created
Actual Result: Focus goes to next table cell. Same issue happens with shift+tab when users want to outdent
Change History (3)
comment:1 follow-up: 2 Changed 11 years ago by
Status: | new → pending |
---|
comment:2 Changed 11 years ago by
Replying to j.swiderski:
Hi,
In which browser are you getting this?
I have tried your TC but it has worked correctly. Please note that both plugins table and list now support tab so by "correctly" I mean: You are able to tab list item to make it look as sublist but once list item has reached its deepest indentation level there is no sense to allow for further indentation (like button does and inserts margin-left) and table takes over.
This is how it works now and IMO how it should work. Do you get same behaviour and see it as error?
@j.swiderski. I have tried this on nightly build. I'm getting this error on all browsers. Please follow my steps exactly, first create a list item, press enter & then Tab
comment:3 Changed 11 years ago by
Resolution: | → invalid |
---|---|
Status: | pending → closed |
TAB for list indentation ha been introduced with #8244. It's supposed to be in our next *major* release. There fore that feature is currently available in the major branch of the ckeditor-dev repository for now.
The nightly build is based on master, so this is not supposed to work there.
Please feel free to reopen this issue if it'll still be valid after the CKEditor 4.2 release.
Hi,
In which browser are you getting this?
I have tried your TC but it has worked correctly. Please note that both plugins table and list now support tab so by "correctly" I mean: You are able to tab list item to make it look as sublist but once list item has reached its deepest indentation level there is no sense to allow for further indentation (like button does and inserts margin-left) and table takes over.
This is how it works now and IMO how it should work. Do you get same behaviour and see it as error?