Ticket #42 (closed Bug)
next levels in lists <ul> <ol> inside htmlarea cannot be created
| Reported by: | jh@… | Owned by: | |
|---|---|---|---|
| Priority: | Major | Milestone: | |
| Component: | Version: | intern - 1.0 | |
| Keywords: | Cc: |
Description
[jira2trac import : issue created on September 2, 2004 4:14:08 AM CEST http://issues.cocoondev.org/browse/DSY-42 ]
While editing a page (htmlarea) with IE, the next level of a list (<ul> or <ol>) cannot be reached by pressing <TAB>. Instead of creating a next level, the <TAB> key selects the next form element on the web page.
This bug was only encountered in Internet Explorer (Firefox/Mozilla? works fine).
Note: See
TracTickets for help on using
tickets.
[jira2trac import : comment created by bruno on September 7, 2004 3:57:26 AM CEST]
Did not simply find a way to avoid IE to switch focus, so re-implemented basic tab key behaviour myself.
Tab/shift-tab now works to indent/outdent ol/ul lists. Pressing tab outside of ol/ul will create a ol (thus alternative for ctrl+q).
In table cells, tab/shift-tab goes to next/previous cell.