Opened 4 years ago
Last modified 3 years ago
#18924 new defect
ComboBox: dropdown highlighting for autocomplete incorrect for IE 11 browser
Reported by: | asaf.bar | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.14 |
Component: | Dijit - Form | Version: | 1.12.0-rc2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
I have the same behavior as ticket #15969. for me it happens only in IE (working currently on IE11 and Edge) and only in release. when I type 'a' i get '�A�bnormal Villi' when I remove the 'a' I get the entire list without problems 'Abnormal Villi'.
I've attached 2 images. I am working with dojo version 1.9.5
Attachments (2)
Change History (8)
Changed 4 years ago by
Attachment: | dropDown_withSearchValue.png added |
---|
Changed 4 years ago by
Attachment: | dropDown_withOutSearchValue.png added |
---|
drop down when removing search term value
comment:1 Changed 4 years ago by
Hi, I did little bit more research and came out with the cause of the problem. when typing char in the search area, 'doHighlight' method for some reason does not work properly in IE. In chrome, for example, the matched char are wrapped in 'span' tag which highlight the matching char but in IE the wrapping does not accrue. (again - dojo/dijit version 1.9.5)
comment:2 Changed 4 years ago by
Milestone: | tbd → 1.13 |
---|
comment:3 Changed 4 years ago by
Milestone: | 1.13 → 1.12.1 |
---|
comment:5 Changed 4 years ago by
Milestone: | 1.12.2 → 1.12.3 |
---|
comment:6 Changed 3 years ago by
Milestone: | 1.12.3 → 1.14 |
---|
drop down with "missing characters"