Opened 9 years ago
Closed 9 years ago
#15476 closed defect (invalid)
InlineEditBox: long text breaks
Reported by: | helloworld | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | undecided | Milestone: | tbd |
Component: | Dijit | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Long text breaks through the inlineEditBox Please refer to the attached snapshot.
you may reproduce it by: http://127.0.0.1:3000/js/dijit/tests/test_InlineEditBox.html
Attachments (1)
Change History (6)
Changed 9 years ago by
Attachment: | textOutOfInlineEditor.jpg added |
---|
comment:1 Changed 9 years ago by
Owner: | set to helloworld |
---|---|
Status: | new → pending |
Summary: | Long text breaks through InlineEditBox → InlineEditBox: long text breaks |
comment:2 Changed 9 years ago by
Status: | pending → new |
---|
hi bill,
You may reproduce it on dijit's test case of InlineEditBox?, please see the attached textOutOfInlineEditor.jpg for detail info.
For "http://127.0.0.1:3000/js/dijit/tests/test_InlineEditBox.html", you may replace the "127.0.0.1" with your webserver's ip, maybe need to change the URL path before "tests/test_InlineEditBox.html".
Thanks.
comment:3 Changed 9 years ago by
Oh, sorry, didn't realize you were referencing one of dijit's own test cases.
comment:4 Changed 9 years ago by
Owner: | changed from helloworld to Douglas Hays |
---|---|
Status: | new → assigned |
comment:5 Changed 9 years ago by
Resolution: | → invalid |
---|---|
Status: | assigned → closed |
That's not a problem with the InlineEditBox widget. That's the native style with word-wrap:normal for the <p> tag in the test file. Adding word-wrap:break-word to your own CSS will prevent this.
127.0.0.1 is a local IP address. I cannot access it. Instead, please attach an HTML file that reproduces the problem.