Henning Nöth created TOBAGO-2472:
------------------------------------
Summary: Waiting icon for suggest in popup is misplaced
Key: TOBAGO-2472
URL: https://issues.apache.org/jira/browse/TOBAGO-2472
Project: MyFaces Tobago
Issue Type: Bug
Components: Themes
Affects Versions: 6.9.0
Reporter: Henning Nöth
The waiting/processing-icon for tc:suggest is misplaced if tc:suggest is in a
popup.
{code:xml}
<tc:button label="open popup" >
<tc:operation for="popup" name="show"/>
</tc:button>
<tc:popup id="popup">
<tc:in>
<tc:suggest query="..." delay="200000">
<tc:selectItems .../>
</tc:suggest>
</tc:in>
</tc:popup>
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)