Ticket #6469 (closed defect: fixed)
[patch] FilteringSelect: newlines in inline data not trimmed
| Reported by: | reiz6153@… | Owned by: | haysmark |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.2 |
| Component: | Dijit | Version: | 1.1.0 |
| Severity: | normal | Keywords: | |
| Cc: | jaredj |
Description
I study along with The Dojo Book and program in the MyEclipse?. I learn Example 2 - The Postman Always Clicks Twice. When I program FilteringSelect?, the problem occured. At first, my code is: <select id="option1" dojoType="dijit.form.FilteringSelect?">
<option value="pop3">POP3</option> <option value="imap">IMAP</option>
</select> It has work well. But when I format using MyEclipse?'s Format functionality, my code changes to: <select id="option1" dojoType="dijit.form.FilteringSelect?">
<option value="pop3">
POP3
</option> <option value="imap">
IMAP
</option>
</select> It doesn't work well. Note: Carriage Return appear alongside "POP3" and "IMAP". I guess this is a bug of Dojo 1.0.0. Because of I'm a Chinese, I don't be easy to login in this web site. Whether this is a bug or not, please notify me using Email. Thanks a lot. My email address: reiz6153@…