Opened 14 years ago
Last modified 14 years ago
#5938 new New Feature
Enter into dt/dd elements should toggle these tags
Reported by: | Karen Ananiev | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | UI : Enter Key | Version: | 3.3.1 |
Keywords: | Discussion | Cc: |
Description
Enter at the end of DT element should create new DD element and vice versa.
Change History (4)
comment:1 Changed 14 years ago by
Component: | General → UI : Enter Key |
---|
comment:2 Changed 14 years ago by
Keywords: | Discussion added |
---|
comment:3 Changed 14 years ago by
We still need to provide support for DT/DD in general, but regarding the ENTER key specifically, I think the best solutions is:
- When on DT, ENTER creates a DD after it.
- When on a DD, ENTER creates another DD after it.
- When on an empty DD, ENTER creates a DT after it.
- When on an empty DT, ENTER replaces it with a normal paragraph.
In this way, it would work much like lists.
At the same time, we should have context menu options to switch DT to DD and vice versa.
comment:4 Changed 14 years ago by
Yes, before working this kind of details we should have some basic support for those elements because IIRC they are quite broken in some version of IE, and having the basics covered will save lots of efforts here.
I would agree about DT, but for DD the bahavior of creating new LIs would be better i think. Many people may won't to have several DDs for one DT.