Opened 15 years ago
Last modified 12 years ago
#6955 closed Bug
Attributes duplicated from current tag to new tag when inserting a new line — at Version 1
| Reported by: | rapdup | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | Core : Styles | Version: | 3.0 |
| Keywords: | Cc: |
Description (last modified by )
In any browser:
- Goto Source view
- Create a div or p tag
- Include some styling such as a border with this tag
- Include some content with the tag
<div style="border-top: 3px solid red">Hello</div>
- Switch to WYSIWYG mode
- Place the cursor at the end of the content just created
- Add a new line
Expected: A new line should appear without content and without styling
Actual: A new line without content is created, but the styling is copied from the previous line
Change History (3)
Changed 15 years ago by
| Attachment: | Screen shot 2011-01-10 at 1.37.22 PM.png added |
|---|
Changed 15 years ago by
| Attachment: | Screen shot 2011-01-10 at 1.39.06 PM.png added |
|---|
Screenshot of source
comment:1 Changed 15 years ago by
| Component: | General → Core : Styles |
|---|---|
| Description: | modified (diff) |
| Status: | new → confirmed |
| Version: | 3.4.2 → 3.0 |

Screenshot