Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Invalid
-
Affects Version/s: 1.7Beta1
-
Fix Version/s: None
-
Component/s: ICE-Components
-
Labels:None
-
Environment:All
-
ICEsoft Forum Reference:
Description
Split from ICE-2225.
Allow the autocomplete list to be scrolled if it exceeds a specified width or height. Note that it is not as simple as is suggested in the forum:
- "div.setAttribute(HTML.STYLE_ATTR..." will indiscriminately overwrite previously-set styles.
- width and height should logically be specified in the style class "iceSelInpTxtList", but that will affect the behavior of existing applications.
- the component has already got a "width" attribute.
- the IE scrolling fix detailed at http://dev.rubyonrails.org/ticket/4782 seems disproportionately complicated.
- ...?
Allow the autocomplete list to be scrolled if it exceeds a specified width or height. Note that it is not as simple as is suggested in the forum:
- "div.setAttribute(HTML.STYLE_ATTR..." will indiscriminately overwrite previously-set styles.
- width and height should logically be specified in the style class "iceSelInpTxtList", but that will affect the behavior of existing applications.
- the component has already got a "width" attribute.
- the IE scrolling fix detailed at http://dev.rubyonrails.org/ticket/4782 seems disproportionately complicated.
- ...?
Additional comment from forum:
http://www.icefaces.org/JForum/posts/list/5929.page#36517