You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Bruno Marti (JIRA)" <de...@myfaces.apache.org> on 2007/07/20 12:12:06 UTC

[jira] Created: (TOMAHAWK-1061) s:inputSuggestAjax not rendered correctly (nightly build 2007-07-19)

s:inputSuggestAjax not rendered correctly (nightly build 2007-07-19)
--------------------------------------------------------------------

                 Key: TOMAHAWK-1061
                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1061
             Project: MyFaces Tomahawk
          Issue Type: Bug
          Components: InputSuggestAjax
    Affects Versions: 1.1.7-SNAPSHOT
         Environment: Windows XP, Firefox 2.0.5
myfaces-api1.1.6-Snapshot, myfaces-impl-1.1.6-Snapshot, myfaces-tomahawk-1.1.7-Snapshot, tomahawk-sandbox-1.1.7-Snapshot
            Reporter: Bruno Marti
         Attachments: inputsuggestajax-1.6.jpg, inputsuggestajax-1.7.jpg

The dropdown box isn't rendered correctly on sandbox-snapshot 1.1.7, but is rendered correctly on sandbox-snapshot-1.1.6 (builds from 2007-07-19 or earlier too).
<s:inputSuggestAjax
	suggestedItemsMethod="#{myBean.getCustomerIds}"
	required="false" maxSuggestedItems="25" immediate="true"
	styleClass="formselect" autoComplete="false" tabindex="101"
	id="inputSuggestCustomerId"
	value="#{myBean.filterCustomerId}" />


see screenshots

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (TOMAHAWK-1061) s:inputSuggestAjax not rendered correctly (nightly build 2007-07-19)

Posted by "Bruno Marti (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TOMAHAWK-1061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12520196 ] 

Bruno Marti commented on TOMAHAWK-1061:
---------------------------------------

Hi everybody

I've re-checked the issue by the latest build (tomahawk-sandbox-1.1.7-Snapshot, 16-Aug-2007) this morning.
Suprisingly, there are no more display problems like the above.

Think, issue can be closed.

> s:inputSuggestAjax not rendered correctly (nightly build 2007-07-19)
> --------------------------------------------------------------------
>
>                 Key: TOMAHAWK-1061
>                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1061
>             Project: MyFaces Tomahawk
>          Issue Type: Bug
>          Components: InputSuggestAjax
>    Affects Versions: 1.1.7-SNAPSHOT
>         Environment: Windows XP, Firefox 2.0.5
> myfaces-api1.1.6-Snapshot, myfaces-impl-1.1.6-Snapshot, myfaces-tomahawk-1.1.7-Snapshot, tomahawk-sandbox-1.1.7-Snapshot
>            Reporter: Bruno Marti
>         Attachments: inputsuggestajax-1.6.jpg, inputsuggestajax-1.7.jpg
>
>
> The dropdown box isn't rendered correctly on sandbox-snapshot 1.1.7, but is rendered correctly on sandbox-snapshot-1.1.6 (builds from 2007-07-19 or earlier too).
> <s:inputSuggestAjax
> 	suggestedItemsMethod="#{myBean.getCustomerIds}"
> 	required="false" maxSuggestedItems="25" immediate="true"
> 	styleClass="formselect" autoComplete="false" tabindex="101"
> 	id="inputSuggestCustomerId"
> 	value="#{myBean.filterCustomerId}" />
> see screenshots

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.