Changes between Initial Version and Version 3 of Ticket #5892
- Timestamp:
- Jun 30, 2010, 12:42:15 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5892 – Description
initial v3 3 3 We are hooking tab to perform indent/outdent. This behavior no longer works in FF with the tab behavior that exists for tables. Perhaps this is not a bug, but an incorrect implementation on our part. Here is the code we are using: 4 4 5 {{{ 5 6 // Use tab to indent and outdent. Use ctrl-tab, ctrl-shift-tab 6 7 // to move focus out of the editor … … 34 35 } 35 36 }); 37 }}}