Posted by eggthing on April 26, 2008 at 4:04am
Jump to:
| Project: | Textarea Tabs |
| Version: | 5.x-0.1 |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (duplicate) |
Issue Summary
Thought the tabs do indeed get inserted into the body as I am creating some text, as soon as I save using the default filtered html input, they are lost. Is there an html tag I must allow in the filtered html input format?
Comments
#1
See #292233: Add filter to convert tabs to non-breaking spaces — you need to apply an input filter to transform the tabs into something else before displaying them; otherwise the tabs are sequestered by the browser.