defuse / php-newsgroups

Newsgroup-style PHP forum.
GNU Affero General Public License v3.0
12 stars 1 forks source link

Make Tab key work in textboxes #28

Open defuse opened 11 years ago

defuse commented 11 years ago

When replying to a post or creating a new post, the TAB key should insert a tab, not jump to the next tab stop.

defuse commented 11 years ago

It can be done with JavaScript, but is not recommended for accessibility reasons.

http://stackoverflow.com/questions/6637341/use-tab-to-indent-in-textarea

Therefore, if we do fix it, it should be an option in the user's settings, and off by default.