Opened 14 years ago
Last modified 14 years ago
#7531 confirmed Bug
Unlink in Firefox leaves a span-tag if style or class attributes are set
Reported by: | Niklas Nilsson | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.0 |
Keywords: | Cc: |
Description
If a link has a class or style attribute, unlinking in Firefox 4.0 will leave a span tag behind with the same class/style attributes.
Steps to reproduce:
- In source mode, enter
<a class="class" href="#" style="font-weight:bold;">Test</a>
- Switch back to WYSIWYG
- Select the text
- Click unlink
- Go to source mode, HTML is now
<span class="class" style="font-weight:bold;">Test</span>
Change History (1)
comment:1 Changed 14 years ago by
Keywords: | Firefox removed |
---|---|
Status: | new → confirmed |
Version: | 3.5.2 → 3.0 |
This happens in Firefox and Opera.
Opera behaves a little different: