Opened 14 years ago
Last modified 14 years ago
#1861 closed defect
bad dojo.string.substituteParams with ComboBox & Safari — at Initial Version
Reported by: | guest | Owned by: | bill |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | Widgets | Version: | 0.4 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
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}