[ 
http://issues.apache.org/jira/browse/TOMAHAWK-571?page=comments#action_12427123 
] 
            
Bruno Marti commented on TOMAHAWK-571:
--------------------------------------

I've updated the following JARs from 
http://people.apache.org/builds/myfaces/nightly/ (actual date: 10-Aug-2006):
- myfaces-core-1.1.5-SNAPSHOT-bin.zip
- tomahawk-1.1.5-SNAPSHOT-bin.zip
- tomahawk-sandbox-1.1.5-SNAPSHOT-bin.zip

Unfortunately neither the 'styleLocation' nor the 'width' attribute is working, 
because they aren't represented in the html-src.
<script type="text/javascript"><!--
dojo.require('extensions.FacesIO');
//--></script><script type="text/javascript"><!--
dojo.require('dojo.widget.ComboBox');
//--></script><script type="text/javascript"><!--
dojo.require('extensions.ComboBox');
//--></script><script type="text/javascript"><!--
dojo.require('dojo.widget.Wizard');
//--></script><script type="text/javascript"><!--
dojo.require('dojo.event.*');
//--></script>
<input id="myfaces_ajaxForm:inputSuggest1" 
name="myfaces_ajaxForm:inputSuggest1" dojoType="combobox" 
dataUrl="/myfaces_ajax/country.jsf;jsessionid=723CAD17D9650C8C13F06983FD2466D5?affectedAjaxComponent=myfaces_ajaxForm:inputSuggest1&amp;charset=&amp;myfaces_ajaxForm:inputSuggest1=%{searchString}"
 mode="remote" /><script type="text/javascript"><!--
dojo.event.connect(window, "onload", function(evt) {
var comboWidget = dojo.widget.byId("myfaces_ajaxForm:inputSuggest1");
comboWidget.textInputNode.value = "";
comboWidget.comboBoxValue.value = "";
});
//--></script>


Did I downloaded from the wrong SVN?
If you prefer, I would like to send you my little test web app?


> inputSuggestAjax not correctly rendered in IE
> ---------------------------------------------
>
>                 Key: TOMAHAWK-571
>                 URL: http://issues.apache.org/jira/browse/TOMAHAWK-571
>             Project: MyFaces Tomahawk
>          Issue Type: Bug
>          Components: InputSuggestAjax
>    Affects Versions: 1.1.4-SNAPSHOT, 1.1.5-SNAPSHOT
>         Environment: Windows XP SP2, Tomcat 5.5.16, 
> IE 6.0.2900.2180.xpsp_sp2_gdr.050301-1519, Firefox 1.5.0.4
> JARs: myfaces-api-1.1.5-SNAPSHOT.jar, myfaces-impl-1.1.5-SNAPSHOT.jar, 
> tomahawk-1.1.5-SNAPSHOT.jar, tomahawk-sandbox-1.1.5-SNAPSHOT.jar
>            Reporter: Bruno Marti
>         Attachments: inputsuggestajaxFirefox.jpg, inputsuggestajaxIE.jpg
>
>
> IE: The inputSuggestAjax Element is always displayed in a size of 0, even if 
> the size="100" attribute is set.
> Userinputs aren't possible.
> Firefox: works fine
> code:
> <h:panelGrid columns="2" id="myfaces_ajaxPanel">
>       <h:outputText value="Enter a value: " />
>       <s:inputSuggestAjax 
> suggestedItemsMethod="#{myCountryBean.getCountries}" 
>               required="true" maxSuggestedItems="10"  id="inputSuggest1" 
> size="100"
>               value="#{mySelectedCountryRecord.selectedCountry}" />
> </h:panelGrid>
> Tested with nightly build of 1.1.5 from 27. July 2006 or also existing in 
> tomahawk-sandbox-examples-1.1.4-SNAPSHOT.war
> Is there a render problem or have I misconfigured something?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to