Ticket #2527888 (closed defect)
ReporterKenneth Feldt |
Opened: 04/5/09 Last modified: 09/14/09 Status: closed Type: defect Resolution: fixed |
Owner Dav Glass |
Target Release: 2.8.0 Priority: P3 (normal) |
|---|---|---|---|
| Summary: | FFox and Chrome replicate IDs when editing <li> items | ||
| Description: | Using the editors for Firefox and Chrome.... When <li> items that have ID attributes, using the editor to insert a new list item replicates the ID of the previous <li> item in the newly created item. This behavior occurs in Firefox 3.08 and Chrome. This does not occur This can be replicated by editing any HTML which has <li> items with Before Edit: <ul xmlns="http://www.w3.org/1999/xhtml" id="10" style="margin-top: 0in;"> </ul> After Adding one item.... <ul xmlns="http://www.w3.org/1999/xhtml" id="10" style="margin-top: 0in;"> </ul> |
||
| Type: | defect | Observed in Version: | 2.7.0 |
| Component: | Editor | Severity: | S3 (normal) |
| Assigned To: | Dav Glass | Target Release: | 2.8.0 |
| Location: | Library Code | Priority: | P3 (normal) |
| Tags: | editor duplicate id | Relates To: | |
| Browsers: | Firefox 3.x - PC | ||
| URL: | |||
| Test Information: | |||
Change History
|
Posted: 04/6/09
|
|
Posted: 06/26/09
|
|
Posted: 07/14/09
|
|
Posted: 07/14/09
fixes #2527888 - Added method to filter duplicate id's on list items |
|
Posted: 09/14/09
2.8.0 has been released. All "checkedin" items are available for download in the official release. Status of "checkedin" items is being set to closed. |


I added a patch to Editor to catch this error and I submitted the bug back to Mozilla:
https://bugzilla.mozilla.org/show_bug.cgi?id=504157