Opened 18 years ago
Closed 18 years ago
#6026 closed defect (bug) (duplicate)
TinyMCE 3.0 inserts b and i tags instead of strong and em
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | |
| Component: | TinyMCE | Keywords: | needs-patch needed-for-beta |
| Focuses: | Cc: |
Description
Steps to reproduce:
- Go to visual editor
- Write some text
- Select it and click B on the toolbar
- View the code tab
Expected: text is surrounded by <strong>...</strong>
Actual: text is surrounded by <b>...</b>
Change History (5)
Note: See
TracTickets for help on using
tickets.
This is FF specific problem. Fixed with the updates in #6111.