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 Initial Version
| Reported by: | rapdup | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | Core : Styles | Version: | 3.0 |
| Keywords: | Cc: |
Description
In any browser:
1> Goto Source view 2> Create a div or p tag 3> Include some styling such as a border with this tag 4> Include some content with the tag
Example: <div style="border-top: 3px solid red">Hello</div>
5> Switch to WYSIWYG mode 6> Place the cursor at the end of the content just created 7> 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 (2)
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

Screenshot