This question about Topic Markup Language and applications: Answered

Results are not visible when a AutoComplete field is for example used in WebTopBar.

I integrated a Autocomplete field into the WebTopBar for quick jumping to the a Specific topic without having to Type the full name. Works great and is a very good addition i think. But sadly, only 2 results are visible. The rest gets cut-off since the WebTopBar is too thin. Of coure, i don't want the WebTopBar to be bigger just to show all results.

Is there an easy way to either put the WebTopBar-frame on top or better to make the AutoComplete-results always-on-top?

Kind Regards,

The same problem exists with PersonalInfo Phone list.

-- EnrikGuenter - 15 Nov 2010

I would guess this is a CSS problem, but unfortunately I don't know CSS that well.

Maybe setting the z-index on the results would help?

-- AndrewJones - 05 Dec 2010

This seems to work for me on Foswiki 1.1.3.

   * <form name="jumpForm" action="%SCRIPTURLPATH{"view"}%/%BASEWEB%/%BASETOPIC%"><input id="jumpFormField" title="%MAKETEXT{"Jump (case-sensitive)"}%" type="text" class="foswikiInputField foswikiDefaultText jqJumpBox {global: true, baseweb:'all', format:'$web.$topic'}" name="topic" value="" size="18"/><noscript>&nbsp;<input type="submit" class="foswikiButton" size="5" name="submit" value="%MAKETEXT{"Jump (case-sensitive)"}%" />&nbsp;</noscript>
   </form>%ADDTOZONE{"script" tag="jumpbox::js" topic="%SYSTEMWEB%.JQueryAjaxHelper" section="jumpbox::js" requires="JQUERYPLUGIN::AUTOCOMPLETE" }% 

-- JayenAshar - 29 Nov 2011

 

QuestionForm edit

Subject Topic Markup Language and applications
Extension AutoCompletePlugin, PersonalInfoAddOn
Version Foswiki 1.1.2
Status Answered
Related Topics
Topic revision: r5 - 02 Dec 2011, GeorgeClark
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. See Copyright Statement. Creative Commons License    Legal Imprint    Privacy Policy