#9478 closed defect (fixed)
dijit.range.atBeginningOfContainer/atEndOfContainer consider '00' as empty string
Reported by: | liucougar | Owned by: | liucougar |
---|---|---|---|
Priority: | high | Milestone: | 1.4 |
Component: | Editor | Version: | 1.3.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
due to the fact that in js: '00'==0 is actually true
Change History (4)
comment:1 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 12 years ago by
Milestone: | tbd → 1.4 |
---|
comment:3 Changed 12 years ago by
comment:4 Changed 11 years ago by
Note: See
TracTickets for help on using
tickets.
(In [18471]) fixes #9478: don't use dojo.trim to see whether a string is empty, use regular expression directly