#973 closed Bug (fixed)
Tab no longer moves between table cells
Reported by: | Alfonso Martínez de Lizarrondo | Owned by: | Martin Kou |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | SVN (FCKeditor) - Retired |
Keywords: | Cc: |
Description
After the changes for #137 now it isn't possible to move between table cells using the tab key in Firefox. Also previously it was possible to generate new rows by pressing tab at the last cell.
Related bugs:
#775 (generated rows didn't get proper formating as the current row),
#891 (request for this feature for IE)
Change History (4)
comment:1 Changed 18 years ago by
Owner: | set to Martin Kou |
---|---|
Status: | new → assigned |
comment:2 follow-up: 3 Changed 18 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Click here for more info about our SVN system.
By the way, "moving between cells" is just Firefox's default behavior for pressing tab in tables. The behavior could be different for other browsers (e.g. pressing Tab in a table in IE would select the table instead).
comment:3 Changed 18 years ago by
Replying to martinkou:
By the way, "moving between cells" is just Firefox's default behavior for pressing tab in tables. The behavior could be different for other browsers (e.g. pressing Tab in a table in IE would select the table instead).
Yes, that's why I pointed to #891. Ideally I think that we should match the Firefox behavior in IE (but also fixing #775).
Another nice thing would be to indent a paragraph if some text is selected instead of replacing it with some spaces.
Oh, my fault. That's because I've overridden the default behavior of the <tab> key with the fix to #137. I'll fix this one as well.