Opened 5 years ago
Last modified 3 years ago
#18813 new defect
Justify disabled in dijit/Editor if editing same text in multiple browsers
Reported by: | stvchester | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.14 |
Component: | Editor | Version: | 1.10.4 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
IE11/MS Edge both add align="<justifyType>" whereas FF and Chrome use style="align: <justifyType>;". This causes IE and Edge to appear to be unable to set the justify type for the text as the css style takes precedence.
Change History (3)
comment:1 Changed 5 years ago by
Component: | General → Editor |
---|
comment:2 Changed 4 years ago by
Milestone: | tbd → 1.13 |
---|
comment:3 Changed 3 years ago by
Milestone: | 1.13 → 1.14 |
---|
Note: See
TracTickets for help on using
tickets.
Makes sense. Looks like the
align
attribute is deprecated (https://www.w3.org/TR/html4/present/graphics.html#h-15.1.2), so Editor should have another default filter incontentDomPostFilters
to convert thealign
attribute to a CSS setting.