-
-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Search widget buffer sizing #119
Comments
I am working through the code as I noticed that the search widget is out of date. Will report back when I have the new code working. |
After updating the widget code (Search and Attribute Table) to the current code, the buffer size error is no more. I still have another error related to infoTemplates (assume its my config) but will open another issue if I cannot resolve it. |
The error related to infoTemplates: lang.clone(search.infoTemplates || layer.infoTemplates || {}) |
Many thanks! I was struggling One minor bug I see is that the attribute table has it's headings overwritten with the results if there is a |
@tr3vorm I have commited/pushed the fix for infoTemplates to this repo. I see what you are referring to regarding FindTask though do not have an immediate fix. Please create another issue so we can track this separately. |
fixes issue with FindTask identified in #119
I have had someone report a problem with the buffer sizes when searching by shape. I can reproduce the problem by following these steps.
Subsequent changes to the search shape get drawn correctly, but then it is changed when performing the search. I am wondering if this problem has appeared before, or is it specific to our configuration?
The text was updated successfully, but these errors were encountered: