Opened 6 years ago
Last modified 4 years ago
#18390 new defect
Inserting space in dijit/Editor (versions 1.7 to 1.10) causes layout and functional issues in IE, Edge
Reported by: | damons | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.14 |
Component: | Editor | Version: | 1.10.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Adding spaces close to the edges of the dijit/Editor widget causes multiple layout and functional issues issues:
- some words are pushed down into the next line.
- a scroll bar appears in the middle of the editor panel.
- text justifying behaves strangely once the scrollbar appears.
I have seen this issue in both IE 10 and 11 and dojo versions 1.7 to 1.10.
To reproduce:
- Just go to the dojo documentation of dijit/Editor at http://dojotoolkit.org/reference-guide/1.10/dijit/Editor.html
- Run the declarative example, click inside the editor, and type some text.
- Once you are close to the edge of the editor, just hold the space key down for a few seconds.
Attachments (1)
Change History (7)
Changed 6 years ago by
Attachment: | editor.png added |
---|
comment:1 Changed 6 years ago by
Component: | General → Editor |
---|
comment:2 Changed 6 years ago by
Summary: | Inserting space in dijit/Editor (versions 1.7 to 1.10) causes layout and functional issues in IE → Inserting space in dijit/Editor (versions 1.7 to 1.10) causes layout and functional issues in IE, Edge |
---|
comment:3 Changed 5 years ago by
Milestone: | tbd → 1.12 |
---|
comment:5 Changed 5 years ago by
Milestone: | 1.12 → 1.13 |
---|
Ticket planning... move current 1.12 tickets out to 1.13 that likely won't get fixed in 1.12.
comment:6 Changed 4 years ago by
Milestone: | 1.13 → 1.14 |
---|
Note: See
TracTickets for help on using
tickets.
Happens in second editor of test_Editor.html, master branch, IE8-11 and Edge. Perhaps an issue with inserting
instead of plain spaces.