#17561 closed defect (fixed)
Editor.get("value") has trailing empty <p> (Chrome)
Reported by: | bill | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.10 |
Component: | Editor | Version: | 1.9.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Editor_mouse.html and Editor_a11y.html get arguably spurious failures because Editor.get("value") has a trailing <p> node:
hello <b>bold</b> and <i>exciting</i> new world.<p>
The problem happens at least as far back as 1.7.1, and only in chrome, so it's probably a bug that started in newer versions of chrome, rather than a particular version of dojo.
Mainly harmless, but still should be fixed to avoid the test failure, and possibly backported.
Change History (4)
comment:1 Changed 9 years ago by
Owner: | set to Bill Keese <[email protected]…> |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:2 Changed 9 years ago by
Milestone: | tbd → 1.10 |
---|
Note: See
TracTickets for help on using
tickets.
In a4b34a345d3daa981ed0199d1795ca477817e082/dijit: