Closed (fixed)
Project:
Apache Solr Autocomplete
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
19 May 2014 at 11:51 UTC
Updated:
10 Nov 2015 at 13:44 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
miroslavbanov commentedPatch attached. I think it should generally work better with the patch on most themes.


Before patch:
After patch:
Comment #2
miroslavbanov commentedComment #3
h3rj4n commentedI was also searching for this. The fix I found is the same as the patch supplies. Instead of the width() of the element it selects the outerWidth() of the element.
Works like a charm! :D
Comment #4
janusman commentedCommitted. Thanks!