Task #34868
Backend Layout: Wrong TabIndex
| Status: | Resolved | Start date: | 2012-03-15 | |
|---|---|---|---|---|
| Priority: | Could have | Due date: | ||
| Assignee: | Jo Hasenau | % Done: | 0% |
|
| Category: | - | Spent time: | - | |
| Target version: | - | |||
| TYPO3 Version: | PHP Version: | |||
| Votes: | 0 |
Description
gridelements adds a new row to the "Backend Layout" because it will be used in "CE Backend Layout" (@see: #33940).
This new row "allowed" has the same tabindex as the first rows "name" (1). The next row "column" has the tabindex "2". As a result the browser jumps from "name" to "allowed" and then back to "column".
=> "allowed" should have the tabindex "3"
Associated revisions
Fix for Issue #34868
History
Updated by Jo Hasenau over 1 year ago
- Status changed from New to Resolved
- Assignee set to Jo Hasenau
Fixed in current trunk.