Ticket #1861 (closed defect: wontfix)
bad dojo.string.substituteParams with ComboBox & Safari
| Reported by: | guest | Owned by: | peller |
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | Widgets | Version: | 0.4 |
| Severity: | major | Keywords: | |
| Cc: |
Description (last modified by peller) (diff)
ComboBox? with dataUrl="/mason/mimetype/typeAheadLast.js?query=%{searchString}"
Version 0.3.1 worked ok with Safari 2,0(412.2). However, the searchString substition isn't working with 0.4.0.
No matter what the user types, the url is always the same (the substitution is actually text from javascript code in src/string/extras.js !)
From the Apache log:
GET /mason/mimetype/typeAheadFull.js?query=function%20(_1ce,%20key)%20%0A{%0A%20%20if%20(typeof%20map[key]%20!=%20%22undefined%22%20&&%20map[key]%20!=%20null)%0A%20%20%20%20{%0A%20%20%20%20%20%20return%20map[key];%0A%20%20%20%20}%0A%20%20dojo.raise(%22Substitution%20not%20found:%20%22+key);%0A}