im using the finder module with nthe autocomplete as an input field.

but im facing a problem is that im limiting the place where the results can be shown and its cutting the titles of the found results and i want either to be able to trim it or wrap the titles. cause its showing the results cut.

please advice

thank you in advance

best regards,

CommentFileSizeAuthor
autocomplete.JPG9.42 KBnoureddine

Comments

danielb’s picture

Category: feature » support
Priority: Critical » Normal
Status: Active » Fixed

The way to achieve this is simply with CSS. You could try a combination of these css properties; display:block, width: ??, and word-wrap/text-wrap, on the selector "div#autocomplete ul li", but you should prefix this selector with the selector for the specific container of that finder element, to avoid affecting other autocompletes in drupal.
I can't really help you much more than that, and you might have to buff up on some CSS, and use Firebug to look at the html structure and find the selectors. Firebug doesn't do well with the autocomplete suggestions popup itself though.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.