Opened 11 years ago
Closed 11 years ago
#11097 closed enhancement (fixed)
[patch][ccla]Style output from dijit.Editor varies across browsers
Reported by: | Jared Jurkiewicz | Owned by: | Jared Jurkiewicz |
---|---|---|---|
Priority: | high | Milestone: | 1.5 |
Component: | Editor | Version: | 1.5.0b1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Style output from dijit.Editor varies across browsers
This is most commonly seen where some uses CSS, some <b>, some a mix. It would be great if we could commonize it a bit futher to at least consistently use one or the other on output of HTML markup.
I've got a very experimental prototype that adds filters to try and 'commonize' the output as best it can to either semantic or css (your choice) when you register the plugin.
Attachments (1)
Change History (12)
comment:1 Changed 11 years ago by
Summary: | Style output from dijit.Editor varies across browsers → [patch][ccla]Style output from dijit.Editor varies across browsers |
---|
Changed 11 years ago by
Attachment: | normalizestyle.patch added |
---|
comment:2 Changed 11 years ago by
This relies on fixes added in ticket: #11137 http://trac.dojotoolkit.org/ticket/11137
comment:3 Changed 11 years ago by
comment:4 Changed 11 years ago by
comment:5 Changed 11 years ago by
comment:6 Changed 11 years ago by
comment:7 Changed 11 years ago by
comment:8 Changed 11 years ago by
comment:9 Changed 11 years ago by
comment:10 Changed 11 years ago by
comment:11 Changed 11 years ago by
Milestone: | tbd → 1.5 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Prototype is in 1.5, likely still needs work but closing the basics of this.
Note: See
TracTickets for help on using
tickets.
Updated patch with some code reductions and fixes.